X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_component_controller_action_forward.t;h=c8e32866ade792d4f6d8ffbce3303694b1d24bf8;hp=5b23653033d4179a80b5f5f8b8c458f281681c89;hb=1b1636b58ce5f1feabd0d125c3928c57e5a5cf3c;hpb=2dbdc32ced171ec14fed4d01ca823267af1600ba diff --git a/t/live_component_controller_action_forward.t b/t/live_component_controller_action_forward.t index 5b23653..c8e3286 100644 --- a/t/live_component_controller_action_forward.t +++ b/t/live_component_controller_action_forward.t @@ -148,8 +148,8 @@ sub run_tests { } { my @expected = qw[ - TestApp::Controller::Action::Relative->begin - TestApp::Controller::Action::Relative->relative + TestApp::Controller::Action::TestRelative->begin + TestApp::Controller::Action::TestRelative->relative TestApp::Controller::Action::Forward->one TestApp::Controller::Action::Forward->two TestApp::Controller::Action::Forward->three @@ -170,7 +170,7 @@ sub run_tests { 'action/relative/relative', 'Test Action' ); is( $response->header('X-Test-Class'), - 'TestApp::Controller::Action::Relative', + 'TestApp::Controller::Action::TestRelative', 'Test Class' ); is( $response->header('X-Catalyst-Executed'), @@ -183,8 +183,8 @@ sub run_tests { } { my @expected = qw[ - TestApp::Controller::Action::Relative->begin - TestApp::Controller::Action::Relative->relative_two + TestApp::Controller::Action::TestRelative->begin + TestApp::Controller::Action::TestRelative->relative_two TestApp::Controller::Action::Forward->one TestApp::Controller::Action::Forward->two TestApp::Controller::Action::Forward->three @@ -211,7 +211,7 @@ sub run_tests { ); is( $response->header('X-Test-Class'), - 'TestApp::Controller::Action::Relative', + 'TestApp::Controller::Action::TestRelative', 'Test Class' ); is( $response->header('X-Catalyst-Executed'),