X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_begin.t;h=847891097279c9e9e24716d9f6413b24515bf610;hb=bde334da382a3d3ac58a63c9061639e712a02e0a;hp=49b3163d2dcc9358fb3254c09b58899496976b50;hpb=ae29b412955743885e80350085167b54b69672da;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_begin.t b/t/aggregate/live_component_controller_action_begin.t index 49b3163..8478910 100644 --- a/t/aggregate/live_component_controller_action_begin.t +++ b/t/aggregate/live_component_controller_action_begin.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -30,7 +28,7 @@ sub run_tests { TestApp::Controller::Action::Begin->begin TestApp::Controller::Action::Begin->default TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected );