The M2 build runs 23 sets of tests, whereas the M1 build only runs 21 sets; missing are
org.apache.commons.dbcp.datasources.TestKeyedCPDSConnectionFactory and org.apache.commons.dbcp.TestPStmtPooling I've added these to project.xml. However, it seems to me that it would be far better to include Test*.java (and exclude TestAll.java). The Ant build could also use <batchtest> - at present it is far too easy for tests to be missed. In fact Ant only runs 20 test suites at the moment ... Any objections to using batchtest? Maybe then the TestAll.java file could be deleted? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org