let DEV_2 be trunk
[m6w6/ext-http] / tests / etag_mode_041.phpt
diff --git a/tests/etag_mode_041.phpt b/tests/etag_mode_041.phpt
deleted file mode 100644 (file)
index 0834ede..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-ob crc32 etag (may fail because PHPs crc32 is actually crc32b)
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---FILE--
-<?php
-ini_set('http.etag.mode', extension_loaded('hash')?'crc32b':'crc32');
-http_cache_etag();
-print("abc\n");
-?>
---EXPECTF--
-X-Powered-By: PHP/%a
-Cache-Control: private, must-revalidate, max-age=0
-ETag: "4e818847"
-Content-type: %a
-
-abc