Index: src/interfaces/jdbc/build.xml =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/interfaces/jdbc/build.xml,v retrieving revision 1.32 diff -u -c -r1.32 build.xml *** src/interfaces/jdbc/build.xml 27 Feb 2003 05:45:43 -0000 1.32 --- src/interfaces/jdbc/build.xml 20 Jul 2003 07:56:59 -0000 *************** *** 49,64 **** ! ! ! --- 49,71 ---- ! ! ! ! ! ! ! ! ! ! *************** *** 83,89 **** - --- 90,95 ---- *************** *** 108,113 **** --- 114,121 ---- + + *************** *** 274,335 **** - - - ! ! - - - - - - - - - ! ! - - - - - - - ! ! ! ! ! ! ! ! ! ! - - - - - - - ! - - --- 282,331 ---- ! ! ! ! ! ! ! ! ! ! ! ! ! + + + + + + ! ! + + + + + + + + Index: src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java,v retrieving revision 1.3 diff -u -c -r1.3 Jdbc3TestSuite.java *** src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java 25 Sep 2002 07:01:31 -0000 1.3 --- src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3TestSuite.java 20 Jul 2003 07:56:59 -0000 *************** *** 14,20 **** 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); --- 14,19 ----