You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
717 B
Python

# -*- coding: utf-8 -*-
import system_tests
class EncodingTest(metaclass=system_tests.CaseMeta):
url = "http://dev.exiv2.org/issues/460"
filename = "$data_path/exiv2-bug460.jpg"
commands = ["$exiv2 -u -pt $filename"]
stdout = ["""Exif.Image.XPTitle Byte 40 Titel und ähnliches
Exif.Image.XPComment Byte 46 And a standard comment
Exif.Image.XPAuthor Byte 44 Українська (Russian?)
Exif.Image.XPKeywords Byte 30 עברית (Hebrew)
Exif.Image.XPSubject Byte 32 తెలుగు (Telugu)
"""]
stderr = [""]
retval = [0]