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

ludovicp
26.09.2010 35b36b3502042506bd0f499dfb110bfd6657e2ed
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -115,6 +115,9 @@
  public static final String PROPERTY_BUILD_ROOT =
       "org.opends.server.BuildRoot";
  public static final String PROPERTY_BUILD_DIR  =
       "org.opends.server.BuildDir";
   /**
   * The name of the system property that specifies an existing OpenDS
   * installation root (inside or outside of the source tree).
@@ -271,7 +274,9 @@
      // Get the build root and use it to create a test package directory.
      String buildRoot = System.getProperty(PROPERTY_BUILD_ROOT);
      File   buildDir  = new File(buildRoot, "build");
      String buildDirStr = System.getProperty(PROPERTY_BUILD_DIR,
              buildRoot + File.separator + "build");
      File   buildDir = new File(buildDirStr);
      File   unitRoot  = new File(buildDir, "unit-tests");
      File   testInstallRoot  = null;
      File   testInstanceRoot  = null;