-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #891 from sat3ll/tamron70-300.A030.nikon
Add Tamron SP 70-300mm f/4-5.6 Di VC USD (Model: A030) (Nikon Mount)
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
import system_tests | ||
|
||
class NikonTamronLens_A030_70_300_F4_56(metaclass=system_tests.CaseMeta): | ||
url = "https://github.com/Exiv2/exiv2/issues/598" | ||
|
||
filename = "$data_path/Tamron_SP70-300_F4-5.6_Di_VC_USD_A030.exv" | ||
commands = ["$exiv2 -pa --grep lensid/i $filename"] | ||
stderr = [""] | ||
stdout = ["" | ||
"""Exif.NikonLd3.LensIDNumber Byte 1 Tamron SP 70-300mm F/4-5.6 Di VC USD | ||
""" | ||
] | ||
retval = [0] |