summaryrefslogtreecommitdiff
path: root/tests/core-condition.t
diff options
context:
space:
mode:
authormOo <moo.lighttpd@gmail.com>2005-09-30 11:06:43 +0000
committermOo <moo.lighttpd@gmail.com>2005-09-30 11:06:43 +0000
commit4b7f5b1a3f4ffe49183bff878751762385cbd7b5 (patch)
treee2b3de24ccf8f9443569b6fc8fd12126ffcb6137 /tests/core-condition.t
parent4ab20e5bef69dcebbb6045bd920c331f012bc061 (diff)
downloadlighttpd-git-4b7f5b1a3f4ffe49183bff878751762385cbd7b5.tar.gz
the missing part of [757]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@766 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/core-condition.t')
-rwxr-xr-xtests/core-condition.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/core-condition.t b/tests/core-condition.t
index 3bcf4db1..96b05d87 100755
--- a/tests/core-condition.t
+++ b/tests/core-condition.t
@@ -109,8 +109,6 @@ EOF
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.1', 'HTTP-Status' => 403 }, { 'HTTP-Protocol' => 'HTTP/1.1', 'HTTP-Status' => 403 } ];
ok($tf->handle_http($t) == 0, 'remote ip cache (#255)');
-TODO: {
- local $TODO = "This should have been fixed with the latest commit";
$t->{REQUEST} = ( <<EOF
GET /empty-ref.noref HTTP/1.0
Cookie: empty-ref
@@ -127,7 +125,6 @@ EOF
);
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 403 } ];
ok($tf->handle_http($t) == 0, 'condition: $HTTP["referer"] == "" and Referer is empty');
-}
$t->{REQUEST} = ( <<EOF
GET /empty-ref.noref HTTP/1.0