leif        02/04/03 05:47:09

  Modified:    all/src/test/org/apache/avalon/excalibur/component/test
                        PoolableComponentHandlerTestCase.java
                        PoolableTestObject.java
               all/src/test/org/apache/avalon/excalibur/pool/test
                        ClassInstanceObjectFactory.java
                        MultiThreadedPoolComparisonProfile.java
                        PoolableTestObject.java
                        PoolComparisonProfileAbstract.java
                        
ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java
                        ResourceLimitingPoolMultithreadMaxStrictTestCase.java
                        ResourceLimitingPoolMultithreadMaxTestCase.java
                        ResourceLimitingPoolMultithreadTestCase.java
                        ResourceLimitingPoolTestCase.java
                        SingleThreadedPoolComparisonProfile.java
  Log:
  Email address change.
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java
  
  Index: PoolableComponentHandlerTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/component/test/PoolableComponentHandlerTestCase.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PoolableComponentHandlerTestCase.java     24 Mar 2002 09:56:42 -0000      
1.6
  +++ PoolableComponentHandlerTestCase.java     3 Apr 2002 13:47:09 -0000       
1.7
  @@ -15,7 +15,7 @@
   /**
    * Test the PoolableComponentHandler.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
    */
   public class PoolableComponentHandlerTestCase
       extends ExcaliburTestCase
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java
  
  Index: PoolableTestObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/component/test/PoolableTestObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PoolableTestObject.java   16 Mar 2002 00:05:52 -0000      1.2
  +++ PoolableTestObject.java   3 Apr 2002 13:47:09 -0000       1.3
  @@ -15,8 +15,8 @@
   import org.apache.avalon.framework.logger.Logger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/03/16 00:05:52 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:47:09 $
    */
   public class PoolableTestObject
       implements Component, Initializable, Recyclable, Disposable, Poolable
  
  
  
  1.3       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ClassInstanceObjectFactory.java
  
  Index: ClassInstanceObjectFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ClassInstanceObjectFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassInstanceObjectFactory.java   16 Mar 2002 00:05:53 -0000      1.2
  +++ ClassInstanceObjectFactory.java   3 Apr 2002 13:47:09 -0000       1.3
  @@ -13,8 +13,8 @@
   import org.apache.avalon.framework.logger.Logger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.3 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public class ClassInstanceObjectFactory
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java
  
  Index: MultiThreadedPoolComparisonProfile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/MultiThreadedPoolComparisonProfile.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MultiThreadedPoolComparisonProfile.java   24 Mar 2002 09:56:42 -0000      
1.3
  +++ MultiThreadedPoolComparisonProfile.java   3 Apr 2002 13:47:09 -0000       
1.4
  @@ -17,8 +17,8 @@
    * This is used to profile and compare various pool implementations
    *  given a single access thread.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version $Id: MultiThreadedPoolComparisonProfile.java,v 1.3 2002/03/24 
09:56:42 donaldp Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version $Id: MultiThreadedPoolComparisonProfile.java,v 1.4 2002/04/03 
13:47:09 leif Exp $
    */
   public class MultiThreadedPoolComparisonProfile
       extends PoolComparisonProfileAbstract
  
  
  
  1.2       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java
  
  Index: PoolableTestObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/PoolableTestObject.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PoolableTestObject.java   18 Feb 2002 06:15:51 -0000      1.1
  +++ PoolableTestObject.java   3 Apr 2002 13:47:09 -0000       1.2
  @@ -10,8 +10,8 @@
   import org.apache.avalon.excalibur.pool.Poolable;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2002/02/18 06:15:51 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.2 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public class PoolableTestObject implements Poolable
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java
  
  Index: PoolComparisonProfileAbstract.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/PoolComparisonProfileAbstract.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PoolComparisonProfileAbstract.java        24 Mar 2002 09:56:42 -0000      
1.3
  +++ PoolComparisonProfileAbstract.java        3 Apr 2002 13:47:09 -0000       
