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

Matthew Swift
06.45.2013 542db69e0925dfc3389bd7fc5e339044a4f32f90
Don't stop the server at the end of the test.
1 files modified
1 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/UpgradeTestCase.java 1 ●●●● patch | view | raw | blame | history
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");
    }
  }
}