From: Florian Ragwitz Date: Sun, 27 Sep 2009 15:28:04 +0000 (+0000) Subject: Make things run again with aggregation disabled. X-Git-Tag: 5.80014~15^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b1ead5a2645de398ab6f2627ace6e7cf9e4f2cfe;hp=737a1e422e33f1889058373b0b1536b1b8c268db Make things run again with aggregation disabled. --- diff --git a/t/aggregate/custom_live_component_controller_action_auto_doublebug.t b/t/aggregate/custom_live_component_controller_action_auto_doublebug.t index 7063056..1b657e6 100644 --- a/t/aggregate/custom_live_component_controller_action_auto_doublebug.t +++ b/t/aggregate/custom_live_component_controller_action_auto_doublebug.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; our $iters; diff --git a/t/aggregate/custom_live_path_bug.t b/t/aggregate/custom_live_path_bug.t index 9398c61..a6081c4 100644 --- a/t/aggregate/custom_live_path_bug.t +++ b/t/aggregate/custom_live_path_bug.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; our $iters; diff --git a/t/aggregate/meta_method_unneeded.t b/t/aggregate/meta_method_unneeded.t index aa43472..f52a9b4 100644 --- a/t/aggregate/meta_method_unneeded.t +++ b/t/aggregate/meta_method_unneeded.t @@ -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 (); diff --git a/t/aggregate/unit_core_log.t b/t/aggregate/unit_core_log.t index 396e337..f488d48 100644 --- a/t/aggregate/unit_core_log.t +++ b/t/aggregate/unit_core_log.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 23; +use Test::More tests => 22; use Catalyst::Log; diff --git a/t/aggregate/unit_dispatcher_requestargs_restore.t b/t/aggregate/unit_dispatcher_requestargs_restore.t index db1c132..9c4b7fa 100644 --- a/t/aggregate/unit_dispatcher_requestargs_restore.t +++ b/t/aggregate/unit_dispatcher_requestargs_restore.t @@ -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; diff --git a/t/aggregate/unit_load_catalyst_test.t b/t/aggregate/unit_load_catalyst_test.t index ffa5655..d3f30ee 100644 --- a/t/aggregate/unit_load_catalyst_test.t +++ b/t/aggregate/unit_load_catalyst_test.t @@ -7,7 +7,7 @@ use FindBin; 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; diff --git a/t/aggregate/unit_metaclass_compat_non_moose_controller.t b/t/aggregate/unit_metaclass_compat_non_moose_controller.t index 3b91ef2..1672a18 100644 --- a/t/aggregate/unit_metaclass_compat_non_moose_controller.t +++ b/t/aggregate/unit_metaclass_compat_non_moose_controller.t @@ -2,7 +2,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; use Test::More tests => 1; use Test::Exception;