let DEV_2 be trunk
[m6w6/ext-http] / tests / send_data_005.phpt
diff --git a/tests/send_data_005.phpt b/tests/send_data_005.phpt
deleted file mode 100644 (file)
index c373b10..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-http_send_data() oversized range
---SKIPIF--
-<?php 
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---ENV--
-HTTP_RANGE=bytes=5990-6000
---FILE--
-<?php
-http_send_content_type('text/plain');
-http_send_data(str_repeat('123abc', 1000));
-?>
---EXPECTF--
-Status: 416%a
\ No newline at end of file