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/plugin/StateMachineTest.java
@@ -652,7 +652,7 @@
    // going into degraded status, we need to send a lot of updates. This makes
    // the memory test backend crash with OutOfMemoryError. So we prefer here
    // a backend backed up with a file
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
  }
  /**
@@ -667,7 +667,7 @@
    callParanoiaCheck = false;
    super.classCleanUp();
    TestCaseUtils.clearJEBackend("userRoot");
    TestCaseUtils.clearBackend("userRoot");
    paranoiaCheck();
  }