opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/FileManagerTest.java
@@ -48,7 +48,7 @@ /** * FileManager Tester. */ @Test(groups = {"slow"}) @Test(groups = {"slow"}, sequential=true) public class FileManagerTest extends QuickSetupTestCase { File fmWorkspace = null; @@ -134,6 +134,7 @@ * Tests the rename. * @throws Exception */ @Test public void testRenameNonExistentTarget() throws Exception { File src = File.createTempFile("src", null); File target = new File(src.getParentFile(), "target");