[Catalyst-commits] r8275 - Catalyst-Runtime/5.70/trunk/t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Aug 24 20:32:14 BST 2008


Author: rafl
Date: 2008-08-24 20:32:14 +0100 (Sun, 24 Aug 2008)
New Revision: 8275

Modified:
   Catalyst-Runtime/5.70/trunk/t/live_component_controller_action_chained.t
Log:
UnTODO :Chained('../action') tests.

Modified: Catalyst-Runtime/5.70/trunk/t/live_component_controller_action_chained.t
===================================================================
--- Catalyst-Runtime/5.70/trunk/t/live_component_controller_action_chained.t	2008-08-24 19:32:08 UTC (rev 8274)
+++ Catalyst-Runtime/5.70/trunk/t/live_component_controller_action_chained.t	2008-08-24 19:32:14 UTC (rev 8275)
@@ -531,7 +531,6 @@
     #   Test if :Chained('../act') is working
     #
     {
-        local $TODO = "To Be Coded";
         my @expected = qw[
           TestApp::Controller::Action::Chained->begin
           TestApp::Controller::Action::Chained->one
@@ -552,7 +551,6 @@
     #   Test if :ChainedParent is working
     #
     {
-        local $TODO = "To Be Coded";
         my @expected = qw[
           TestApp::Controller::Action::Chained->begin
           TestApp::Controller::Action::Chained->loose
@@ -573,7 +571,6 @@
     #   Test if :Chained('../name/act') is working
     #
     {
-        local $TODO = "To Be Coded";
         my @expected = qw[
           TestApp::Controller::Action::Chained->begin
           TestApp::Controller::Action::Chained::Bar->cross1




More information about the Catalyst-commits mailing list