fix: update tests following new canon lens identification
This commit is contained in:
parent
20cff55cd8
commit
7bc9c01d95
@ -10,7 +10,7 @@ class CheckTokina11_20mm(metaclass=system_tests.CaseMeta):
|
||||
|
||||
commands = [ "$exiv2 -pa --grep lens/i $filename" ]
|
||||
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Tokina AT-X 11-20 F2.8 PRO DX Aspherical 11-20mm f/2.8
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Tokina AT-X 11-20 f/2.8 PRO DX Aspherical 11-20mm f/2.8
|
||||
Exif.CanonCs.Lens Short 3 11.0 - 20.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 11-20mm
|
||||
Exif.Photo.LensSpecification Rational 4 11/1 20/1 0/1 0/1
|
||||
|
||||
@ -10,7 +10,7 @@ class CheckSigma35mm(metaclass=system_tests.CaseMeta):
|
||||
|
||||
commands = [ "$exiv2 -pa --grep lens/i $filename" ]
|
||||
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Sigma 35mm f/1.4 DG HSM
|
||||
stdout = [ """Exif.CanonCs.LensType Short 1 Sigma 35mm f/1.4 DG HSM *OR* Sigma 35mm f/1.5 FF High-Speed Prime | 017
|
||||
Exif.CanonCs.Lens Short 3 35.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 35mm
|
||||
Exif.Photo.LensSpecification Rational 4 35/1 35/1 0/1 0/1
|
||||
|
||||
@ -16,7 +16,7 @@ class CanonLenses(metaclass=system_tests.CaseMeta):
|
||||
"$exiv2 -pa --grep lens/i " + filenames[1],
|
||||
]
|
||||
|
||||
stdout = ["""Exif.CanonCs.LensType Short 1 Sigma APO 120-300mm f/2.8 EX DG OS HSM
|
||||
stdout = ["""Exif.CanonCs.LensType Short 1 Sigma APO 120-300mm f/2.8 EX DG OS HSM *OR* Sigma 120-300mm f/2.8 DG OS HSM S013
|
||||
Exif.CanonCs.Lens Short 3 120.0 - 300.0 mm
|
||||
Exif.Canon.LensModel Ascii 74 120-300mm
|
||||
Exif.Photo.LensSpecification Rational 4 120/1 300/1 0/1 0/1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user