X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_named_index.t;fp=t%2Faggregate%2Flive_component_controller_action_index_or_default_names.t;h=393e0300cd6bec3a2a3491f7f2cf765bec87a2d1;hp=e5889bb30c80f54d1d966ccf4f511ba93eb409ed;hb=1315d253bbf854cbd9740ef4323a9930411b9fa0;hpb=2ee0056ea3edb67a476aadeac450afdb3a5286d8 diff --git a/t/aggregate/live_component_controller_action_index_or_default_names.t b/t/aggregate/live_component_controller_action_named_index.t similarity index 90% rename from t/aggregate/live_component_controller_action_index_or_default_names.t rename to t/aggregate/live_component_controller_action_named_index.t index e5889bb..393e030 100644 --- a/t/aggregate/live_component_controller_action_index_or_default_names.t +++ b/t/aggregate/live_component_controller_action_named_index.t @@ -12,7 +12,7 @@ BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } use Test::More tests => 1*$iters; -use Catalyst::Test 'TestAppIndexDefault'; +use Catalyst::Test 'TestAppIndexActionName'; if ( $ENV{CAT_BENCHMARK} ) { require Benchmark;