summaryrefslogtreecommitdiff
path: root/tests/core-condition.t
diff options
context:
space:
mode:
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