// an XA data source if it is supported. This is not supported
// under JSR169.
client = new BaseTestSuite(
"SavepointJdbc30_JSR169Test:client XADatasource");
client.addTestSuite(SavepointJdbc30Test.class);
suite.addTest(TestConfiguration.clientServerDecorator(TestConfiguration.connectionXADecorator(client)));
}
return new CleanDatabaseTestSetup(
DatabasePropertyTestSetup.setLockTimeouts(suite, 1, 2)) {