We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5686e6 commit d10905bCopy full SHA for d10905b
test/data/test_issue_2126.exv
21.8 KB
tests/bugfixes/github/test_issue_2126.py
@@ -0,0 +1,15 @@
1
+from system_tests import CaseMeta, path
2
+
3
+class OMSystemMakerNote(metaclass=CaseMeta):
4
+ """
5
+ Regression test for the bug described in:
6
+ https://github.com/Exiv2/exiv2/issues/2126
7
8
+ url = "https://github.com/Exiv2/exiv2/issues/2126"
9
10
+ filename = path("$data_path/test_issue_2126.exv")
11
+ commands = ["$exiv2 -q -K Exif.Olympus2.CameraID $filename"]
12
+ stdout = ["""Exif.Olympus2.CameraID Undefined 32 OM SYSTEM CAMERA
13
+"""]
14
+ stderr = [""]
15
+ retval = [0]
0 commit comments