[Catalyst-commits] r12092 - Catalyst-Runtime/5.80/trunk/t/aggregate

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Dec 1 00:52:57 GMT 2009


Author: t0m
Date: 2009-12-01 00:52:57 +0000 (Tue, 01 Dec 2009)
New Revision: 12092

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t
Log:
TODO out gshanks chained tests

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t	2009-12-01 00:09:19 UTC (rev 12091)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t	2009-12-01 00:52:57 UTC (rev 12092)
@@ -923,9 +923,12 @@
         # should dispatch to /base/one_args/edit_one_arg
         ok( my $response = request('http://localhost/captureargs/one/edit'),
             'Correct arg order ran' );
+        TODO: {
+        local $TODO = 'Known bug';
         is( $response->header('X-Catalyst-Executed'),
             $expected, 'Executed actions' );
         is( $response->content, 'base; one_arg; edit_one_arg', 'Content OK' );
+        }
     }
 
     #




More information about the Catalyst-commits mailing list