tony2001                Wed Feb 21 19:57:08 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/file    get_current_user.phpt 
  Log:
  fix test on FreeBSD
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/get_current_user.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/file/get_current_user.phpt
diff -u php-src/ext/standard/tests/file/get_current_user.phpt:1.1 
php-src/ext/standard/tests/file/get_current_user.phpt:1.2
--- php-src/ext/standard/tests/file/get_current_user.phpt:1.1   Thu Nov 16 
13:00:03 2006
+++ php-src/ext/standard/tests/file/get_current_user.phpt       Wed Feb 21 
19:57:08 2007
@@ -11,10 +11,10 @@
 --EXPECTF--    
 Warning: Wrong parameter count for get_current_user() in %s on line %d
 NULL
-string(%d) "%s"
+string(%d) %s
 Done
 --UEXPECTF--
 Warning: Wrong parameter count for get_current_user() in %s on line %d
 NULL
-unicode(%d) "%s"
+unicode(%d) %s
 Done

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

Reply via email to