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

Nicolas Capponi
21.56.2014 01eb7d07467b57c61868c73e9a94bff1d0b2dcd1
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -1101,6 +1101,13 @@
    return new File(testResourceDir, filename);
  }
  public static File getUnitTestRootPath()
  {
    final String buildRoot = System.getProperty(PROPERTY_BUILD_ROOT);
    final String path = System.getProperty(PROPERTY_BUILD_DIR, buildRoot + File.separator + "build");
    return new File(path, "unit-tests");
  }
  /**
   * Prevent instantiation.
   */