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

el_kaboing
30.29.2006 605c6d10c80297ca5ea9be0798b77da4ba6baa79
opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java
@@ -27,7 +27,7 @@
package org.opends.server;
import java.io.*;
import org.opends.server.OpenDSAdmin;
//import org.opends.server.OpenDSAdmin;
import  org.opends.server.tools.StopDS;
/**
@@ -41,7 +41,7 @@
  // The print stream to use for printing error messages.
  private PrintStream errorStream;
  protected OpenDSTestOutput ds_output = new OpenDSTestOutput();
  protected OpenDSAdmin dsAdmin = null;
  //protected OpenDSAdmin dsAdmin = null;
  /**
   * Creates a new instance of this test case with the provided name.
@@ -122,7 +122,7 @@
    Runtime rtime = Runtime.getRuntime();
    Process child = rtime.exec(exec_cmd);
    dsAdmin.sleep(30000);
    Thread.sleep(30000);
    System.out.println("OpenDS has started.");
  }