derick          Sun Aug  7 08:48:31 2005 EDT

  Modified files:              
    /php-src/ext/iconv/tests    bug16069.phpt 
  Log:
  - Fix skip-if comment.
  
  
http://cvs.php.net/diff.php/php-src/ext/iconv/tests/bug16069.phpt?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/iconv/tests/bug16069.phpt
diff -u php-src/ext/iconv/tests/bug16069.phpt:1.4 
php-src/ext/iconv/tests/bug16069.phpt:1.5
--- php-src/ext/iconv/tests/bug16069.phpt:1.4   Tue Oct 29 11:25:23 2002
+++ php-src/ext/iconv/tests/bug16069.phpt       Sun Aug  7 08:48:31 2005
@@ -4,7 +4,7 @@
 <?php
 /* include( 'skipif.inc' ); */
 if (@iconv('CP932', 'EUC-JP//TRANSLIT', "\x87\x6d")=='') {
-       die("skip  CP932 translit not available\n");
+       die("skip  CP932 to EUC-JP translit not available\n");
 }
 ?>
 --INI--

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

Reply via email to