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

neil_a_wilson
20.11.2007 8ae56b359274198747536a3b98d8e9b390191968
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
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java 2 ●●●●● patch | view | raw | blame | history
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);