X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_chained.t;h=efea301b4bc566d7454d97e6de1d41fe1c0e410e;hp=20349df02b38712d6fd96dbb8986a9f3ec615058;hb=29076427c02971d7b3e65326131ff77ca5a43de7;hpb=524b0e1cfa0a5722a3d8f56a2a15fb709e9e71de 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' ); - } } #