X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_chained2.t;h=515672ea757de45269fce193c097e07dd2ab2dc7;hb=8e1c7822b8e7e5fd43ae4a4fb85c7997a262bbf4;hp=b004997dd5b32c5d2af7a092afaec6d0754ccf66;hpb=bdf494f0f68ef923dce573a88decfafe68723145;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_chained2.t b/t/aggregate/live_component_controller_action_chained2.t index b004997..515672e 100644 --- a/t/aggregate/live_component_controller_action_chained2.t +++ b/t/aggregate/live_component_controller_action_chained2.t @@ -16,10 +16,7 @@ content_like('/account/ferz', qr/This is account ferz/, '/account/ferz'); content_like('/account/123', qr/This is account 123/, '/account/123'); content_like('/account/profile/007/James Bond', qr/This is profile of James Bond/, 'account'); -TODO: { - local $TODO = q(new chained action test case that fails yet.); - content_like('/downloads/', qr/This is downloads index/, 'downloads'); -} +content_like('/downloads/', qr/This is download index/, 'downloads'); action_notfound('/c');