]> granicus.if.org Git - php/commitdiff
- Remove imagepng, not used in test
authorPierre Joye <pajoye@php.net>
Wed, 23 Jul 2003 00:17:29 +0000 (00:17 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 23 Jul 2003 00:17:29 +0000 (00:17 +0000)
ext/gd/tests/bug24594.phpt

index f9464f7289790ff5a163fc4b066aa0e0fd9ae5de..e7b9a653f2af916e665d3170268449f26f023c1e 100644 (file)
@@ -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