changeset 548:56c3a8310076

Tests: removed post_action TODOs for fixes merged in 1.6.3.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Apr 2015 15:29:29 +0300
parents 714668aea2b0
children e4ff43e00d84
files post_action.t
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/post_action.t
+++ b/post_action.t
@@ -78,14 +78,6 @@ unlike(http_get('/remote'), qr/HIDDEN/m,
 
 like(`cat ${\($t->testdir())}/access.log`, qr/post/, 'post action in logs');
 
-TODO: {
-local $TODO = 'broken in 1.5.4' unless $t->has_version('1.7.8');
-
-# the r->header_sent check in 1.5.4+ results in
-# "header already sent" alerts
-
 like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts');
 
-}
-
 ###############################################################################