Author: jholmes Date: Wed Jul 18 06:29:49 2007 New Revision: 557255 URL: http://svn.apache.org/viewvc?view=rev&rev=557255 Log: Fix test failures caused by the fix for WW-1703. I finally figured out what was causing the test to fail. Everything should work fine now.
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=557255&r1=557254&r2=557255 ============================================================================== --- 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 Wed Jul 18 06:29:49 2007 @@ -7,10 +7,7 @@ <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="redirectAction"> - <param name="actionName">test</param> - <param name="namespace">/tutorial</param> - </result> + <result name="tutorial2" type="redirectAction">/tutorial/test.action</result> </action> </package>