test was trying to dispatch through TestApp, instead of TestApp::Controller::Root
André Walker [Sat, 30 Jul 2011 02:55:13 +0000 (23:55 -0300)]
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 {