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

lutoff
27.05.2008 67781aa336f8864d2daf8540282e3a08e02a314b
opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPConnectionManager.java
@@ -85,12 +85,11 @@
    }
    /**
     * Set Down the Directory Server
     * @param message
     * Set Down the Directory Server.
     * @throws java.lang.Exception
     */
    protected void setDown(String message) throws Exception {
        TestCaseUtils.shutdownServer(message);
    protected void setDown() throws Exception {
        TestCaseUtils.restartServer();
    }
    /**