let DEV_2 be trunk
[m6w6/ext-http] / tests / HttpResponse_005.phpt
diff --git a/tests/HttpResponse_005.phpt b/tests/HttpResponse_005.phpt
deleted file mode 100644 (file)
index bda3aa6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---TEST--
-HttpResponse file not found
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmin("5.2.5");
-?>
---FILE--
-<?php
-ini_set("error_reporting", 0);
-ini_set("default_mimetype", "text/plain");
-
-HttpResponse::setContentType("application/pdf");
-HttpResponse::setContentDisposition("doc.pdf");
-HttpResponse::setFile("__nonexistant__.pdf");
-HttpResponse::send();
-?>
---EXPECTF--
-Status: 404%s
-X-Powered-By: PHP/%s
-Content-Type: text/plain
-
-File not found