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

vharseko
17.53.2018 d17155af0d0f14c4e32b503a626b0c4179fc9004
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");