[PHP-CVS] cvs: php-src /ext/gd/tests gd_info_variation1.phpt

2009-03-25 Thread Takeshi Abe
tabeWed Mar 25 15:25:06 2009 UTC

  Modified files:  
/php-src/ext/gd/tests   gd_info_variation1.phpt 
  Log:
  fix test to follow #47757
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gd_info_variation1.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/gd/tests/gd_info_variation1.phpt
diff -u php-src/ext/gd/tests/gd_info_variation1.phpt:1.2 
php-src/ext/gd/tests/gd_info_variation1.phpt:1.3
--- php-src/ext/gd/tests/gd_info_variation1.phpt:1.2Fri Jun 13 15:59:31 2008
+++ php-src/ext/gd/tests/gd_info_variation1.phptWed Mar 25 15:25:05 2009
@@ -34,7 +34,7 @@
   bool%a
   [u"GIF Create Support"]=>
   bool%a
-  [u"JPG Support"]=>
+  [u"JPEG Support"]=>
   bool%a
   [u"PNG Support"]=>
   bool%a



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



[PHP-CVS] cvs: php-src /ext/gd/tests gd_info_variation1.phpt

2008-06-13 Thread Zoe Slattery
zoe Fri Jun 13 15:59:31 2008 UTC

  Modified files:  
/php-src/ext/gd/tests   gd_info_variation1.phpt 
  Log:
  Commited for Sanjay, reviewed by Pierre. Testfest task 5.
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gd_info_variation1.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/gd/tests/gd_info_variation1.phpt
diff -u /dev/null php-src/ext/gd/tests/gd_info_variation1.phpt:1.2
--- /dev/null   Fri Jun 13 15:59:31 2008
+++ php-src/ext/gd/tests/gd_info_variation1.phptFri Jun 13 15:59:31 2008
@@ -0,0 +1,49 @@
+--TEST--
+Test gd_info() function : variation - Checking all the values in returned array
+--SKIPIF--
+
+--FILE--
+
+===DONE===
+--EXPECTF--
+*** Testing gd_info() : variation ***
+array(%d) {
+  [u"GD Version"]=>
+  unicode(%d) %a
+  [u"FreeType Support"]=>
+  bool%a
+  [u"T1Lib Support"]=>
+  bool%a
+  [u"GIF Read Support"]=>
+  bool%a
+  [u"GIF Create Support"]=>
+  bool%a
+  [u"JPG Support"]=>
+  bool%a
+  [u"PNG Support"]=>
+  bool%a
+  [u"WBMP Support"]=>
+  bool%a
+  [u"XPM Support"]=>
+  bool%a
+  [u"XBM Support"]=>
+  bool%a
+  [u"JIS-mapped Japanese Font Support"]=>
+  bool%a
+===DONE=== 
\ No newline at end of file



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