WW-4243 Renames based test case class to avoid using it outside of core

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1542825 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/struts2/s1/Struts1FactoryTest.java b/src/test/java/org/apache/struts2/s1/Struts1FactoryTest.java
index 1854b7e..9b8c626 100644
--- a/src/test/java/org/apache/struts2/s1/Struts1FactoryTest.java
+++ b/src/test/java/org/apache/struts2/s1/Struts1FactoryTest.java
@@ -23,8 +23,6 @@
 
 import java.lang.reflect.InvocationTargetException;
 
-import junit.framework.TestCase;
-
 import org.apache.struts.action.ActionErrors;
 import org.apache.struts.action.ActionForward;
 import org.apache.struts.action.ActionMapping;
@@ -37,10 +35,6 @@
 import org.apache.struts2.config.StrutsXmlConfigurationProvider;
 
 import com.opensymphony.xwork2.ActionSupport;
-import com.opensymphony.xwork2.ObjectFactory;
-import com.opensymphony.xwork2.config.Configuration;
-import com.opensymphony.xwork2.config.ConfigurationManager;
-import com.opensymphony.xwork2.config.ConfigurationProvider;
 import com.opensymphony.xwork2.config.entities.ExceptionMappingConfig;
 import com.opensymphony.xwork2.config.entities.PackageConfig;
 import com.opensymphony.xwork2.config.entities.ResultConfig;