X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_chained.t;h=8a6a4490822723f6d29d70da19a74f22c1956953;hb=ad9c323c9f20903fd13463cba8c6c975bf29f199;hp=a7bce4d6e51cd02f312925935af5b3ff3b7017f2;hpb=41b633d881de11c59411977d7c16c8805c4435ce;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index a7bce4d..8a6a449 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -923,9 +923,12 @@ sub run_tests { # should dispatch to /base/one_args/edit_one_arg ok( my $response = request('http://localhost/captureargs/one/edit'), 'Correct arg order ran' ); + TODO: { + local $TODO = 'Known bug'; is( $response->header('X-Catalyst-Executed'), $expected, 'Executed actions' ); is( $response->content, 'base; one_arg; edit_one_arg', 'Content OK' ); + } } #