pajoye Tue Sep 2 10:28:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/fileinfo/tests mime_content_type_001.phpt Log: - fix test (file or path not found) (Thanks Dmitry for the notice) http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/tests/mime_content_type_001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/fileinfo/tests/mime_content_type_001.phpt diff -u php-src/ext/fileinfo/tests/mime_content_type_001.phpt:1.1.2.2 php-src/ext/fileinfo/tests/mime_content_type_001.phpt:1.1.2.3 --- php-src/ext/fileinfo/tests/mime_content_type_001.phpt:1.1.2.2 Mon Sep 1 23:44:00 2008 +++ php-src/ext/fileinfo/tests/mime_content_type_001.phpt Tue Sep 2 10:28:11 2008 @@ -21,7 +21,7 @@ Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d -Warning: mime_content_type(foo/inexistent): failed to open stream: No such file or directory in %s on line %d +Warning: mime_content_type(): File or path not found 'foo/inexistent' in %s on line %d Warning: mime_content_type(): Empty filename or path in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php