X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequestPool_005.phpt;h=b08729efd4558a3bf251cb50965f3c3bd0614020;hb=234a0dc02c390b3d8ea558f60f1240f2d20ac68c;hp=80a6c648d7ace68a2e5a335cc4867d484758ea02;hpb=9676c81efbb8f180fa189d71a7ecb50dde4f5646;p=m6w6%2Fext-http diff --git a/tests/HttpRequestPool_005.phpt b/tests/HttpRequestPool_005.phpt index 80a6c64..b08729e 100644 --- a/tests/HttpRequestPool_005.phpt +++ b/tests/HttpRequestPool_005.phpt @@ -32,15 +32,15 @@ echo "Done\n"; ?> --EXPECTF-- %sTEST -HttpRequestPoolException: Exception caused by inner exception(s) +HttpRequestPoolException: Exception caused by 2 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 4 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