knut                                     Sat, 25 Jun 2011 21:22:42 +0000

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

Log:
small fix in disk_total_space() tests (PHP_5_3 already includes this)

Changed paths:
    U   
php/php-src/branches/PHP_5_4/ext/standard/tests/file/disk_total_space_variation.phpt
    U   
php/php-src/trunk/ext/standard/tests/file/disk_total_space_variation.phpt

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/disk_total_space_variation.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/disk_total_space_variation.phpt
        2011-06-25 21:20:44 UTC (rev 312471)
+++ 
php/php-src/branches/PHP_5_4/ext/standard/tests/file/disk_total_space_variation.phpt
        2011-06-25 21:22:42 UTC (rev 312472)
@@ -118,6 +118,6 @@
 Warning: disk_total_space() expects parameter 1 to be a valid path, string 
given in %s on line %d
 NULL
 *** Testing with Binary Input ***
-float(64246190080)
+float(%d)

 --- Done ---

Modified: 
php/php-src/trunk/ext/standard/tests/file/disk_total_space_variation.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/disk_total_space_variation.phpt   
2011-06-25 21:20:44 UTC (rev 312471)
+++ php/php-src/trunk/ext/standard/tests/file/disk_total_space_variation.phpt   
2011-06-25 21:22:42 UTC (rev 312472)
@@ -118,6 +118,6 @@
 Warning: disk_total_space() expects parameter 1 to be a valid path, string 
given in %s on line %d
 NULL
 *** Testing with Binary Input ***
-float(64246190080)
+float(%d)

 --- Done ---

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

Reply via email to