aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/name.php7
-rw-r--r--test/data/notmodified.php1
2 files changed, 1 insertions, 7 deletions
diff --git a/test/data/name.php b/test/data/name.php
index ee22e4582..64028585d 100644
--- a/test/data/name.php
+++ b/test/data/name.php
@@ -19,11 +19,6 @@ if($name == 'foo') {
echo "pan";
die();
}
-$request = apache_request_headers();
-$request = $request['X-Custom-Header'];
-if(strlen($request) > 0) {
- echo $request;
- die();
-}
+
echo 'ERROR <script type="text/javascript">ok( true, "name.php executed" );</script>';
?> \ No newline at end of file
diff --git a/test/data/notmodified.php b/test/data/notmodified.php
deleted file mode 100644
index 0309a6bcf..000000000
--- a/test/data/notmodified.php
+++ /dev/null
@@ -1 +0,0 @@
-<?php header('HTTP/1.0 304 Not Modified'); exit; ?>