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. */