From: Barry Lind Date: Mon, 11 Aug 2003 23:42:04 +0000 (+0000) Subject: Applied patch from Oliver Jowett to clean up the jdbc regression test build X-Git-Tag: REL7_4_BETA2~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3d97d7da2b67ccec4b2354eedb106ab5c877b42;p=thirdparty%2Fpostgresql.git Applied patch from Oliver Jowett to clean up the jdbc regression test build Modified Files: jdbc/build.xml jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java --- diff --git a/src/interfaces/jdbc/build.xml b/src/interfaces/jdbc/build.xml index 0e294f7136e..fed207ed828 100644 --- a/src/interfaces/jdbc/build.xml +++ b/src/interfaces/jdbc/build.xml @@ -6,7 +6,7 @@ This file now requires Ant 1.4.1. 2002-04-18 - $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.34 2003/08/11 21:27:52 barry Exp $ + $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/build.xml,v 1.35 2003/08/11 23:42:04 barry Exp $ --> @@ -48,16 +48,23 @@ - + + - + + + + - + + + + @@ -82,7 +89,6 @@ - @@ -277,62 +283,51 @@ - - + - - + + + + + - - - - - - - - - - - - - - - + + + + - - - - - - - - - - - - + - + + + + + + + - - - - - - - + - + + - - + + + + + + + + diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java b/src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java index ec560213a9e..d4b4ea087be 100644 --- a/src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java +++ b/src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java @@ -14,7 +14,6 @@ public class Jdbc3TestSuite extends TestSuite public static TestSuite suite() { TestSuite suite = new TestSuite(); - suite.addTest(org.postgresql.test.jdbc2.Jdbc2TestSuite.suite()); suite.addTestSuite(Jdbc3SimpleDataSourceTest.class); suite.addTestSuite(Jdbc3ConnectionPoolTest.class); suite.addTestSuite(Jdbc3PoolingDataSourceTest.class);