summaryrefslogtreecommitdiff
path: root/ext/exif/tests/bug73737.phpt
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-01-04 00:51:35 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2017-01-04 00:51:35 +0100
commita793b794a630efc98f1832eb479f6af19566bf5b (patch)
tree959cdbf328bad1e0d0e902bda1cb91eca794a670 /ext/exif/tests/bug73737.phpt
parent6e93c1849e302e736472e7a83daf935902929295 (diff)
downloadphp-git-a793b794a630efc98f1832eb479f6af19566bf5b.tar.gz
Make test case more resilient
We should not expect a certain `components` value, but rather any integer.
Diffstat (limited to 'ext/exif/tests/bug73737.phpt')
-rw-r--r--ext/exif/tests/bug73737.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/tests/bug73737.phpt b/ext/exif/tests/bug73737.phpt
index c61e8faf65..149e3e3c56 100644
--- a/ext/exif/tests/bug73737.phpt
+++ b/ext/exif/tests/bug73737.phpt
@@ -8,7 +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): Process tag(x0100=ImageWidth ): Illegal components(%d) 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)