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

davidely
16.48.2007 dc135416ed7334a4778c55551be677d535df5032
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -250,8 +250,8 @@
   */
  protected void cleanConfigEntries()
  {
    logError(Message.raw("ReplicationTestCase/Cleaning config entries",
            Category.SYNC, Severity.NOTICE));
    logError(Message.raw(Category.SYNC, Severity.NOTICE,
        "ReplicationTestCase/Cleaning config entries"));
    DeleteOperationBasis op;
    // Delete entries
@@ -260,8 +260,8 @@
      while (true)
      {
        DN dn = configEntryList.removeLast();
             logError(Message.raw("cleaning config entry " + dn,
                     Category.SYNC, Severity.NOTICE));
             logError(Message.raw(Category.SYNC, Severity.NOTICE,
                 "cleaning config entry " + dn));
        op = new DeleteOperationBasis(connection, InternalClientConnection
            .nextOperationID(), InternalClientConnection.nextMessageID(), null,
@@ -279,8 +279,8 @@
   */
  protected void cleanRealEntries()
  {
   logError(Message.raw("ReplicationTestCase/Cleaning entries",
            Category.SYNC, Severity.NOTICE));
   logError(Message.raw(Category.SYNC, Severity.NOTICE,
        "ReplicationTestCase/Cleaning entries"));
    DeleteOperationBasis op;
    // Delete entries
@@ -289,8 +289,8 @@
      while (true)
      {
        DN dn = entryList.removeLast();
        logError(Message.raw("cleaning entry " + dn,
                Category.SYNC, Severity.NOTICE));
        logError(Message.raw(Category.SYNC, Severity.NOTICE,
            "cleaning entry " + dn));
        op = new DeleteOperationBasis(connection, InternalClientConnection
            .nextOperationID(), InternalClientConnection.nextMessageID(), null,