#1231 Added regression detector to test suite. Thanks very much to Ayke for providing the test data and the patch to implement the fix for #1231.

v0.27.3
Robin Mills 9 years ago
parent 49fbd1d761
commit a9a612569e

@ -601,6 +601,14 @@ source ./functions.source
copyTestFile $filename copyTestFile $filename
runTest exiv2 -pX $filename | xmllint --format - 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 num=1242
printf "$num " >&3 printf "$num " >&3
filename=Reagan.jp2 filename=Reagan.jp2

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Loading…
Cancel
Save