From 28bc693d3a7d95531f40dec44b0c68bccab7acef Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 23 Jul 2003 00:17:29 +0000 Subject: [PATCH] - Remove imagepng, not used in test --- ext/gd/tests/bug24594.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/gd/tests/bug24594.phpt b/ext/gd/tests/bug24594.phpt index f9464f7289..e7b9a653f2 100644 --- a/ext/gd/tests/bug24594.phpt +++ b/ext/gd/tests/bug24594.phpt @@ -51,7 +51,7 @@ Bug #24594 (Filling an area using tiles). $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 @@ Bug #24594 (Filling an area using tiles). $res .= imagecolorat($base,0,0)==$black?'1':'0'; echo "$res\n"; - imagepng($base,"filled.png"); ?> --EXPECT-- 000000111111101010 -- 2.40.0