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

vharseko
05.23.2018 2c7bc5dd4d5042b08411afdd6dd4da250191662b
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);
  }