]> granicus.if.org Git - php/commitdiff
-reflect changes
authorMarcus Boerger <helly@php.net>
Tue, 12 Mar 2002 12:42:45 +0000 (12:42 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 12 Mar 2002 12:42:45 +0000 (12:42 +0000)
-find image from run-tests.php

ext/exif/tests/001.phpt

index ad40926902d40a677a56f95f2743f9d592d39773..35694264de247f3885c570e37313ee99a713b22e 100644 (file)
@@ -11,7 +11,7 @@ Check for exif_read_data
   test2.jpg is the same image but contains Exif/Comment information and a
             copy of test1.jpg as a thumbnail.
 */
-$image  = exif_read_data('test2.jpg','',true,false);
+$image  = exif_read_data('./ext/exif/tests/test2.jpg','',true,false);
 $accept = '';
 foreach($image as $idx=>$section) {
        $accept .= $section;
@@ -23,4 +23,4 @@ foreach($image as $idx=>$section) {
 echo $accept;
 ?>
 --EXPECT--
-ArrayFitest2.jpgFi1015448798Fi1240SeCOMPUTED, ANY_TAG, IFD0, THUMBNAIL, COMMENTArrayCoPhoto (c) M.BoergerCoEdited by M.Boerger.htwidth="1" height="1"He1Wi1Is16777216UsExif test image.UsASCIIArrayCoPhoto (c) M.BoergerUsASCIIArrayJP523Array0Comment #1.1Comment #2.2Comment #3end
\ No newline at end of file
+ArrayFitest2.jpgFi1015448798Fi1240Fi2SeCOMPUTED, ANY_TAG, IFD0, THUMBNAIL, COMMENTArrayCoPhoto (c) M.BoergerCoEdited by M.Boergehtwidth="1" height="1"He1Wi1Is1UsExif test image.UsASCIIArrayCoPhoto (c) M.BoergerUsASCIIArrayJP134JP523Array0Comment #1.1Comment #2.2Comment #3end
\ No newline at end of file