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.
17 lines
435 B
Python
17 lines
435 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import system_tests
|
|
|
|
|
|
class TestPrintPlainWithSet(metaclass=system_tests.CaseMeta):
|
|
|
|
url = "https://github.com/Exiv2/exiv2/issues/1969"
|
|
|
|
filename = "$data_path/smiley1.jpg"
|
|
commands = ["$exiv2 -K Exif.Image.ImageDescription -PV $filename"]
|
|
stdout = [
|
|
"""set Exif.Image.ImageDescription Ascii Well it is a smiley that happens to be green
|
|
"""
|
|
]
|
|
retval = [0]
|