felipe                                   Sat, 25 Jul 2009 21:52:33 +0000

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

Log:
- Fix test

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/curl/tests/curl_setopt_basic002.phpt
    U   php/php-src/branches/PHP_5_3/ext/curl/tests/curl_setopt_basic002.phpt
    U   php/php-src/trunk/ext/curl/tests/curl_setopt_basic002.phpt

Modified: php/php-src/branches/PHP_5_2/ext/curl/tests/curl_setopt_basic002.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/curl/tests/curl_setopt_basic002.phpt       
2009-07-25 21:37:04 UTC (rev 286326)
+++ php/php-src/branches/PHP_5_2/ext/curl/tests/curl_setopt_basic002.phpt       
2009-07-25 21:52:33 UTC (rev 286327)
@@ -46,6 +46,6 @@
 ?>
 --EXPECTF--
 *** Testing curl_setopt with CURLOPT_STDERR
+string(%d) "%s"
 string(%d) "%S"
 string(%d) "%S"
-string(%d) "%S"

Modified: php/php-src/branches/PHP_5_3/ext/curl/tests/curl_setopt_basic002.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/curl/tests/curl_setopt_basic002.phpt       
2009-07-25 21:37:04 UTC (rev 286326)
+++ php/php-src/branches/PHP_5_3/ext/curl/tests/curl_setopt_basic002.phpt       
2009-07-25 21:52:33 UTC (rev 286327)
@@ -46,6 +46,6 @@
 ?>
 --EXPECTF--
 *** Testing curl_setopt with CURLOPT_STDERR
+string(%d) "%s"
 string(%d) "%S"
 string(%d) "%S"
-string(%d) "%S"

Modified: php/php-src/trunk/ext/curl/tests/curl_setopt_basic002.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/curl_setopt_basic002.phpt  2009-07-25 
21:37:04 UTC (rev 286326)
+++ php/php-src/trunk/ext/curl/tests/curl_setopt_basic002.phpt  2009-07-25 
21:52:33 UTC (rev 286327)
@@ -46,6 +46,6 @@
 ?>
 --EXPECTF--
 *** Testing curl_setopt with CURLOPT_STDERR
+string(%d) "%s"
 string(%d) "%S"
 string(%d) "%S"
-string(%d) "%S"

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

Reply via email to