X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequestPool_005.phpt;h=4770fe779f6206a6526cbcfa172b51204d05f4d3;hb=1f6593c5096d41f146d87799f7ca3e3d4446247a;hp=ce0f7e94f987e5d0e086410c454a55e3da4a779e;hpb=c60c46e6a6f5c3e4bed253a2a1b893a53e26bbfc;p=m6w6%2Fext-http diff --git a/tests/HttpRequestPool_005.phpt b/tests/HttpRequestPool_005.phpt index ce0f7e9..4770fe7 100644 --- a/tests/HttpRequestPool_005.phpt +++ b/tests/HttpRequestPool_005.phpt @@ -3,7 +3,7 @@ HttpRequestPool exception --SKIPIF-- --FILE-- @@ -31,16 +31,16 @@ try { echo "Done\n"; ?> --EXPECTF-- -%sTEST +%aTEST HttpRequestPoolException: Exception caused by 2 inner exception(s) HttpInvalidParamException: Empty or too short HTTP message: '' - HttpRequestException: couldn't resolve host name; %s (http://_____/) + HttpRequestException: %souldn't resolve host name; %s (http://_____/) int(3) HttpRequestPoolException: Exception caused by 4 inner exception(s) HttpInvalidParamException: Empty or too short HTTP message: '' - HttpRequestException: couldn't resolve host name; %s (http://_____/) + HttpRequestException: %souldn't resolve host name; %s (http://_____/) HttpInvalidParamException: Empty or too short HTTP message: '' - HttpRequestException: couldn't resolve host name; %s (http://_____/) + HttpRequestException: %souldn't resolve host name; %s (http://_____/) int(5) Done