You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/07/11 04:12:47 UTC

svn commit: r420673 - /struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java

Author: tmjee
Date: Mon Jul 10 19:12:47 2006
New Revision: 420673

URL: http://svn.apache.org/viewvc?rev=420673&view=rev
Log:
XW-399
  - changed package name due to package renaming (from xwork to xwork2) in xwork

Modified:
    struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java

Modified: struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java?rev=420673&r1=420672&r2=420673&view=diff
==============================================================================
--- struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java (original)
+++ struts/struts2/trunk/extras/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java Mon Jul 10 19:12:47 2006
@@ -19,8 +19,8 @@
 
 import com.mockobjects.dynamic.Mock;
 import org.apache.struts2.ServletActionContext;
-import com.opensymphony.xwork.ActionContext;
-import com.opensymphony.xwork.ActionInvocation;
+import com.opensymphony.xwork2.ActionContext;
+import com.opensymphony.xwork2.ActionInvocation;
 import junit.framework.TestCase;
 import ognl.Ognl;
 import org.jfree.chart.ChartFactory;