- Fixed build on php-trunk
[m6w6/ext-http] / tests / HttpRequestPool_005.phpt
index ce0f7e94f987e5d0e086410c454a55e3da4a779e..4770fe779f6206a6526cbcfa172b51204d05f4d3 100644 (file)
@@ -3,7 +3,7 @@ HttpRequestPool exception
 --SKIPIF--
 <?php
 include 'skip.inc';
-checkmin(5);
+checkmin("5.2.5");
 checkcls('HttpRequestPool');
 ?>
 --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