Skip to content

Commit

Permalink
Fix test failures caused by the fix for WW-1703. I forgot about the d…
Browse files Browse the repository at this point in the history
…eprecated result type names that are no longer in 2.1.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@557043 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
James Holmes committed Jul 17, 2007
1 parent 00144d2 commit 66cd396
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>
<include file="struts-default.xml"/>

<package name="default" extends="struts-default">
<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">
<result name="tutorial2" type="redirectAction">
<param name="actionName">test</param>
<param name="namespace">/tutorial</param>
</result>
Expand Down

0 comments on commit 66cd396

Please sign in to comment.