exiv2/tests/bugfixes/redmine/test_issue_1247.py
2023-06-02 00:25:13 +08:00

23 lines
401 B
Python

# -*- coding: utf-8 -*-
import system_tests
class NotValidIccProfile(metaclass=system_tests.CaseMeta):
url = "http://dev.exiv2.org/issues/1247"
filename = "$data_path/exiv2-bug1247.jpg"
commands = [
"""$exiv2 -pa $filename"""
]
stdout = [""]
stderr = [ """Exiv2 exception in print action for file $filename:
$kerFailedToReadImageData
"""
]
retval = [1]