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/05 00:27:48 UTC

svn commit: r895823 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java

Author: sebb
Date: Mon Jan  4 23:27:47 2010
New Revision: 895823

URL: http://svn.apache.org/viewvc?rev=895823&view=rev
Log:
Remove unnecessary override of setUp() method.

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

Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java?rev=895823&r1=895822&r2=895823&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java (original)
+++ commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java Mon Jan  4 23:27:47 2010
@@ -47,10 +47,6 @@
         super(testName);
     }
 
-    public void setUp() throws Exception {
-        super.setUp();
-    }
-
     public void tearDown() throws Exception {
         super.tearDown();
         // Close any connections opened by the test