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

kenneth_suter
27.05.2007 daf79793fe27b5194d1dee338f3a9f12e18f023d
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java
@@ -38,7 +38,6 @@
 */
public class QuickSetupTestCase {
/*
  @BeforeSuite
  public final void suppressOutput() {
    TestCaseUtils.suppressOutput();
@@ -48,14 +47,13 @@
  public final void initServer()
          throws IOException, ApplicationException, InterruptedException
  {
    Utils.initServer();
    TestUtilities.initServer();
  }
  @AfterSuite
  public final void shutdownServer() throws ApplicationException {
    Utils.stopServer();
    TestUtilities.stopServer();
    TestCaseUtils.unsupressOutput();
  }  
*/
}