X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive__component_controller_action_chained2.t;h=84d54cec99424ce72e5818a2e778fc0c45e08595;hb=bcc7361a26b0c7a55eb6b4d49d4622367b12f809;hp=199db81fd624e331ab6db5f4898d2ab825db52db;hpb=d4f76f02f299906d23b02bb4bb4007de437a8747;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 199db81..84d54ce 100644 --- a/t/aggregate/live__component_controller_action_chained2.t +++ b/t/aggregate/live__component_controller_action_chained2.t @@ -16,6 +16,11 @@ content_like('/account/ferz', qr/This is account ferz/, 'account'); content_like('/account/123', qr/This is account 123/, 'account'); 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'); +} + action_notfound('/c'); done_testing;