@After public void tearDown() { testDocumentTx.activateOnCurrentThread(); testDocumentTx.drop(); baseDocumentTx.activateOnCurrentThread(); baseDocumentTx.drop(); OFileUtils.deleteRecursively(buildDir); Assert.assertFalse(buildDir.exists()); }
public void create() throws Exception { OGlobalConfiguration.STORAGE_KEEP_OPEN.setValue(false); OFileUtils.deleteRecursively(new File("servers")); String confDir = System.getProperty("g1.server.conf.dir"); if (confDir == null) { confDir = "target/classes"; System.setProperty("g1.server.conf.dir", confDir); } String databaseUrl = getDatabaseURL(); initializeExceptionRecordTable(databaseUrl); }