upgrade test suite to 5.3
[m6w6/ext-http] / tests / send_ifrange_001.phpt
index 8f85abf8669d9eb7cd71514a434aa90b165438f4..b4aae05da53a79682b48eaf9b593a08ddf6eb653 100644 (file)
@@ -4,7 +4,7 @@ http_send() If-Range
 <?php
 include 'skip.inc';
 checkcgi();
-checkmin(5);
+checkmin(5.3);
 ?>
 --ENV--
 HTTP_RANGE=bytes=0-1
@@ -15,7 +15,7 @@ http_cache_etag('abc');
 http_send_file(__FILE__);
 ?>
 --EXPECTF--
-Status: 206
+Status: 206%s
 X-Powered-By: %s
 Cache-Control: private, must-revalidate, max-age=0
 ETag: "abc"