vmassol     02/04/09 17:37:17

  Modified:    framework/src/test/share/org/apache/cactus
                        TestAbstractTestCase.java TestAll.java
                        TestServletURL.java TestServletUtil.java
  Log:
  moved junit.ui to junit.swingui
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java
  
  Index: TestAbstractTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAbstractTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestAbstractTestCase.java 1 Mar 2002 00:43:47 -0000       1.1
  +++ TestAbstractTestCase.java 10 Apr 2002 00:37:17 -0000      1.2
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestAbstractTestCase.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $
  + * @version $Id: TestAbstractTestCase.java,v 1.2 2002/04/10 00:37:17 vmassol Exp $
    */
   public class TestAbstractTestCase extends
       TestAbstractTestCase_InterceptorTestCase
  @@ -96,7 +96,7 @@
        */
       public static void main(String[] theArgs)
       {
  -        junit.ui.TestRunner.main(
  +        junit.swingui.TestRunner.main(
               new String[]{TestAbstractTestCase.class.getName()});
       }
   
  
  
  
  1.2       +2 -2      
jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestAll.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestAll.java      1 Mar 2002 00:43:47 -0000       1.1
  +++ TestAll.java      10 Apr 2002 00:37:17 -0000      1.2
  @@ -67,7 +67,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestAll.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $
  + * @version $Id: TestAll.java,v 1.2 2002/04/10 00:37:17 vmassol Exp $
    */
   public class TestAll extends TestCase
   {
  @@ -88,7 +88,7 @@
        */
       public static void main(String[] theArgs)
       {
  -        junit.ui.TestRunner.main(new String[]{TestAll.class.getName()});
  +        junit.swingui.TestRunner.main(new String[]{TestAll.class.getName()});
       }
   
       /**
  
  
  
  1.2       +2 -2      
jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java
  
  Index: TestServletURL.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletURL.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestServletURL.java       1 Mar 2002 00:43:47 -0000       1.1
  +++ TestServletURL.java       10 Apr 2002 00:37:17 -0000      1.2
  @@ -67,7 +67,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestServletURL.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $
  + * @version $Id: TestServletURL.java,v 1.2 2002/04/10 00:37:17 vmassol Exp $
    */
   public class TestServletURL extends TestCase
   {
  @@ -94,7 +94,7 @@
        */
       public static void main(String[] theArgs)
       {
  -        junit.ui.TestRunner.main(
  +        junit.swingui.TestRunner.main(
               new String[]{TestServletURL.class.getName()});
       }
   
  
  
  
  1.2       +2 -2      
jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java
  
  Index: TestServletUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/test/share/org/apache/cactus/TestServletUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestServletUtil.java      1 Mar 2002 00:43:47 -0000       1.1
  +++ TestServletUtil.java      10 Apr 2002 00:37:17 -0000      1.2
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestServletUtil.java,v 1.1 2002/03/01 00:43:47 vmassol Exp $
  + * @version $Id: TestServletUtil.java,v 1.2 2002/04/10 00:37:17 vmassol Exp $
    */
   public class TestServletUtil extends TestCase
   {
  @@ -95,7 +95,7 @@
        */
       public static void main(String[] theArgs)
       {
  -        junit.ui.TestRunner.main(
  +        junit.swingui.TestRunner.main(
               new String[]{TestServletUtil.class.getName()});
       }
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to