From fbe70a47ea00b279e22c0d3b56cfc57531457306 Mon Sep 17 00:00:00 2001 From: andy wharmby Date: Thu, 9 Jul 2009 11:45:36 +0000 Subject: [PATCH] Fix test --- ext/gd/tests/jpeg2wbmp_error1.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/tests/jpeg2wbmp_error1.phpt b/ext/gd/tests/jpeg2wbmp_error1.phpt index b6514de8ba..d0496cc82b 100755 --- a/ext/gd/tests/jpeg2wbmp_error1.phpt +++ b/ext/gd/tests/jpeg2wbmp_error1.phpt @@ -29,7 +29,7 @@ imagejpeg($im, $file); imagedestroy($im); jpeg2wbmp($file, $file2, 20, 120, 9); -jpeg2wbmp($file', $file2, 20, 120, -1); +jpeg2wbmp($file, $file2, 20, 120, -1); ?> --EXPECTF-- Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d -- 2.50.1