| opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java | ●●●●● patch | view | raw | blame | history |
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java
@@ -903,7 +903,7 @@ * * @throws Exception If the test failed unexpectedly. */ @Test(groups = {"windows"}, expectedExceptions = IOException.class) @Test(enabled=false, groups={"windows"}, expectedExceptions=IOException.class) public void testRenameFileLockedTarget() throws Exception { File src = File.createTempFile("src", null); File target = File.createTempFile("target", null);