Hello Robert,

  please remove the '.project' file.

marcus

Thursday, November 1, 2007, 9:42:31 AM, you wrote:

> nicholsr                Thu Nov  1 08:42:31 2007 UTC

>   Added files:                 (Branch: PHP_5_2)
>     /php-src/ext/standard/tests .project 

>   Modified files:              
>     /php-src/ext/standard/tests/array   min_error.phpt max_error.phpt 
>   Log:
>   update min_error and max_error testcases to take into account bug fix for 
> bug#43125
>   
> http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/min_error.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
> Index: php-src/ext/standard/tests/array/min_error.phpt
> diff -u php-src/ext/standard/tests/array/min_error.phpt:1.1.4.3
> php-src/ext/standard/tests/array/min_error.phpt:1.1.4.4
> --- php-src/ext/standard/tests/array/min_error.phpt:1.1.4.3     Fri Oct 26 
> 16:08:34 2007
> +++ php-src/ext/standard/tests/array/min_error.phpt     Thu Nov  1 08:42:31 
> 2007
> @@ -20,13 +20,13 @@
>  
>  *** Testing Error Conditions ***
>  
> -Warning: min(): At%seast one %s on line %d
> +Warning: min(): At least one %s on line %d
>  NULL
>  
>  Warning: Wrong parameter count for min() in %s on line %d
>  NULL
>  
> -Warning: min(): Array must contain at%seast one element in %s on line %d
> +Warning: min(): Array must contain at least one element in %s on line %d
>  bool(false)
>  
>  Warning: Wrong parameter count for min() in %s on line %d
> http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/max_error.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
> Index: php-src/ext/standard/tests/array/max_error.phpt
> diff -u php-src/ext/standard/tests/array/max_error.phpt:1.1.4.3
> php-src/ext/standard/tests/array/max_error.phpt:1.1.4.4
> --- php-src/ext/standard/tests/array/max_error.phpt:1.1.4.3     Fri Oct 26 
> 16:08:34 2007
> +++ php-src/ext/standard/tests/array/max_error.phpt     Thu Nov  1 08:42:31 
> 2007
> @@ -20,13 +20,13 @@
>  
>  *** Testing Error Conditions ***
>  
> -Warning: max(): At%seast one %s on line %d
> +Warning: max(): At least one %s on line %d
>  NULL
>  
>  Warning: Wrong parameter count for max() in %s on line %d
>  NULL
>  
> -Warning: max(): Array must contain at%seast one element in %s on line %d
> +Warning: max(): Array must contain at least one element in %s on line %d
>  bool(false)
>  
>  Warning: Wrong parameter count for max() in %s on line %d

> http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/.project?view=markup&rev=1.1
> Index: php-src/ext/standard/tests/.project
> +++ php-src/ext/standard/tests/.project




Best regards,
 Marcus

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

Reply via email to