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_begin.t;h=847891097279c9e9e24716d9f6413b24515bf610;hp=49b3163d2dcc9358fb3254c09b58899496976b50;hb=7064f69b1dfb59d1f3bad647b2097d0320acce8a;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e 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 );