diff options
author | Anton M <obhvsbypqghgc@gmail.com> | 2011-02-05 00:20:23 +0100 |
---|---|---|
committer | Anton M <obhvsbypqghgc@gmail.com> | 2011-02-05 00:20:23 +0100 |
commit | 08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d (patch) | |
tree | e8259803372b4c62a08d0ef1db640c8bf04e7048 /test/data | |
parent | 8f8961de90453274ac194479272a8dfa99ffab17 (diff) | |
download | jquery-08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d.tar.gz jquery-08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d.zip |
Remove an invalid ajax test and some code that is no longer used by any test.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/name.php | 7 | ||||
-rw-r--r-- | test/data/notmodified.php | 1 |
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; ?> |