]> granicus.if.org Git - php/commitdiff
Fix failing test
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Jan 2017 15:40:41 +0000 (16:40 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Jan 2017 15:40:41 +0000 (16:40 +0100)
Due to commit 17408238 the tested TIFF file produces an additional
warning.

ext/exif/tests/bug73737.phpt

index 21eaf80585bc5042555cf3e94e7f53ec6fe1efba..c61e8faf65e4cef0c841ea6b257d3feea5b3c213 100644 (file)
@@ -8,5 +8,7 @@ Bug #73737 (Crash when parsing a tag format)
        var_dump($exif);
 ?>
 --EXPECTF--
+Warning: exif_thumbnail(bug73737.tiff): Process tag(x0100=ImageWidth ): Illegal components(0) in %s on line %d
+
 Warning: exif_thumbnail(bug73737.tiff): Error in TIFF: filesize(x0030) less than start of IFD dir(x10102) in %s line %d
 bool(false)