You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/03/10 04:31:53 UTC

svn commit: r156733 - struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java

Author: jmitchell
Date: Wed Mar  9 19:31:50 2005
New Revision: 156733

URL: http://svn.apache.org/viewcvs?view=rev&rev=156733
Log:
no need to run cactus when junit will do (for now)

Modified:
    struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java

Modified: struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java?view=diff&r1=156732&r2=156733
==============================================================================
--- struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java (original)
+++ struts/core/trunk/src/test-cactus/org/apache/struts/action/TestActionServlet.java Wed Mar  9 19:31:50 2005
@@ -18,17 +18,18 @@
 package org.apache.struts.action;
 
 import javax.servlet.ServletException;
+
 import junit.framework.Test;
+import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.apache.cactus.ServletTestCase;
 import org.apache.struts.util.MessageResources;
 
 /**
  * Suite of unit tests for the
  * <code>org.apache.struts.action.ActionServlet</code> class.
  */
-public class TestActionServlet extends ServletTestCase
+public class TestActionServlet extends TestCase
 {
     /**
      * Defines the testcase name for JUnit.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org