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

kenneth_suter
31.59.2007 d0692da27122c0e6441336d2fbadae23c0b5c85e
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ServerControllerTest.java
@@ -52,7 +52,7 @@
   * Tests ability to stop the server.
   * @throws ApplicationException
   */
  @Test
  @Test(enabled = false)
  public void testStopServer() throws ApplicationException {
    if (!status.isServerRunning()) {
      controller.startServer();
@@ -66,7 +66,7 @@
   * Tests ability to start the server.
   * @throws ApplicationException
   */
  @Test
  @Test(enabled = false)
  public void testStartServer() throws ApplicationException {
    if (status.isServerRunning()) {
      controller.stopServer();