Fix: #884. Updated test suite to use test files provided by Paul.

This commit is contained in:
Robin Mills
2013-02-07 07:22:41 +00:00
parent 089760e7bb
commit b572ee9ffd
5 changed files with 9 additions and 0 deletions
+9
View File
@@ -236,6 +236,15 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 -pa $filename | grep Model
num=884
filenames="exiv2-bug${num}a.jpg exiv2-bug${num}b.jpg exiv2-bug${num}c.jpg"
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
for filename in $filenames; do
copyTestFile $filename
runTest exiv2 -pt $filename | grep -i lenstype
done
) 3>&1 > $results 2>&1
printf "\n"
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB