Forward to the class the method is actually in
Tomas Doran [Thu, 19 Nov 2009 00:27:16 +0000 (00:27 +0000)]
t/lib/TestApp/Controller/Action/Forward.pm

index 062d6a1..1d3970d 100644 (file)
@@ -87,7 +87,7 @@ sub embed : Local {
 
 sub class_forward_test_action : Local {
     my ( $self, $c ) = @_;
-    $c->forward(qw/TestApp class_forward_test_method/);
+    $c->forward(qw/TestApp::Controller::Root class_forward_test_method/);
 }
 
 sub forward_to_uri_check : Local {