"resTestCommitOnReuse"));
// This test fails, DERBY-3319 is probably the cause.
//reqDataSuite.addTest(new StatementPoolingTest(
// "resTestNoDataCommittedOnInvalidTransactionState"));
suite.addTest(TestConfiguration.connectionCPDecorator(
new BaseJDBCTestSetup(reqDataSuite) {
public void setUp() throws Exception {
// Generate some data we can use in the tests.
Statement stmt = getConnection().createStatement();
try {
stmt.executeUpdate("drop table stmtpooltest");