From: Dan F. <dfa...@us...> - 2009-12-14 23:52:44
|
Update of /cvsroot/libexif/libexif-testsuite/tests In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11432 Modified Files: check-tag-description.sh Log Message: Changed to test the new last tag in the table. Index: check-tag-description.sh =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/tests/check-tag-description.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- check-tag-description.sh 19 Nov 2009 01:44:17 -0000 1.3 +++ check-tag-description.sh 14 Dec 2009 23:52:22 -0000 1.4 @@ -29,7 +29,7 @@ TESTTAGS_1="0x0201" # only e TESTTAGS_EXIF=$TESTTAGS_EXIF" 0x0201" # only exists in IFD 1, not EXIF IFD TESTTAGS_EXIF=$TESTTAGS_EXIF" 0xa420" # last in table associated with an IFD -TESTTAGS_EXIF=$TESTTAGS_EXIF" 0xc4a5" # last in table (not associated with IFD) +TESTTAGS_EXIF=$TESTTAGS_EXIF" 0xea1c" # last in table (not associated with IFD) for ifd in GPS Interoperability 0 1 EXIF; do TESTTAGS=`eval echo \\$TESTTAGS_${ifd}` @@ -52,7 +52,7 @@ Tag '' (0xfffe, ''): Tag 'JPEG Interchange Format' (0x0201, 'JPEGInterchangeFormat'): The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data. Tag '' (0x0201, ''): Tag 'Image Unique ID' (0xa420, 'ImageUniqueID'): This tag indicates an identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length. -Tag 'PRINT Image Matching' (0xc4a5, 'PrintImageMatching'): Related to Epson's PRINT Image Matching technology +Tag 'Padding' (0xea1c, 'Padding'): This tag reserves space that can be reclaimed later when additional metadata are added. New metadata can be written in place by replacing this tag with a smaller data element and using the reclaimed space to store the new or expanded metadata tags. EOF s="$?" |