vmassol     02/01/13 07:33:55

  Modified:    src/test/share/org/apache/cactus TestAbstractTestCase.java
                        TestAbstractTestCase_InterceptorTestCase.java
                        TestAll.java TestServletURL.java
                        TestServletUtil.java
               src/test/share/org/apache/cactus/mock
                        MockHttpURLConnection.java
  Log:
  Happy new year !
  
  Revision  Changes    Path
  1.6       +2 -2      
jakarta-cactus/src/test/share/org/apache/cactus/TestAbstractTestCase.java
  
  Index: TestAbstractTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/test/share/org/apache/cactus/TestAbstractTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestAbstractTestCase.java 19 Oct 2001 21:11:34 -0000      1.5
  +++ TestAbstractTestCase.java 13 Jan 2002 15:33:54 -0000      1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -66,7 +66,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestAbstractTestCase.java,v 1.5 2001/10/19 21:11:34 vmassol Exp $
  + * @version $Id: TestAbstractTestCase.java,v 1.6 2002/01/13 15:33:54 vmassol Exp $
    */
   public class TestAbstractTestCase extends
       TestAbstractTestCase_InterceptorTestCase
  
  
  
  1.11      +2 -2      
jakarta-cactus/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java
  
  Index: TestAbstractTestCase_InterceptorTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/test/share/org/apache/cactus/TestAbstractTestCase_InterceptorTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestAbstractTestCase_InterceptorTestCase.java     12 Nov 2001 21:14:11 -0000     
 1.10
  +++ TestAbstractTestCase_InterceptorTestCase.java     13 Jan 2002 15:33:54 -0000     
 1.11
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestAbstractTestCase_InterceptorTestCase.java,v 1.10 2001/11/12 
21:14:11 vmassol Exp $
  + * @version $Id: TestAbstractTestCase_InterceptorTestCase.java,v 1.11 2002/01/13 
15:33:54 vmassol Exp $
    */
   public class TestAbstractTestCase_InterceptorTestCase
       extends AbstractTestCase
  
  
  
  1.9       +2 -2      jakarta-cactus/src/test/share/org/apache/cactus/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/test/share/org/apache/cactus/TestAll.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestAll.java      4 Nov 2001 22:51:45 -0000       1.8
  +++ TestAll.java      13 Jan 2002 15:33:54 -0000      1.9
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -62,7 +62,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestAll.java,v 1.8 2001/11/04 22:51:45 vmassol Exp $
  + * @version $Id: TestAll.java,v 1.9 2002/01/13 15:33:54 vmassol Exp $
    */
   public class TestAll extends TestCase
   {
  
  
  
  1.2       +2 -2      
jakarta-cactus/src/test/share/org/apache/cactus/TestServletURL.java
  
  Index: TestServletURL.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/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       4 Nov 2001 22:51:45 -0000       1.1
  +++ TestServletURL.java       13 Jan 2002 15:33:54 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -62,7 +62,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestServletURL.java,v 1.1 2001/11/04 22:51:45 vmassol Exp $
  + * @version $Id: TestServletURL.java,v 1.2 2002/01/13 15:33:54 vmassol Exp $
    */
   public class TestServletURL extends TestCase
   {
  
  
  
  1.2       +2 -2      
jakarta-cactus/src/test/share/org/apache/cactus/TestServletUtil.java
  
  Index: TestServletUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/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      4 Nov 2001 22:51:45 -0000       1.1
  +++ TestServletUtil.java      13 Jan 2002 15:33:54 -0000      1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -63,7 +63,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: TestServletUtil.java,v 1.1 2001/11/04 22:51:45 vmassol Exp $
  + * @version $Id: TestServletUtil.java,v 1.2 2002/01/13 15:33:54 vmassol Exp $
    */
   public class TestServletUtil extends TestCase
   {
  
  
  
  1.6       +2 -2      
jakarta-cactus/src/test/share/org/apache/cactus/mock/MockHttpURLConnection.java
  
  Index: MockHttpURLConnection.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/test/share/org/apache/cactus/mock/MockHttpURLConnection.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MockHttpURLConnection.java        12 Nov 2001 21:14:11 -0000      1.5
  +++ MockHttpURLConnection.java        13 Jan 2002 15:33:55 -0000      1.6
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -62,7 +62,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: MockHttpURLConnection.java,v 1.5 2001/11/12 21:14:11 vmassol Exp $
  + * @version $Id: MockHttpURLConnection.java,v 1.6 2002/01/13 15:33:55 vmassol Exp $
    */
   public class MockHttpURLConnection extends HttpURLConnection
   {
  
  
  

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

Reply via email to