Test for Tamron SP AF 150-600mm F/5-6.3 VC USD G2 (A022) for Nikon
parent
d22fff4834
commit
4239ff6734
Binary file not shown.
@ -0,0 +1,15 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import system_tests
|
||||
|
||||
|
||||
class NikonLensId227(metaclass=system_tests.CaseMeta):
|
||||
|
||||
filename = "$data_path/exiv2-bug1348.exv"
|
||||
commands = ["$exiv2 -pa --grep lensidnumber/i $filename"]
|
||||
|
||||
stdout = ["""Exif.NikonLd3.LensIDNumber Byte 1 Tamron SP AF 150-600mm F/5-6.3 VC USD G2
|
||||
"""
|
||||
]
|
||||
stderr = [""]
|
||||
retval = [0]
|
Loading…
Reference in New Issue