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

gbellato
28.17.2008 aff0c82fa0b2e0a694014858aca28799af8f3dff
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
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 9 ●●●●● patch | view | raw | blame | history
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();
  }
}