# HG changeset patch # User Sergey Kandaurov # Date 1429273769 -10800 # Node ID 56c3a8310076cdb8a3c46850ffd725d6e95a0402 # Parent 714668aea2b0dce4c3d43b37bc22eb9bf984a3f0 Tests: removed post_action TODOs for fixes merged in 1.6.3. diff --git a/post_action.t b/post_action.t --- 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'); -} - ###############################################################################