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

coulbeck
15.53.2006 6b1e5bb8307072f97456360ef7d07409cbabd557
opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java
@@ -26,7 +26,7 @@
 */
package org.opends.server;
import org.testng.annotations.Test;
import org.testng.annotations.AfterSuite;
import java.io.PrintStream;
@@ -41,6 +41,11 @@
  // The print stream to use for printing error messages.
  private PrintStream errorStream;
  @AfterSuite
  public final void shutdownServer() {
    TestCaseUtils.shutdownServer("The current test suite has finished.");
  }
  /**
   * Creates a new instance of this test case with the provided name.
   */