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

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Fri Aug 27 23:07:41 GMT 2010


Author: hobbs
Date: 2010-08-28 00:07:41 +0100 (Sat, 28 Aug 2010)
New Revision: 13555

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live__component_controller_action_chained2.t
Log:
Don't fail chained tests under t/author/http-test.t


Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live__component_controller_action_chained2.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live__component_controller_action_chained2.t	2010-08-27 14:16:11 UTC (rev 13554)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live__component_controller_action_chained2.t	2010-08-27 23:07:41 UTC (rev 13555)
@@ -5,6 +5,8 @@
 use Catalyst::Test 'ChainedActionsApp';
 use Test::More;
 
+plan 'skip_all' if $ENV{CATALYST_SERVER}; # This is not TestApp
+
 content_like('/', qr/Application Home Page/, 'Application home');
 content_like('/15/GoldFinger', qr/List project GoldFinger pages/, 'GoldFinger Project Index');
 content_like('/15/GoldFinger/4/007', qr/This is 007 page of GoldFinger project/, '007 page in GoldFinger Project');




More information about the Catalyst-commits mailing list