Skip to content

Commit 1a44317

Browse files
author
Barry Lind
committed
Fixed test suite to call PoolingDataSourceTest which was missed
Modified Files: OptionalTestSuite.java
1 parent 5aa14de commit 1a44317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/OptionalTestSuite.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* PooledConnection implementations.
99
*
1010
* @author Aaron Mulder (ammulder@chariotsolutions.com)
11-
* @version $Revision: 1.3 $
11+
* @version $Revision: 1.4 $
1212
*/
1313
public class OptionalTestSuite extends TestSuite
1414
{
@@ -21,7 +21,7 @@ public static TestSuite suite()
2121
TestSuite suite = new TestSuite();
2222
suite.addTestSuite(SimpleDataSourceTest.class);
2323
suite.addTestSuite(ConnectionPoolTest.class);
24-
suite.addTestSuite(ConnectionPoolTest.class);
24+
suite.addTestSuite(PoolingDataSourceTest.class);
2525
return suite;
2626
}
2727
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy