public void setUp() throws Exception {
Properties properties = new Properties();
properties.load(this.getClass().getResourceAsStream("store.properties"));
store = new DatabaseStore(null, properties);
store.init();
// we clear everything from the store
store.resetStore();