upgrade test suite to 5.3
[m6w6/ext-http] / tests / send_data_005.phpt
index 4359efbb16e0bf7ea4b02666a479e1d0a10aff5e..2e16105672ffed71d29be50eafbf0a3b87cf5138 100644 (file)
@@ -4,7 +4,7 @@ http_send_data() oversized range
 <?php 
 include 'skip.inc';
 checkcgi();
-checkmin(5);
+checkmin(5.3);
 ?>
 --ENV--
 HTTP_RANGE=bytes=5990-6000
@@ -14,5 +14,4 @@ http_send_content_type('text/plain');
 http_send_data(str_repeat('123abc', 1000));
 ?>
 --EXPECTF--
-Status: 416
-%s
+Status: 416%a
\ No newline at end of file