Un-TODO abraxxa's tests
Tomas Doran [Wed, 16 Feb 2011 21:33:35 +0000 (21:33 +0000)]
t/aggregate/live_component_controller_action_chained.t

index 20349df..efea301 100644 (file)
@@ -865,12 +865,9 @@ sub run_tests {
 
         ok( my $response = request('http://localhost/chained/mult_nopp2/action'),
             "Complex path with multiple non-capturing pathparts" );
-        TODO: {
-        local $TODO = 'Known bug';
         is( $response->header('X-Catalyst-Executed'),
             $expected, 'Executed actions' );
         is( $response->content, '; ', 'Content OK' );
-        }
     }
 
     #