felipe                                   Sun, 19 Jun 2011 12:58:56 +0000

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

Log:
- Fix test

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/fileinfo/tests/finfo_open_001.phpt
    U   php/php-src/trunk/ext/fileinfo/tests/finfo_open_001.phpt

Modified: php/php-src/branches/PHP_5_4/ext/fileinfo/tests/finfo_open_001.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/fileinfo/tests/finfo_open_001.phpt 
2011-06-19 12:47:24 UTC (rev 312278)
+++ php/php-src/branches/PHP_5_4/ext/fileinfo/tests/finfo_open_001.phpt 
2011-06-19 12:58:56 UTC (rev 312279)
@@ -14,7 +14,7 @@

 ?>
 --EXPECTF--
-Warning: finfo_open(): Failed to load magic database at ''. in %s on line %d
+Warning: finfo_open() expects parameter 2 to be a valid path, string given in 
%s on line %d
 bool(false)
 resource(%d) of type (file_info)
 resource(%d) of type (file_info)

Modified: php/php-src/trunk/ext/fileinfo/tests/finfo_open_001.phpt
===================================================================
--- php/php-src/trunk/ext/fileinfo/tests/finfo_open_001.phpt    2011-06-19 
12:47:24 UTC (rev 312278)
+++ php/php-src/trunk/ext/fileinfo/tests/finfo_open_001.phpt    2011-06-19 
12:58:56 UTC (rev 312279)
@@ -14,7 +14,7 @@

 ?>
 --EXPECTF--
-Warning: finfo_open(): Failed to load magic database at ''. in %s on line %d
+Warning: finfo_open() expects parameter 2 to be a valid path, string given in 
%s on line %d
 bool(false)
 resource(%d) of type (file_info)
 resource(%d) of type (file_info)

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

Reply via email to