]> granicus.if.org Git - php/commitdiff
Fix tests, although I was not able to reproduce these failures on an x86 build/Window...
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 7 Aug 2016 02:22:27 +0000 (04:22 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 7 Aug 2016 02:22:27 +0000 (04:22 +0200)
ext/exif/tests/bug68547.phpt
ext/exif/tests/bug68799.phpt
ext/exif/tests/bug72094.phpt

index 3773ebb34c788dbc0950659699ede341a94b5155..894c76806d8d2b3c7e22cf510c32b1ce4b926308 100644 (file)
@@ -8,5 +8,5 @@ exif_read_data(__DIR__ . DIRECTORY_SEPARATOR . 'bug68547.jpg');
 ?>
 ===DONE===
 --EXPECTF--
-Warning: exif_read_data(bug68547.jpg): Process tag(x9C9E=Keywords   ): Illegal components(0) in %sbug68547.php on line %d
+Warning: exif_read_data(bug68547.jpg): Process tag(x9C9E=Keywords   ): Illegal components(%d) in %sbug68547.php on line %d
 ===DONE===
\ No newline at end of file
index 1f10fcf69e945f2b40892dcb78e3625098a1269f..a24664109d330bce8952035bb383f7847bddfe0f 100644 (file)
@@ -39,7 +39,7 @@ print_r(exif_read_data(__DIR__.'/bug68799.jpg'));
 
 ?>
 --EXPECTF--
-Warning: exif_read_data(bug68799.jpg): Process tag(x9C9D=Author     ): Illegal components(0) in %s on line %d
+Warning: exif_read_data(bug68799.jpg): Process tag(x9C9D=Author     ): Illegal components(%d) in %s on line %d
 Array
 (
     [FileName] => bug68799.jpg
index ba7d291ffca53f4b59a7d2de2969330dc91e49db..486c3732a1383ecaa40f557c0c0cd1ecc734ebeb 100644 (file)
@@ -47,7 +47,7 @@ Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal
 
 Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %s%ebug72094.php on line %d
 
-Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal components(0) in %s%ebug72094.php on line %d
+Warning: exif_read_data(bug72094_3.jpg): Process tag(x3030=UndefinedTa): Illegal components(%d) in %s%ebug72094.php on line %d
 
 Warning: exif_read_data(bug72094_3.jpg): File structure corrupted in %s%ebug72094.php on line %d