Add python test for SonyMisc1

main
postscript-dev 4 years ago
parent 2b8856dcea
commit 5d2d6037c7
No known key found for this signature in database
GPG Key ID: 01092BF1E2592549

@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
from system_tests import CaseMeta, path
class SonyMisc1Test(metaclass=CaseMeta):
filename = path("$data_path/exiv2-pr906.exv")
commands = ["$exiv2 -pa --grep SonyMisc1 $filename"]
stdout = ["""Exif.SonyMisc1.CameraTemperature SByte 1 26 °C
"""
]
stderr = [""]
retval = [0]
Loading…
Cancel
Save