#1230 Fixing issues with test suite on MinGW/32.

v0.27.3
Robin Mills 9 years ago
parent 551223ec92
commit 50e53e893b

@ -445,9 +445,9 @@ source ./functions.source
runTest exiv2 -pR $filename runTest exiv2 -pR $filename
copyTestFile imagemagick.png copyTestFile imagemagick.png
runTest exiv2 -pR imagemagick.png runTest exiv2 -pR imagemagick.png
copyTestFile Reagan.tiff copyTestFile ReaganLargeTiff.tiff
runTest exiv2 -pR Reagan.tiff runTest exiv2 -pR ReaganLargeTiff.tiff
copyTestFile Reagan.tiff copyTestFile Reagan.jpg
runTest exiv2 -pR Reagan.jpg runTest exiv2 -pR Reagan.jpg
echo '' echo ''

Binary file not shown.

@ -149,36 +149,6 @@ STRUCTURE OF JPEG FILE: girl.jpg
372 | 0xffe1 APP1 | 4613 | http://ns.adobe.com/xap/1.0/.<?x 372 | 0xffe1 APP1 | 4613 | http://ns.adobe.com/xap/1.0/.<?x
4987 | 0xffe1 APP1 | 4602 | http://ns.adobe.com/xap/1.0/.<?x 4987 | 0xffe1 APP1 | 4602 | http://ns.adobe.com/xap/1.0/.<?x
9591 | 0xffda SOS 9591 | 0xffda SOS
STRUCTURE OF JPEG FILE: girl.jpg
address | marker | length | data
0 | 0xffd8 SOI
2 | 0xffe0 APP0 | 16 | JFIF............
20 | 0xffe1 APP1 | 4552 | Exif..II*......................
4574 | 0xffe1 APP1 | 4692 | http://ns.adobe.com/xap/1.0/.<?x
9268 | 0xffed APP13 | 788 | Photoshop 3.0.8BIM..........Z...
10058 | 0xffdb DQT | 67
10127 | 0xffdb DQT | 67
10196 | 0xffc0 SOF0 | 17
10215 | 0xffc4 DHT | 28
10245 | 0xffc4 DHT | 74
10321 | 0xffc4 DHT | 28
10351 | 0xffc4 DHT | 57
10410 | 0xffe1 APP1 | 4602 | http://ns.adobe.com/xap/1.0/.<?x
15014 | 0xffda SOS
STRUCTURE OF JPEG FILE: girl.jpg
address | marker | length | data
0 | 0xffd8 SOI
2 | 0xffe0 APP0 | 16 | JFIF............
20 | 0xffdb DQT | 67
89 | 0xffdb DQT | 67
158 | 0xffc0 SOF0 | 17
177 | 0xffc4 DHT | 28
207 | 0xffc4 DHT | 74
283 | 0xffc4 DHT | 28
313 | 0xffc4 DHT | 57
372 | 0xffe1 APP1 | 4613 | http://ns.adobe.com/xap/1.0/.<?x
4987 | 0xffe1 APP1 | 4602 | http://ns.adobe.com/xap/1.0/.<?x
9591 | 0xffda SOS
Warning: Exif tag Exif.Image.InterColorProfile not encoded Warning: Exif tag Exif.Image.InterColorProfile not encoded
STRUCTURE OF JPEG FILE: girl.jpg STRUCTURE OF JPEG FILE: girl.jpg
address | marker | length | data address | marker | length | data

@ -29,7 +29,7 @@ source ./functions.source
done done
printf "a (exiv2, xmp, iptc) " >&3 printf "a (exiv2, xmp, iptc) " >&3
for f in Reagan.jpg Reagan.tiff ReaganLargeTiff.tiff ReaganSmallPng.png; do for f in Reagan.jpg ReaganLargeTiff.tiff ReaganSmallPng.png; do
copyTestFile $f copyTestFile $f
copyTestFile exiv2-bug1229.jpg girl.jpg copyTestFile exiv2-bug1229.jpg girl.jpg
runTest exiv2 -pS girl.jpg runTest exiv2 -pS girl.jpg

Loading…
Cancel
Save