Fixed the TODO test, it works now.
Ferruccio Zamuner [Mon, 10 Dec 2012 10:15:24 +0000 (11:15 +0100)]
t/aggregate/live_component_controller_action_chained2.t

index b004997..515672e 100644 (file)
@@ -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');