opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestImportJob.java
@@ -242,7 +242,6 @@ tempDir = TestCaseUtils.createTemporaryDirectory("jebimporttest"); homeDirName = tempDir.getAbsolutePath(); System.out.println(homeDirName); EnvManager.createHomeDir(homeDirName); @@ -289,10 +288,10 @@ public void cleanUp() throws Exception { TestCaseUtils.disableBackend(backendID); TestCaseUtils.deleteDirectory(tempDir); } @Test(enabled = true) public void testImportAll() throws Exception {