You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/05/01 14:43:47 UTC

cvs commit: jakarta-commons/dbcp/src/test/org/apache/commons/dbcp TestAll.java

dirkv       2004/05/01 05:43:47

  Modified:    dbcp/src/test/org/apache/commons/dbcp TestAll.java
  Log:
  add TestAbandonedObjectPool
  
  Revision  Changes    Path
  1.15      +2 -1      jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/src/test/org/apache/commons/dbcp/TestAll.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- TestAll.java	28 Feb 2004 11:47:51 -0000	1.14
  +++ TestAll.java	1 May 2004 12:43:47 -0000	1.15
  @@ -32,6 +32,7 @@
   
       public static Test suite() {
           TestSuite suite = new TestSuite();
  +        suite.addTest(TestAbandonedObjectPool.suite());
           suite.addTest(TestManual.suite());
           suite.addTest(TestJOCLed.suite());
           suite.addTest(TestBasicDataSourceFactory.suite());
  
  
  

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