bjori           Sun Oct  8 13:43:20 2006 UTC

  Modified files:              
    /php-src/ext/gd/tests       gif.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gif.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/gd/tests/gif.phpt
diff -u php-src/ext/gd/tests/gif.phpt:1.2 php-src/ext/gd/tests/gif.phpt:1.3
--- php-src/ext/gd/tests/gif.phpt:1.2   Mon Dec 26 21:41:37 2005
+++ php-src/ext/gd/tests/gif.phpt       Sun Oct  8 13:43:20 2006
@@ -2,7 +2,7 @@
 gif in/out
 --SKIPIF--
 <?php 
-// $Id: gif.phpt,v 1.2 2005/12/26 21:41:37 pajoye Exp $
+// $Id: gif.phpt,v 1.3 2006/10/08 13:43:20 bjori Exp $
        if (!extension_loaded('gd')) {
                die("skip gd extension not available.");
        }
@@ -133,6 +133,7 @@
 }
 
 @unlink($cwd . "/test_gif.gif");
[EMAIL PROTECTED]($cwd . "/test_gif_2.gif");
 ?>
 --EXPECT--
 <4 cols: ok

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to