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

Matthew Swift
04.42.2013 fa134ddc24346bbb579197f38a491d86695f0dd0
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
@@ -93,7 +93,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.clearJEBackend2(false, "userRoot", EXAMPLE_DN);
    TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
    addEntry("dn: dc=example,dc=com\n" + "objectClass: top\n"
        + "objectClass: domain\n");
@@ -265,7 +265,7 @@
    callParanoiaCheck = false;
    super.classCleanUp();
    TestCaseUtils.clearJEBackend2(false, "userRoot", EXAMPLE_DN);
    TestCaseUtils.clearJEBackend(false, "userRoot", EXAMPLE_DN);
    TestCaseUtils.deleteDirectory(reSyncTempDir);
    paranoiaCheck();