let DEV_2 be trunk
[m6w6/ext-http] / tests / redirect_013_logging.phpt
diff --git a/tests/redirect_013_logging.phpt b/tests/redirect_013_logging.phpt
deleted file mode 100644 (file)
index b2623bf..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-logging redirects
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---ENV--
-HTTP_HOST=example.com
---FILE--
-<?php
-echo "-TEST\n";
-include 'log.inc';
-log_content(_REDIR_LOG);
-echo "Done";
-?>
---EXPECTF--
-%aTEST
-%d%d%d%d-%d%d-%d%d %d%d:%d%d:%d%d      [301-REDIRECT]  Location: http%a        <%a>
-Done