From a055ab76c7d0da45df04066e26d2b94aaef45444 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 3 Jan 2017 16:40:41 +0100 Subject: [PATCH] Fix failing test Due to commit 17408238 the tested TIFF file produces an additional warning. --- ext/exif/tests/bug73737.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/exif/tests/bug73737.phpt b/ext/exif/tests/bug73737.phpt index 21eaf80585..c61e8faf65 100644 --- a/ext/exif/tests/bug73737.phpt +++ b/ext/exif/tests/bug73737.phpt @@ -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) -- 2.50.1