- error message has changed again
[m6w6/ext-http] / tests / HttpRequestPool_005.phpt
index 80a6c648d7ace68a2e5a335cc4867d484758ea02..b08729efd4558a3bf251cb50965f3c3bd0614020 100644 (file)
@@ -32,15 +32,15 @@ echo "Done\n";
 ?>
 --EXPECTF--
 %sTEST
-HttpRequestPoolException: Exception caused by inner exception(s)
+HttpRequestPoolException: Exception caused by inner exception(s)
        HttpInvalidParamException: Empty or too short HTTP message: ''
-               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
 int(3)
-HttpRequestPoolException: Exception caused by inner exception(s)
+HttpRequestPoolException: Exception caused by inner exception(s)
        HttpInvalidParamException: Empty or too short HTTP message: ''
-               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
                        HttpInvalidParamException: Empty or too short HTTP message: ''
-                               HttpRequestException: couldn't resolve host name; Couldn't resolve host '_____' (http://_____/)
+                               HttpRequestException: %souldn't resolve host name; %s (http://_____/)
 int(5)
 Done