]> granicus.if.org Git - php/commitdiff
Fix test
authorandy wharmby <wharmby@php.net>
Thu, 9 Jul 2009 11:45:37 +0000 (11:45 +0000)
committerandy wharmby <wharmby@php.net>
Thu, 9 Jul 2009 11:45:37 +0000 (11:45 +0000)
ext/gd/tests/jpeg2wbmp_error1.phpt

index b6514de8ba9cb5d86ba93f1cafedab6d73e58cb0..d0496cc82bd6be6de5b21959be3847ec09793164 100755 (executable)
@@ -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