assertTrue(compareAllVersions(store, source, tgs));
assertTrue(compareVersionAtRandomDate(store, source, tgs));
// do the same again with new store instance
try {
store.close();
store = new FSSToreImpl(testStoreDir);
} catch (IOException e) {
throw new RuntimeException(e);
}
// assertTrue(compareAllVersions(store, source, tgs));
// assertTrue(compareVersionAtRandomDate(store, source, tgs));