From: Ferruccio Zamuner Date: Mon, 10 Dec 2012 10:15:24 +0000 (+0100) Subject: Fixed the TODO test, it works now. X-Git-Tag: 5.90020~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=380d88091b2b958d4eb742cbf9e3ce6e51fefc58 Fixed the TODO test, it works now. --- 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');