You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/10/10 21:44:00 UTC

svn commit: r462526 - /struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java

Author: mrdon
Date: Tue Oct 10 12:43:59 2006
New Revision: 462526

URL: http://svn.apache.org/viewvc?view=rev&rev=462526
Log:
Fixed config to extend Struts test case
WW-1453

Modified:
    struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java

Modified: struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java?view=diff&rev=462526&r1=462525&r2=462526
==============================================================================
--- struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java (original)
+++ struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java Tue Oct 10 12:43:59 2006
@@ -1,7 +1,6 @@
 package example;
 
 import com.opensymphony.xwork2.ActionSupport;
-import com.opensymphony.xwork2.XWorkTestCase;
 import com.opensymphony.xwork2.config.RuntimeConfiguration;
 import com.opensymphony.xwork2.config.entities.ActionConfig;
 import com.opensymphony.xwork2.config.entities.ResultConfig;
@@ -10,7 +9,9 @@
 import java.util.Map;
 import java.util.List;
 
-public class ConfigTest extends XWorkTestCase {
+import org.apache.struts2.StrutsTestCase;
+
+public class ConfigTest extends StrutsTestCase {
 
     protected void assertSuccess(String result) throws Exception {
         assertTrue("Expected a success result!",