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