From: Tomas Doran Date: Wed, 16 Feb 2011 21:33:35 +0000 (+0000) Subject: Un-TODO abraxxa's tests X-Git-Tag: 5.80032~5^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=29076427c02971d7b3e65326131ff77ca5a43de7 Un-TODO abraxxa's tests --- diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index 20349df..efea301 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -865,12 +865,9 @@ sub run_tests { ok( my $response = request('http://localhost/chained/mult_nopp2/action'), "Complex path with multiple non-capturing pathparts" ); - TODO: { - local $TODO = 'Known bug'; is( $response->header('X-Catalyst-Executed'), $expected, 'Executed actions' ); is( $response->content, '; ', 'Content OK' ); - } } #