- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / send_data_007.phpt
diff --git a/tests/send_data_007.phpt b/tests/send_data_007.phpt
deleted file mode 100644 (file)
index 478d58d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-http_send_data() etag caching
---SKIPIF--
-<?php 
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-?>
---ENV--
-HTTP_IF_NONE_MATCH="0bee89b07a248e27c83fc3d5951213c1"
---FILE--
-<?php
-include 'log.inc';
-log_prepare(_CACHE_LOG);
-http_cache_etag();
-http_send_data("abc\n");
-?>
---EXPECTF--
-Status: 304
-Content-type: %s
-X-Powered-By: PHP/%s
-Cache-Control: private, must-revalidate, max-age=0
-%s