donaldp     01/11/19 04:09:40

  Modified:    src/test/org/apache/avalon/excalibur/cli/test
                        ClutilTestCase.java
               src/test/org/apache/avalon/excalibur/collections/test
                        BinaryHeapTestCase.java
               src/test/org/apache/avalon/excalibur/io/test
                        FileUtilTestCase.java
               src/test/org/apache/avalon/excalibur/naming/memory/test
                        MemoryContextTestCase.java
               src/test/org/apache/avalon/excalibur/naming/rmi/test
                        RMIContextTestCase.java
               src/test/org/apache/avalon/excalibur/naming/test
                        AbstractContextTestCase.java
               src/test/org/apache/avalon/excalibur/pool/test
                        PoolProfile.java
               src/test/org/apache/avalon/excalibur/property/test
                        PropertyUtilTestCase.java
  Log:
  [EMAIL PROTECTED] --> [EMAIL PROTECTED]
  
  yea - now no one will call me Donald!!!
  
  Revision  Changes    Path
  1.8       +1 -1      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/cli/test/ClutilTestCase.java
  
  Index: ClutilTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/cli/test/ClutilTestCase.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ClutilTestCase.java       2001/10/25 16:15:52     1.7
  +++ ClutilTestCase.java       2001/11/19 12:09:39     1.8
  @@ -17,7 +17,7 @@
   
   /**
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
    */
   public final class ClutilTestCase
       extends TestCase
  
  
  
  1.2       +1 -1      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/collections/test/BinaryHeapTestCase.java
  
  Index: BinaryHeapTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/collections/test/BinaryHeapTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BinaryHeapTestCase.java   2001/08/02 15:26:08     1.1
  +++ BinaryHeapTestCase.java   2001/11/19 12:09:39     1.2
  @@ -12,7 +12,7 @@
   
   /**
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
    */
   public final class BinaryHeapTestCase
       extends TestCase
  
  
  
  1.7       +1 -1      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/io/test/FileUtilTestCase.java
  
  Index: FileUtilTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/io/test/FileUtilTestCase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FileUtilTestCase.java     2001/08/22 09:03:25     1.6
  +++ FileUtilTestCase.java     2001/11/19 12:09:39     1.7
  @@ -16,7 +16,7 @@
   /**
    * This is used to test FileUtil for correctness.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
    */
   public final class FileUtilTestCase
       extends TestCase
  
  
  
  1.2       +3 -3      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/memory/test/MemoryContextTestCase.java
  
  Index: MemoryContextTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/memory/test/MemoryContextTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MemoryContextTestCase.java        2001/08/08 14:26:29     1.1
  +++ MemoryContextTestCase.java        2001/11/19 12:09:39     1.2
  @@ -15,8 +15,8 @@
   /**
    * Unit testing for Memory system
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.1 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @version $Revision: 1.2 $
    */
   public class MemoryContextTestCase extends AbstractContextTestCase
   {
  @@ -51,4 +51,4 @@
           catch (Exception e)
           {}
       }
  -}
  \ No newline at end of file
  +}
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/rmi/test/RMIContextTestCase.java
  
  Index: RMIContextTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/rmi/test/RMIContextTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RMIContextTestCase.java   2001/08/10 16:20:57     1.2
  +++ RMIContextTestCase.java   2001/11/19 12:09:40     1.3
  @@ -17,8 +17,8 @@
   /**
    * Unit testing for JNDI system
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.2 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @version $Revision: 1.3 $
    */
   public class RMIContextTestCase
       extends AbstractContextTestCase
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/test/AbstractContextTestCase.java
  
  Index: AbstractContextTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/naming/test/AbstractContextTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractContextTestCase.java      2001/10/25 16:24:11     1.2
  +++ AbstractContextTestCase.java      2001/11/19 12:09:40     1.3
  @@ -18,8 +18,8 @@
   /**
    * Unit testing for JNDI system
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  - * @version $Revision: 1.2 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @version $Revision: 1.3 $
    */
   public abstract class AbstractContextTestCase
       extends TestCase
  
  
  
  1.12      +1 -1      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java
  
  Index: PoolProfile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/pool/test/PoolProfile.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- PoolProfile.java  2001/10/25 16:54:01     1.11
  +++ PoolProfile.java  2001/11/19 12:09:40     1.12
  @@ -17,7 +17,7 @@
   /**
    * This is used to profile the Pool implementation.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
    */
   public final class PoolProfile
       extends TestCase
  
  
  
  1.5       +1 -1      
jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/property/test/PropertyUtilTestCase.java
  
  Index: PropertyUtilTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/test/org/apache/avalon/excalibur/property/test/PropertyUtilTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PropertyUtilTestCase.java 2001/09/03 08:59:45     1.4
  +++ PropertyUtilTestCase.java 2001/11/19 12:09:40     1.5
  @@ -16,7 +16,7 @@
   
   /**
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
    */
   public final class PropertyUtilTestCase
       extends TestCase
  
  
  

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

Reply via email to