fix_1069_0.27 #1069
parent
edaad36ceb
commit
9333f0d3f5
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import system_tests
|
||||
|
||||
class NikonTamronLens_F045_35_F14(metaclass=system_tests.CaseMeta):
|
||||
url = "https://github.com/Exiv2/exiv2/issues/1069"
|
||||
|
||||
filename = "$data_path/Tamron_SP_35mm_f1.4_Di_USD_F045.exv"
|
||||
commands = ["$exiv2 -pa --grep lensid/i $filename"]
|
||||
stderr = [""]
|
||||
stdout = [""
|
||||
"""Exif.NikonLd3.LensIDNumber Byte 1 Tamron SP 35mm f/1.4 Di USD
|
||||
"""
|
||||
]
|
||||
retval = [0]
|
Loading…
Reference in New Issue