You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/17 20:53:16 UTC

svn commit: r557023 - /struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml

Author: jholmes
Date: Tue Jul 17 11:53:12 2007
New Revision: 557023

URL: http://svn.apache.org/viewvc?view=rev&rev=557023
Log:
Fix test failures caused by the fix for WW-1703.

Modified:
    struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml

Modified: struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml?view=diff&rev=557023&r1=557022&r2=557023
==============================================================================
--- struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml (original)
+++ struts/struts2/trunk/plugins/sitegraph/src/test/resources/org/apache/struts2/sitegraph/struts.xml Tue Jul 17 11:53:12 2007
@@ -9,7 +9,10 @@
         <action name="hello" class="com.opensymphony.xwork2.ActionSupport">
             <result name="success">hello.jsp</result>
             <result name="tutorial" type="redirect">/tutorial/test.action</result>
-            <result name="tutorial2" type="redirect-action">/tutorial/test.action</result>
+            <result name="tutorial2" type="redirect-action">
+                <param name="actionName">test</param>
+                <param name="namespace">/tutorial</param>
+            </result>
         </action>
     </package>