pajoye Tue Jul 22 20:17:30 2003 EDT
Modified files:
/php-src/ext/gd/tests bug24594.phpt
Log:
- Remove imagepng, not used in test
Index: php-src/ext/gd/tests/bug24594.phpt
diff -u php-src/ext/gd/tests/bug24594.phpt:1.1 php-src/ext/gd/tests/bug24594.phpt:1.2
--- php-src/ext/gd/tests/bug24594.phpt:1.1 Tue Jul 22 20:11:33 2003
+++ php-src/ext/gd/tests/bug24594.phpt Tue Jul 22 20:17:29 2003
@@ -51,7 +51,7 @@
$res .= imagecolorat($base,14,16)==$black?'1':'0';
$res .= imagecolorat($base,15,17)==$black?'1':'0';
echo "$res\n";
- imagepng($base,"filled1.png");
+
imagefilledrectangle($base,0,0,149,149,$white);
imagerectangle($base, 9,9,139,139,$black);
imageline($base, 9,9,139,139,$black);
@@ -79,7 +79,6 @@
$res .= imagecolorat($base,0,0)==$black?'1':'0';
echo "$res\n";
- imagepng($base,"filled.png");
?>
--EXPECT--
000000111111101010
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php