@Override
protected void setUp() throws Exception
{
super.setUp();
testee = new DriverManagerPersistentStore();
testee.setDriverName(org.hsqldb.jdbcDriver.class.getName());
testee.setConnectionURL(CONNECTION_URL);
testee.setConnectionName("sa");
testee.setName(CONTEXT_PATH);
}