Add test case for bug #1026. Thanks goes to Bastien O for the image file.

v0.27.3
nkbj 11 years ago
parent ddad2eec5d
commit 716fef30b8

@ -268,6 +268,13 @@ source ./functions.source
diff $diffargs $num-before.txt $num-after.txt > $num.txt
diff $diffargs $num.txt $diffname
num=1026
filename=exiv2-bug$num.jpg
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile $filename
runTest exiv2 -q -pa -g Lens $filename
) 3>&1 > $results 2>&1
printf "\n"
@ -278,4 +285,4 @@ cat $results | sed 's/\x0d$//' > $results-stripped
reportTest $results-stripped $good
# That's all Folks!
##
##

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Loading…
Cancel
Save