Fix optional test for code move
Tomas Doran [Thu, 26 Aug 2010 00:23:52 +0000 (00:23 +0000)]
t/optional_threads.t

index baa4089..9ed878f 100644 (file)
@@ -44,7 +44,7 @@ sub request {
         TestApp::Controller::Action::Default->begin
         TestApp::Controller::Action::Default->default
         TestApp::View::Dump::Request->process
-        TestApp->end
+        TestApp::Controller::Root->end
     ];
 
     my $expected = join( ", ", @expected );