You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/12/11 03:27:16 UTC

svn commit: r603123 - /commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java

Author: psteitz
Date: Mon Dec 10 18:27:15 2007
New Revision: 603123

URL: http://svn.apache.org/viewvc?rev=603123&view=rev
Log:
Dropped composite pool tests.

Modified:
    commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java?rev=603123&r1=603122&r2=603123&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/test/org/apache/commons/pool/TestAll.java Mon Dec 10 18:27:15 2007
@@ -38,7 +38,6 @@
         suite.addTest(org.apache.commons.pool.TestBaseKeyedPoolableObjectFactory.suite());
         suite.addTest(org.apache.commons.pool.TestPoolUtils.suite());
         suite.addTest(org.apache.commons.pool.impl.TestAll.suite());
-        suite.addTest(org.apache.commons.pool.composite.TestAll.suite());
         return suite;
     }