From: Marcus Boerger Date: Wed, 6 Mar 2002 22:01:45 +0000 (+0000) Subject: - standard test scripts for exif X-Git-Tag: php-4.2.0RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac80c9d00e5edabf4679d6e242cfdaf7fba9a841;p=php - standard test scripts for exif #hope all problems in exif are resolved now --- diff --git a/ext/exif/tests/001.phpt b/ext/exif/tests/001.phpt new file mode 100644 index 0000000000..4fc885917b --- /dev/null +++ b/ext/exif/tests/001.phpt @@ -0,0 +1,26 @@ +--TEST-- +Check for exif_read_data +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- +$section) { + $accept .= $section; + foreach($section as $name=>$value) { + $accept .= substr($name,0,2); + $accept .= $value; + } +} +echo $accept; +?> +--EXPECT-- +ArrayFitest2.jpgFi1015448798Fi1240SeCOMPUTED, ANY_TAG, IFD0, THUMBNAIL, COMMENT, EXIFArrayCoPhoto (c) M.BoergerCoEdited by M.Boerger.htwidth="1" height="1"He1Wi1Is1UsExif test image.UsASCIIArrayCoPhoto (c) M.BoergerUsASCIIArrayJP523Array0Comment #1.1Comment #2.2Comment #3end \ No newline at end of file diff --git a/ext/exif/tests/002.phpt b/ext/exif/tests/002.phpt new file mode 100644 index 0000000000..687090e74e --- /dev/null +++ b/ext/exif/tests/002.phpt @@ -0,0 +1,26 @@ +--TEST-- +Check for exif_thumbnail +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +7GWgw_523_identical_523_7GWgw \ No newline at end of file diff --git a/ext/exif/tests/test1.jpg b/ext/exif/tests/test1.jpg new file mode 100644 index 0000000000..121decb65a Binary files /dev/null and b/ext/exif/tests/test1.jpg differ diff --git a/ext/exif/tests/test2.jpg b/ext/exif/tests/test2.jpg new file mode 100644 index 0000000000..0d7018663a Binary files /dev/null and b/ext/exif/tests/test2.jpg differ