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. */