You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/01/06 14:43:00 UTC

svn commit: r896445 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java

Author: sebb
Date: Wed Jan  6 13:43:00 2010
New Revision: 896445

URL: http://svn.apache.org/viewvc?rev=896445&view=rev
Log:
Driver should register itself

Modified:
    commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java

Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java?rev=896445&r1=896444&r2=896445&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java (original)
+++ commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java Wed Jan  6 13:43:00 2010
@@ -64,7 +64,6 @@
         driver = new PoolingDriver();
         driver.registerPool("test",pool);
         PoolingDriver.setAccessToUnderlyingConnectionAllowed(true);
-        DriverManager.registerDriver(driver);
     }
 
     public void tearDown() throws Exception {