Add third test to improve code coverage.
This commit is contained in:
parent
8b8067abba
commit
eb85d4c267
BIN
test/data/issue_1918_poc3.jpg
Normal file
BIN
test/data/issue_1918_poc3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@ -11,8 +11,9 @@ class PrintXmpDateOutOfBoundsIndex19(metaclass=CaseMeta):
|
||||
|
||||
filename1 = path("$data_path/issue_1918_poc1.jpg")
|
||||
filename2 = path("$data_path/issue_1918_poc2.jpg")
|
||||
commands = ["$exiv2 -px $filename1", "$exiv2 -px $filename2"]
|
||||
stderr = ["", ""]
|
||||
retval = [0, 0]
|
||||
filename3 = path("$data_path/issue_1918_poc3.jpg")
|
||||
commands = ["$exiv2 -px $filename1", "$exiv2 -px $filename2", "$exiv2 -px $filename3"]
|
||||
stderr = ["", "", ""]
|
||||
retval = [0, 0, 0]
|
||||
|
||||
compare_stdout = check_no_ASAN_UBSAN_errors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user