let DEV_2 be trunk
[m6w6/ext-http] / tests / send_data_001.phpt
diff --git a/tests/send_data_001.phpt b/tests/send_data_001.phpt
deleted file mode 100644 (file)
index d744d8d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---TEST--
-http_send_data() NIL-NUM range
---SKIPIF--
-<?php 
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---ENV--
-HTTP_RANGE=bytes=-5
---FILE--
-<?php
-http_send_content_type('text/plain');
-http_send_data(str_repeat('123abc', 1000));
-?>
---EXPECTF--
-Status: 206%s
-X-Powered-By: PHP/%s
-Content-Type: text/plain
-Accept-Ranges: bytes
-Content-Range: bytes 5995-5999/6000
-Content-Length: 5
-
-23abc