[Catalyst-commits] r11435 - Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Sep 27 15:28:10 GMT 2009


Author: rafl
Date: 2009-09-27 15:28:04 +0000 (Sun, 27 Sep 2009)
New Revision: 11435

Modified:
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_component_controller_action_auto_doublebug.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_path_bug.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/meta_method_unneeded.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_core_log.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_dispatcher_requestargs_restore.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_load_catalyst_test.t
   Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_metaclass_compat_non_moose_controller.t
Log:
Make things run again with aggregation disabled.

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_component_controller_action_auto_doublebug.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_component_controller_action_auto_doublebug.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_component_controller_action_auto_doublebug.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -4,7 +4,7 @@
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 our $iters;
 

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_path_bug.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_path_bug.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/custom_live_path_bug.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -4,7 +4,7 @@
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 our $iters;
 

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/meta_method_unneeded.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/meta_method_unneeded.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/meta_method_unneeded.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Test::More tests => 1;
 use Test::Exception;
 use Carp ();

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_core_log.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_core_log.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_core_log.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 23;
+use Test::More tests => 22;
 
 use Catalyst::Log;
 

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_dispatcher_requestargs_restore.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_dispatcher_requestargs_restore.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_dispatcher_requestargs_restore.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -14,7 +14,7 @@
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Catalyst::Test 'ACLTestApp';
 use Test::More tests => 1;
 

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_load_catalyst_test.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_load_catalyst_test.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_load_catalyst_test.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -7,7 +7,7 @@
 use lib         "$FindBin::Bin/lib";
 use Test::More  tests => 59;
 use FindBin qw/$Bin/;
-use lib "$Bin/lib";
+use lib "$Bin/../lib";
 use Catalyst::Utils;
 use HTTP::Request::Common;
 use Test::Exception;

Modified: Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_metaclass_compat_non_moose_controller.t
===================================================================
--- Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_metaclass_compat_non_moose_controller.t	2009-09-27 15:06:51 UTC (rev 11434)
+++ Catalyst-Runtime/5.80/branches/aggregate_more/t/aggregate/unit_metaclass_compat_non_moose_controller.t	2009-09-27 15:28:04 UTC (rev 11435)
@@ -2,7 +2,7 @@
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More tests => 1;
 use Test::Exception;




More information about the Catalyst-commits mailing list