From: Dan F. <dfa...@us...> - 2010-12-16 07:26:11
|
Update of /cvsroot/libexif/libexif-testsuite/tests In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28196 Modified Files: check-add-tags.sh Log Message: Fixed check-add-tags.sh so a test error is no longer ignored. Also fixed the test to match the new rational output format. Index: check-add-tags.sh =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/tests/check-add-tags.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- check-add-tags.sh 15 Dec 2010 08:19:51 -0000 1.2 +++ check-add-tags.sh 16 Dec 2010 07:26:02 -0000 1.3 @@ -142,10 +142,10 @@ append_image env LANG=C LANGUAGE=C "$EXIFEXE" -m -i "$srcimg" >"$tmpfile" "$DIFFEXE" "$tmpfile" - <<EOF 0x010e The image description -0x011a 6.00 -0x013e 4.50, 6.33 +0x011a 6.0 +0x013e 4.5, 6.3 0x0212 YCbCr4:2:0 -0x011b 72.00 +0x011b 72 0x0128 Inch 0x9204 -1.50 EV 0x9286 The user comment @@ -160,6 +160,7 @@ env LANG=C LANGUAGE=C "$EXIFEXE" -m -i " 0x9000 Exif Version 2.1 0xa001 Uncalibrated EOF +check_result rm -f "$srcimg" "$dstimg" "$tmpfile" |