From 85fff3d38c32b6627a993883d636c987f8b04985 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 10 Oct 2005 05:58:01 +0000 Subject: [PATCH] MFH: fix test --- ext/exif/tests/bug34704.phpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ext/exif/tests/bug34704.phpt b/ext/exif/tests/bug34704.phpt index ee51910e3f..8af34b3c42 100755 --- a/ext/exif/tests/bug34704.phpt +++ b/ext/exif/tests/bug34704.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug # 34704 (Infinite recursion due to corrupt JPEG) +Bug #34704 (Infinite recursion due to corrupt JPEG) --SKIPIF-- --INI-- @@ -8,7 +8,6 @@ output_handler= zlib.output_compression=0 --FILE-- @@ -18,7 +17,7 @@ array(7) { ["FileName"]=> string(12) "bug34704.jpg" ["FileDateTime"]=> - int(1128866682) + int(%d) ["FileSize"]=> int(9976) ["FileType"]=> @@ -41,4 +40,4 @@ array(7) { int(0) } } -===DONE=== \ No newline at end of file +===DONE=== -- 2.50.1