[Catalyst-commits] r8672 - Catalyst-Runtime/5.80/trunk/t/aggregate
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Dec 1 21:05:55 GMT 2008
Author: rafl
Date: 2008-12-01 21:05:54 +0000 (Mon, 01 Dec 2008)
New Revision: 8672
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t
Log:
Only TODO the actually failing test.
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 2008-12-01 20:41:23 UTC (rev 8671)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_chained.t 2008-12-01 21:05:54 UTC (rev 8672)
@@ -987,8 +987,6 @@
# doc/*
#
# request for doc/search should end up in doc/*
-TODO: {
- local $TODO = 'gbjk never got off his ass and fixed this';
{
my @expected = qw[
TestApp::Controller::Action::Chained->begin
@@ -1000,8 +998,10 @@
ok( my $response = request('http://localhost/chained/doc/search'),
"we prefer static path parts earlier in the chain" );
- is( $response->header('X-Catalyst-Executed'),
- $expected, 'Executed actions' );
+ TODO: {
+ local $TODO = 'gbjk never got off his ass and fixed this';
+ is( $response->header('X-Catalyst-Executed'),
+ $expected, 'Executed actions' );
+ }
}
-};
}
More information about the Catalyst-commits
mailing list