test inheritance of builtin actions in mainapp.
[catagits/Catalyst-Runtime.git] / t / live / component / controller / action / detach.t
index a9712ad..adc5c8e 100644 (file)
@@ -30,6 +30,7 @@ sub run_tests {
           TestApp::Controller::Action::Detach->one\r
           TestApp::Controller::Action::Detach->two\r
           TestApp::View::Dump::Request->process\r
+         TestApp->end\r
         ];\r
 \r
         my $expected = join( ", ", @expected );\r
@@ -56,6 +57,7 @@ sub run_tests {
           TestApp::Controller::Action::Detach->path\r
           TestApp::Controller::Action::Detach->two\r
           TestApp::View::Dump::Request->process\r
+         TestApp->end\r
         ];\r
 \r
         my $expected = join( ", ", @expected );\r