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
475 B
Python
16 lines
475 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import system_tests
|
|
|
|
class NikonSigmaLens_APO_MACRO_180_F35_EX_DG_HSM(metaclass=system_tests.CaseMeta):
|
|
url = "https://github.com/Exiv2/exiv2/pull/992"
|
|
|
|
filename = "$data_path/Sigma_APO_MACRO_180_F3.5_EX_DG_HSM.exv"
|
|
commands = ["$exiv2 -pa --grep lensid/i $filename"]
|
|
stderr = [""]
|
|
stdout = [""
|
|
"""Exif.NikonLd3.LensIDNumber Byte 1 Sigma APO Macro 180mm F3.5 EX DG HSM
|
|
"""
|
|
]
|
|
retval = [0]
|