gwynne Thu Jul 2 10:02:38 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/gd/tests jpeg2wbmp_error1.phpt
Log:
Fixed a stray 'in the test
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/jpeg2wbmp_error1.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/gd/tests/jpeg2wbmp_error1.phpt
diff -u php-src/ext/gd/tests/jpeg2wbmp_error1.phpt:1.1.2.3
php-src/ext/gd/tests/jpeg2wbmp_error1.phpt:1.1.2.4
--- php-src/ext/gd/tests/jpeg2wbmp_error1.phpt:1.1.2.3 Wed Jul 1 02:32:55 2009
+++ php-src/ext/gd/tests/jpeg2wbmp_error1.phpt Thu Jul 2 10:02:38 2009
@@ -29,7 +29,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php