X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_index.t;h=ba92a78181c647de4b6484f321b6be729a3f21de;hb=afb82794328ff8da1efc0a4c37f3f3703c262c31;hp=cd4f9b01d5c2c9da7639ee4ba13612de2d12178a;hpb=50cc3183118f1056427ab314b84b91fd0d9e1383;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_index.t b/t/live_component_controller_action_index.t index cd4f9b0..ba92a78 100644 --- a/t/live_component_controller_action_index.t +++ b/t/live_component_controller_action_index.t @@ -4,11 +4,11 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/../../../lib"; +use lib "$FindBin::Bin/lib"; our $iters; -BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 2; } +BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } use Test::More tests => 20*$iters; use Catalyst::Test 'TestApp'; @@ -87,7 +87,7 @@ sub run_tests { my @expected = qw[ TestApp::Controller::Action::Index->begin TestApp::Controller::Action::Index->default - TestApp->end + TestApp->end ]; my $expected = join( ", ", @expected );