diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index e1008bdb..a9a9788c 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -422,6 +422,9 @@ source ./functions.source runTest exiv2 -pC $filename | cksum runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | cksum runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg | cksum + filename=exiv2-bug$num.png + copyTestFile $filename + runTest exiv2 -pC $filename | cksum num=1108 filename=exiv2-bug$num.xmp diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 379e6042..a7a63407 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1074.png b/test/data/exiv2-bug1074.png new file mode 100644 index 00000000..3b43f7e4 Binary files /dev/null and b/test/data/exiv2-bug1074.png differ