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

Matthew Swift
06.45.2013 5a442194e4562aac5b217a30ec731207c1f4ac26
Don't stop the server at the end of the test.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java
@@ -250,7 +250,6 @@
    finally
    {
      StaticUtils.close(ps, baos);
      TestCaseUtils.shutdownServer("testUpgradeToolAllowsNonInteractiveAndForce");
    }
  }
}