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

gbellato
28.17.2008 6c81ca7c973718bd168bb877c2e87eeba09265f6
fix the InitOnlineTest to clear the Replication Servers
Dbs after each tests so that they do not interfere with each other
otherwise this can cause some failure of the tests depending on
the order in which they are run
1 files modified
9 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -1494,5 +1494,14 @@
      server3 = null;
    }
    super.cleanRealEntries();
    if (changelog1 != null)
        changelog1.clearDb();
    if (changelog2 != null)
        changelog2.clearDb();
    if (changelog3 != null)
        changelog3.clearDb();
  }
}