Fixed config to extend Struts test case

WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@462526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-10-10 19:43:59 +00:00
parent 82487cbff9
commit 94ef6de048
@@ -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 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider;
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!",