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

neil_a_wilson
20.11.2007 b43566083f6eda95b6253aa77848de78a64a511f
Update the JmxTestCase.setUp() method to ensure that the test backend is always
initialized and contains the parent entry, since some JMX test methods assume
that to be true.
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
@@ -61,6 +61,8 @@
  {
    // Make sure that the server is up and running.
    TestCaseUtils.startServer();
    TestCaseUtils.initializeTestBackend(true);
    synchronized (this)
    {
      this.wait(500);