Fix failing test

Due to commit 17408238 the tested TIFF file produces an additional
warning.
This commit is contained in:
Christoph M. Becker 2017-01-03 16:40:41 +01:00
parent f0031ed151
commit a055ab76c7

View 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)