let DEV_2 be trunk
[m6w6/ext-http] / tests / send_ifrange_003.phpt
diff --git a/tests/send_ifrange_003.phpt b/tests/send_ifrange_003.phpt
deleted file mode 100644 (file)
index 226c72f..0000000
+++ /dev/null
@@ -1,25 +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="abcd"
---FILE--
-<?php
-http_cache_etag('abc');
-http_send_file(__FILE__);
-?>
---EXPECTF--
-X-Powered-By: %s
-Cache-Control: private, must-revalidate, max-age=0
-ETag: "abc"
-Accept-Ranges: bytes
-Content-Length: %d
-Content-type: text/html
-
-%a