From: andy wharmby Date: Thu, 9 Jul 2009 11:45:37 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.4.0alpha1~191^2~3130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62945b541a7c5138538df111fbcae47e27d41914;p=php Fix test --- 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