mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
27.07.2007 9909b52ff204e205e1865f0aa3536fc528e81362
Disabling the TestStaticUtils.testRenameFileLockedTarget test case because it
is running (and failing) on non-Windows platforms.
1 files modified
6 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java 6 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java
@@ -297,7 +297,7 @@
  /**
   * Create test data for {@link StaticUtils#compare(byte[], byte[])}.
   *
   *
   * @return Returns an array of test data.
   */
  @DataProvider(name = "compareBytesTestData")
@@ -326,7 +326,7 @@
  /**
   * Tests the {@link StaticUtils#compare(byte[], byte[])} method.
   *
   *
   * @param a
   *          The first byte array.
   * @param a2
@@ -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);