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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/tests/unit-tests-testng/src/server/org/opends/server/DirectoryServerTestCase.java
@@ -28,6 +28,7 @@
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeSuite;
import org.opends.messages.Message;
/**
 * This class defines a base test case that should be subclassed by all
@@ -44,7 +45,7 @@
  @AfterSuite
  public final void shutdownServer() {
    TestCaseUtils.shutdownServer("The current test suite has finished.");
    TestCaseUtils.shutdownServer(Message.raw("The current test suite has finished."));
    TestCaseUtils.unsupressOutput();
  }
}