From e3d97d7da2b67ccec4b2354eedb106ab5c877b42 Mon Sep 17 00:00:00 2001 From: Barry Lind Date: Mon, 11 Aug 2003 23:42:04 +0000 Subject: [PATCH] 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 --- src/interfaces/jdbc/build.xml | 89 +++++++++---------- .../postgresql/test/jdbc3/Jdbc3TestSuite.java | 1 - 2 files changed, 42 insertions(+), 48 deletions(-) diff --git a/src/interfaces/jdbc/build.xml b/src/interfaces/jdbc/build.xml index 0e294f7136..fed207ed82 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 ec560213a9..d4b4ea087b 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); -- 2.40.0