opendj-server-legacy/src/test/java/org/opends/server/TestCaseUtils.java
@@ -654,7 +654,7 @@ public static File getBuildRoot() { String buildRoot = System.getProperty(PROPERTY_BUILD_ROOT); String buildRoot = System.getProperty(PROPERTY_BUILD_ROOT,System.getProperty("user.dir")); return new File(buildRoot); }