transaction.finish();
}
}
public static void setUp() {
final TestConfiguration config = new TestConfiguration();
// delete existing test database
final File databaseDir = new File(config.getDatabasePath());
NeoUtils.deleteFile(databaseDir);
// load the database from the test location
DATABASE = NeoUtils.getSocialGraphDatabase(config);