pajoye                                   Wed, 27 Jan 2010 10:08:43 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294078

Log:
- fix and update test according to recent fixes

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/standard/tests/file/rename_variation-win32.phpt
    U   php/php-src/trunk/ext/standard/tests/file/rename_variation-win32.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/standard/tests/file/rename_variation-win32.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/standard/tests/file/rename_variation-win32.phpt
    2010-01-27 09:47:17 UTC (rev 294077)
+++ 
php/php-src/branches/PHP_5_3/ext/standard/tests/file/rename_variation-win32.phpt
    2010-01-27 10:08:43 UTC (rev 294078)
@@ -69,7 +69,7 @@
 bool(true)
 -- Iteration 2 --

-Warning: 
rename(%s/rename_variation/rename_variation.tmp/,%s/rename_variation2.tmp): No 
such file or directory in %s on line %d
+Warning: 
rename(%s/rename_variation/rename_variation.tmp/,%s/rename_variation2.tmp): The 
filename, directory name, or volume label syntax is incorrect. (code: 123) in 
%s on line %d
 bool(false)
 bool(false)
 bool(false)

Modified: php/php-src/trunk/ext/standard/tests/file/rename_variation-win32.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/rename_variation-win32.phpt       
2010-01-27 09:47:17 UTC (rev 294077)
+++ php/php-src/trunk/ext/standard/tests/file/rename_variation-win32.phpt       
2010-01-27 10:08:43 UTC (rev 294078)
@@ -69,7 +69,7 @@
 bool(true)
 -- Iteration 2 --

-Warning: 
rename(%s/rename_variation/rename_variation.tmp/,%s/rename_variation2.tmp): No 
such file or directory in %s on line %d
+Warning: 
rename(%s/rename_variation/rename_variation.tmp/,%s/rename_variation2.tmp): The 
filename, directory name, or volume label syntax is incorrect. (code: 123) in 
%s on line %d
 bool(false)
 bool(false)
 bool(false)

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

Reply via email to