diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index a8e8cc57..f91c6759 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -601,6 +601,14 @@ source ./functions.source copyTestFile $filename runTest exiv2 -pX $filename | xmllint --format - + num=1231 + for X in a b; do + filename=exiv2-bug$num$X.jpg + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 -pa --grep CanonTi/i $filename + done + num=1242 printf "$num " >&3 filename=Reagan.jp2 diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index c4966924..d8754025 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1231a.jpg b/test/data/exiv2-bug1231a.jpg new file mode 100644 index 00000000..d7ddf16f Binary files /dev/null and b/test/data/exiv2-bug1231a.jpg differ diff --git a/test/data/exiv2-bug1231b.jpg b/test/data/exiv2-bug1231b.jpg new file mode 100644 index 00000000..0b6a5fbd Binary files /dev/null and b/test/data/exiv2-bug1231b.jpg differ