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