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/ReSyncTest.java
@@ -79,7 +79,7 @@
    // re-enabled and this clears the backend reference and thus the underlying
    // data. So for this particular test, we use a classical backend. Let's
    // clear it and create the root entry
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    addEntry("dn: dc=example,dc=com\n" + "objectClass: top\n"
        + "objectClass: domain\n");
@@ -233,7 +233,7 @@
    entriesToCleanup.remove(DN.valueOf(EXAMPLE_DN));
    super.classCleanUp();
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    TestCaseUtils.deleteDirectory(reSyncTempDir);
    paranoiaCheck();