private int typesRangeCount;
private int typesStructureCount;
public void testCreateBoolean() throws Exception {
// Use the in-memory hypersonic db - no background threads!
final HypersonicManager hypersonicMgr = new HypersonicManager(
HypersonicManager.IN_MEMORY_SOURCE);
hypersonicMgr.useCleanupWith(new Executor() {
public void execute() throws Exception {
InternalJDBCRepository repository = createRepository(
hypersonicMgr.getSource(), null, "#dp");
JDBCRepositoryConnection connection =
(JDBCRepositoryConnection) repository.connect();
JDBCDeviceRepositoryAccessor accessor =
new JDBCDeviceRepositoryAccessor(repository, location);