opendj-server-legacy/src/test/java/org/opends/server/TestCaseUtils.java
@@ -269,7 +269,7 @@ TestPaths() { installedRoot = System.getProperty(PROPERTY_INSTALLED_ROOT); buildRoot = System.getProperty(PROPERTY_BUILD_ROOT); buildRoot = System.getProperty(PROPERTY_BUILD_ROOT,System.getProperty("user.dir")); String buildDirStr = System.getProperty(PROPERTY_BUILD_DIR, buildRoot + File.separator + "target"); buildDir = new File(buildDirStr); unitRoot = new File(buildDir, "unit-tests");