let DEV_2 be trunk
[m6w6/ext-http] / tests / etag_mode_032.phpt
diff --git a/tests/etag_mode_032.phpt b/tests/etag_mode_032.phpt
deleted file mode 100644 (file)
index cfb5c35..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-sha1 etag
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---FILE--
-<?php
-ini_set('http.etag.mode', 'SHA1');
-http_cache_etag();
-http_send_data("abc\n");
-?>
---EXPECTF--
-X-Powered-By: PHP/%a
-Cache-Control: private, must-revalidate, max-age=0
-Accept-Ranges: bytes
-ETag: "03cfd743661f07975fa2f1220c5194cbaff48451"
-Content-Length: 4
-Content-type: %a
-
-abc