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_detach.t;h=d00a9b41df58a6637cf1a51323baade8f97048ed;hp=5905596c2024077bce3871209d8cdefa8b04de17;hb=35b3434762d426e0cd5e04eb735291f8ca7ea08e;hpb=ae29b412955743885e80350085167b54b69672da diff --git a/t/aggregate/live_component_controller_action_detach.t b/t/aggregate/live_component_controller_action_detach.t index 5905596..d00a9b4 100644 --- a/t/aggregate/live_component_controller_action_detach.t +++ b/t/aggregate/live_component_controller_action_detach.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -30,7 +28,7 @@ sub run_tests { TestApp::Controller::Action::Detach->one TestApp::Controller::Action::Detach->two TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected ); @@ -57,7 +55,7 @@ sub run_tests { TestApp::Controller::Action::Detach->path TestApp::Controller::Action::Detach->two TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected );