sixd                                     Mon, 06 Feb 2012 23:14:47 +0000

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

Log:
Allow alternative curl output shown in several qa.php.net/reports logs

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

Modified: php/php-src/branches/PHP_5_3/ext/curl/tests/curl_basic_010.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/curl/tests/curl_basic_010.phpt     
2012-02-06 23:14:34 UTC (rev 323101)
+++ php/php-src/branches/PHP_5_3/ext/curl/tests/curl_basic_010.phpt     
2012-02-06 23:14:47 UTC (rev 323102)
@@ -26,5 +26,5 @@

 ?>
 --EXPECTF--
-%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
+%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could 
not resolve host:)%r %s"
 int(5)

Modified: php/php-src/branches/PHP_5_4/ext/curl/tests/curl_basic_010.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/curl/tests/curl_basic_010.phpt     
2012-02-06 23:14:34 UTC (rev 323101)
+++ php/php-src/branches/PHP_5_4/ext/curl/tests/curl_basic_010.phpt     
2012-02-06 23:14:47 UTC (rev 323102)
@@ -26,5 +26,5 @@

 ?>
 --EXPECTF--
-%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
+%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could 
not resolve host:)%r %s"
 int(5)

Modified: php/php-src/trunk/ext/curl/tests/curl_basic_010.phpt
===================================================================
--- php/php-src/trunk/ext/curl/tests/curl_basic_010.phpt        2012-02-06 
23:14:34 UTC (rev 323101)
+++ php/php-src/trunk/ext/curl/tests/curl_basic_010.phpt        2012-02-06 
23:14:47 UTC (rev 323102)
@@ -26,5 +26,5 @@

 ?>
 --EXPECTF--
-%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
+%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could 
not resolve host:)%r %s"
 int(5)

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

Reply via email to