revised angry smiley.
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Forward.pm
index 8a88e7f..1d65d14 100644 (file)
@@ -38,7 +38,7 @@ sub jojo : Relative {
 
 sub inheritance : Relative {
     my ( $self, $c ) = @_;
-    $c->forward('engine/response/cookies/one');
+    $c->forward('/action/inheritance/a/b/default');
     $c->forward('five');
 }