1.4
  @@ -21,8 +21,8 @@
   /**
    * Used as a basis for the PoolComparisonProfile Tests
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version $Id: PoolComparisonProfileAbstract.java,v 1.3 2002/03/24 
09:56:42 donaldp Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version $Id: PoolComparisonProfileAbstract.java,v 1.4 2002/04/03 
13:47:09 leif Exp $
    */
   public abstract class PoolComparisonProfileAbstract
       extends TestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java
  
  Index: ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java        16 Mar 
2002 00:05:53 -0000      1.3
  +++ ResourceLimitingPoolMultithreadMaxStrictBlockTestCase.java        3 Apr 
2002 13:47:09 -0000       1.4
  @@ -20,8 +20,8 @@
   import org.apache.avalon.excalibur.testcase.BufferedLogger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public final class ResourceLimitingPoolMultithreadMaxStrictBlockTestCase 
extends TestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java
  
  Index: ResourceLimitingPoolMultithreadMaxStrictTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxStrictTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPoolMultithreadMaxStrictTestCase.java     16 Mar 2002 
00:05:53 -0000      1.3
  +++ ResourceLimitingPoolMultithreadMaxStrictTestCase.java     3 Apr 2002 
13:47:09 -0000       1.4
  @@ -20,8 +20,8 @@
   import org.apache.avalon.excalibur.testcase.BufferedLogger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public final class ResourceLimitingPoolMultithreadMaxStrictTestCase extends 
TestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java
  
  Index: ResourceLimitingPoolMultithreadMaxTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadMaxTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPoolMultithreadMaxTestCase.java   16 Mar 2002 00:05:53 
-0000      1.3
  +++ ResourceLimitingPoolMultithreadMaxTestCase.java   3 Apr 2002 13:47:09 
-0000       1.4
  @@ -20,8 +20,8 @@
   import org.apache.avalon.excalibur.testcase.BufferedLogger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public final class ResourceLimitingPoolMultithreadMaxTestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java
  
  Index: ResourceLimitingPoolMultithreadTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolMultithreadTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPoolMultithreadTestCase.java      16 Mar 2002 00:05:53 
-0000      1.3
  +++ ResourceLimitingPoolMultithreadTestCase.java      3 Apr 2002 13:47:09 
-0000       1.4
  @@ -20,8 +20,8 @@
   import org.apache.avalon.excalibur.testcase.BufferedLogger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public final class ResourceLimitingPoolMultithreadTestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java
  
  Index: ResourceLimitingPoolTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/ResourceLimitingPoolTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResourceLimitingPoolTestCase.java 16 Mar 2002 00:05:53 -0000      1.3
  +++ ResourceLimitingPoolTestCase.java 3 Apr 2002 13:47:09 -0000       1.4
  @@ -13,8 +13,8 @@
   import org.apache.avalon.excalibur.testcase.BufferedLogger;
   
   /**
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version CVS $Revision: 1.3 $ $Date: 2002/03/16 00:05:53 $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version CVS $Revision: 1.4 $ $Date: 2002/04/03 13:47:09 $
    * @since 4.1
    */
   public final class ResourceLimitingPoolTestCase extends TestCase
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java
  
  Index: SingleThreadedPoolComparisonProfile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/all/src/test/org/apache/avalon/excalibur/pool/test/SingleThreadedPoolComparisonProfile.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SingleThreadedPoolComparisonProfile.java  24 Mar 2002 09:56:42 -0000      
1.3
  +++ SingleThreadedPoolComparisonProfile.java  3 Apr 2002 13:47:09 -0000       
1.4
  @@ -18,8 +18,8 @@
    * This is used to profile and compare various pool implementations
    *  given a single access thread.
    *
  - * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  - * @version $Id: SingleThreadedPoolComparisonProfile.java,v 1.3 2002/03/24 
09:56:42 donaldp Exp $
  + * @author <a href="mailto:[EMAIL PROTECTED]">Leif Mortenson</a>
  + * @version $Id: SingleThreadedPoolComparisonProfile.java,v 1.4 2002/04/03 
13:47:09 leif Exp $
    */
   public class SingleThreadedPoolComparisonProfile
       extends PoolComparisonProfileAbstract
  
  
  

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

Reply via email to