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

kenneth_suter
15.55.2007 883c4b7810dcabba4ebe2924ca0757485f5312da
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java
@@ -31,6 +31,8 @@
import org.testng.annotations.AfterSuite;
import org.opends.server.TestCaseUtils;
import java.io.IOException;
/**
 *
 */
@@ -41,8 +43,16 @@
    TestCaseUtils.suppressOutput();
  }
  @BeforeSuite
  public final void initServer()
          throws IOException, ApplicationException, InterruptedException
  {
    Utils.initServer();
  }
  @AfterSuite
  public final void shutdownServer() {
  public final void shutdownServer() throws ApplicationException {
    Utils.stopServer();
    TestCaseUtils.unsupressOutput();
  }