tony2001 Tue Jul 1 11:20:15 2008 UTC
Modified files:
/php-src/ext/gd/tests gif.phpt
Log:
cleanup on test failure
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gif.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/gd/tests/gif.phpt
diff -u php-src/ext/gd/tests/gif.phpt:1.3 php-src/ext/gd/tests/gif.phpt:1.4
--- php-src/ext/gd/tests/gif.phpt:1.3 Sun Oct 8 13:43:20 2006
+++ php-src/ext/gd/tests/gif.phpt Tue Jul 1 11:20:15 2008
@@ -2,7 +2,7 @@
gif in/out
--SKIPIF--
<?php
-// $Id: gif.phpt,v 1.3 2006/10/08 13:43:20 bjori Exp $
+// $Id: gif.phpt,v 1.4 2008/07/01 11:20:15 tony2001 Exp $
if (!extension_loaded('gd')) {
die("skip gd extension not available.");
}
@@ -135,6 +135,11 @@
@unlink($cwd . "/test_gif.gif");
@unlink($cwd . "/test_gif_2.gif");
?>
+--CLEAN--
+<?php
[EMAIL PROTECTED]($cwd . "/test_gif.gif");
[EMAIL PROTECTED]($cwd . "/test_gif_2.gif");
+?>
--EXPECT--
<4 cols: ok
<8 cols: ok
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php