rwaldhoff    2002/10/31 07:09:10

  Modified:    pool/src/test/org/apache/commons/pool/impl
                        TestGenericKeyedObjectPool.java
  Log:
  null out pool on tearDown
  
  Revision  Changes    Path
  1.9       +5 -4      
jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java
  
  Index: TestGenericKeyedObjectPool.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestGenericKeyedObjectPool.java   31 Oct 2002 15:04:24 -0000      1.8
  +++ TestGenericKeyedObjectPool.java   31 Oct 2002 15:09:10 -0000      1.9
  @@ -133,6 +133,7 @@
       
       public void tearDown() throws Exception {
           super.tearDown();
  +        pool = null;
       }
   
       public void testZeroMaxActive() throws Exception {
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to