X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_index.t;h=7cd24a9c2bec1f5bf6ed00ba64117e914a3c60c7;hb=439bc59c795c896db3b43daaff4e10c3f9741b1a;hp=99e9435a3024c92e0c3b5612dc5dd39afd1bde38;hpb=ae29b412955743885e80350085167b54b69672da;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_index.t b/t/aggregate/live_component_controller_action_index.t index 99e9435..7cd24a9 100644 --- a/t/aggregate/live_component_controller_action_index.t +++ b/t/aggregate/live_component_controller_action_index.t @@ -27,8 +27,8 @@ sub run_tests { # test root index { my @expected = qw[ - TestApp->index - TestApp->end + TestApp::Controller::Root->index + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected ); @@ -45,7 +45,7 @@ sub run_tests { { my @expected = qw[ TestApp::Controller::Index->index - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected ); @@ -66,7 +66,7 @@ sub run_tests { my @expected = qw[ TestApp::Controller::Action::Index->begin TestApp::Controller::Action::Index->index - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected ); @@ -87,7 +87,7 @@ sub run_tests { my @expected = qw[ TestApp::Controller::Action::Index->begin TestApp::Controller::Action::Index->default - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected );