// then switch the statement cache size to 0, so that doesn't
// interfere and previous tests' left-overs are gone.
props.setProperty("derby.storage.indexStats.auto", "false");
props.setProperty("derby.language.statementCacheSize", "0");
// set the props, and boot the db
Test test = new DatabasePropertyTestSetup(
new BaseTestSuite(SelectivityTest.class), props, true);
return new CleanDatabaseTestSetup(test) {
protected void decorateSQL(Statement s) throws SQLException
{