5556575859606162636465
// setup schema // TODO: should that be drop/create? SchemaUpdateStrategy dbCreator = new CreateIfNoSchemaStrategy(); dbCreator.updateSchema(getDataNode()); } } @Override protected void tearDown() throws Exception {