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

Jean-Noël Rouvignac
28.41.2015 5b17949e60e2793272d4561aea2106feb58eb1d2
Fixed AttrHistoricalMultipleTest
1 files modified
6 ■■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalMultipleTest.java 6 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AttrHistoricalMultipleTest.java
@@ -246,7 +246,7 @@
    replayOperation(t[1], entry, mod, E.CONFLICT_BUT_SHOULD_NOT_BE);
    mod = newModification(ADD, "X");
    replayOperation(t[1], entry, mod, E.CONFLICT);
    replayOperation(t[1], entry, mod, E.CONFLICT_BUT_SHOULD_NOT_BE);
  }
  @Test
@@ -276,7 +276,7 @@
    replay_addDeleteNoValue(t[0], t[2]);
    mod = newModification(DELETE, "X");
    replayOperationSuppressMod(t[1], entry, mod, E.CONFLICT_BUT_SHOULD_NOT_BE);
    replayOperationSuppressMod(t[1], entry, mod, E.CONFLICT);
  }
  @Test
@@ -348,7 +348,7 @@
  private Modification newModification(ModificationType modType)
  {
    return new Modification(modType, Attributes.empty("display"));
    return new Modification(modType, Attributes.empty("description"));
  }
  private void replayOperationSuppressMod(CSN csn, Entry entry, Modification mod, E conflictStatus)