let DEV_2 be trunk
[m6w6/ext-http] / tests / send_ifrange_001.phpt
diff --git a/tests/send_ifrange_001.phpt b/tests/send_ifrange_001.phpt
deleted file mode 100644 (file)
index 40185ac..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---TEST--
-http_send() If-Range
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---ENV--
-HTTP_RANGE=bytes=0-1
-HTTP_IF_RANGE="abc"
---FILE--
-<?php
-http_cache_etag('abc');
-http_send_file(__FILE__);
-?>
---EXPECTF--
-Status: 206%s
-X-Powered-By: %s
-Cache-Control: private, must-revalidate, max-age=0
-ETag: "abc"
-Accept-Ranges: bytes
-Content-Range: bytes 0-1/%d
-Content-Length: 2
-Content-type: text/html
-
-<?