jani            Fri Nov  2 12:57:52 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/file    clearstatcache_error.phpt 
  Log:
  fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_error.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/file/clearstatcache_error.phpt
diff -u php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.2 
php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.3
--- php-src/ext/standard/tests/file/clearstatcache_error.phpt:1.2       Mon Aug 
13 11:50:47 2007
+++ php-src/ext/standard/tests/file/clearstatcache_error.phpt   Fri Nov  2 
12:57:52 2007
@@ -1,5 +1,5 @@
 --TEST--
-Test clearstatcache() function: error conditions(bug#42072)
+Test clearstatcache() function: error conditions
 --FILE--
 <?php
 /*
@@ -13,11 +13,13 @@
 ?>
 --EXPECTF--
 *** Testing clearstatcache() function: error conditions ***
-Warning: clearstatcache() expects 0 parameter, 1 given in %s on line %d
+
+Warning: Wrong parameter count for clearstatcache() in %s on line %d
 NULL
 *** Done ***
 --UEXPECTF--
 *** Testing clearstatcache() function: error conditions ***
-Warning: clearstatcache() expects 0 parameter, 1 given in %s on line %d
+
+Warning: Wrong parameter count for clearstatcache() in %s on line %d
 NULL
 *** Done ***

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

Reply via email to