X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequestPool_005.phpt;h=ce0f7e94f987e5d0e086410c454a55e3da4a779e;hb=0b5d61db388a4177ee32092b9fe7a4e614520bb2;hp=80a6c648d7ace68a2e5a335cc4867d484758ea02;hpb=9676c81efbb8f180fa189d71a7ecb50dde4f5646;p=m6w6%2Fext-http diff --git a/tests/HttpRequestPool_005.phpt b/tests/HttpRequestPool_005.phpt index 80a6c64..ce0f7e9 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: couldn'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: couldn'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: couldn't resolve host name; %s (http://_____/) int(5) Done