You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
375 B
Python
16 lines
375 B
Python
# -*- 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 Di VC USD G2
|
|
"""
|
|
]
|
|
stderr = [""]
|
|
retval = [0]
|