diff post_action.t @ 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 34280f6b0bc6
children 6c0a5903d0ae
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');
 
-}
-
 ###############################################################################