Merge pull request #2015 from kevinbackhouse/SonyPreviewUndefined

Treat Exif.Sony1.PreviewImage as undefined tag
This commit is contained in:
Kevin Backhouse
2021-12-05 19:16:30 +00:00
committed by GitHub
2 changed files with 16 additions and 20 deletions
+2 -6
View File
@@ -14,9 +14,5 @@ class SonyPreviewImageLargeAllocation(metaclass=CaseMeta):
filename2 = path("$tmp_path/issue_1881_coverage.jpg")
commands = ["$exiv2 -q -d I rm $filename1", "$exiv2 -q -d I rm $filename2"]
stdout = ["",""]
stderr = [
"""Exiv2 exception in erase action for file $filename1:
$kerCorruptedMetadata
""",
""]
retval = [1,0]
stderr = ["",""]
retval = [0,0]