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

Jean-Noël Rouvignac
16.44.2015 9aa1482c49865483f798f91ef7d16f03cc3ec811
opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
@@ -137,7 +137,7 @@
    // (like the test backend we use in every tests): backend is disabled then
    // re-enabled and this clears the backend reference and thus the underlying
    // data. So for this particular test, we use a classical backend.
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    // For most tests, a limited number of entries is enough
    updatedEntries = newLDIFEntries(2);
@@ -515,7 +515,7 @@
    + "ds-cfg-receive-status: true\n"
    + "ds-cfg-window-size: " + WINDOW_SIZE;
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    addSynchroServerEntry(synchroServerLdif);
@@ -1345,7 +1345,7 @@
    callParanoiaCheck = false;
    super.classCleanUp();
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    paranoiaCheck();
  }