Searched defs:DISPLAYNAME (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java73 private static final String DISPLAYNAME = "displayname"; field in class:ModifyConflictTest
141 builder.add(DISPLAYNAME + ":000000000000000a000000000000:repl:init value");
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
176 List<Attribute> attrs = entry.getAttribute(DISPLAYNAME);
196 builder.add(DISPLAYNAME + ":0000000000000003000000000000:attrDel");
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entry, hist, DISPLAYNAME, ModificationTyp
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java70 private static final String DISPLAYNAME = "displayname"; field in class:ModifyConflictTest
130 Attribute repl = buildSyncHist(DISPLAYNAME,
134 testModify(entry, hist, 10, true, buildMod(DISPLAYNAME, ModificationType.REPLACE, "init value"));
141 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
149 testModify(entry, hist, 2, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
156 testModify(entry, hist, 11, false, buildMod(DISPLAYNAME, ModificationType.ADD, "new value"));
159 assertContainsOnlyValues(entry, DISPLAYNAME, "init value");
175 Attribute attrDel = buildSyncHist(DISPLAYNAME,
179 testModify(entry, hist, 3, true, buildMod(DISPLAYNAME, ModificationType.REPLACE));
186 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationTyp
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java73 private static final String DISPLAYNAME = "displayname"; field in class:ModifyConflictTest
141 builder.add(DISPLAYNAME + ":000000000000000a000000000000:repl:init value");
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
176 List<Attribute> attrs = entry.getAttribute(DISPLAYNAME);
196 builder.add(DISPLAYNAME + ":0000000000000003000000000000:attrDel");
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entry, hist, DISPLAYNAME, ModificationTyp
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java70 private static final String DISPLAYNAME = "displayname"; field in class:ModifyConflictTest
130 Attribute repl = buildSyncHist(DISPLAYNAME,
134 testModify(entry, hist, 10, true, buildMod(DISPLAYNAME, ModificationType.REPLACE, "init value"));
141 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
149 testModify(entry, hist, 2, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
156 testModify(entry, hist, 11, false, buildMod(DISPLAYNAME, ModificationType.ADD, "new value"));
159 assertContainsOnlyValues(entry, DISPLAYNAME, "init value");
175 Attribute attrDel = buildSyncHist(DISPLAYNAME,
179 testModify(entry, hist, 3, true, buildMod(DISPLAYNAME, ModificationType.REPLACE));
186 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationTyp
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java73 private static final String DISPLAYNAME = "displayname"; field in class:ModifyConflictTest
141 builder.add(DISPLAYNAME + ":000000000000000a000000000000:repl:init value");
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
176 List<Attribute> attrs = entry.getAttribute(DISPLAYNAME);
196 builder.add(DISPLAYNAME + ":0000000000000003000000000000:attrDel");
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entry, hist, DISPLAYNAME, ModificationTyp
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyConflictTest.java75 private static final String DISPLAYNAME = "displayName"; field in class:ModifyConflictTest
133 Attribute repl = buildSyncHist(DISPLAYNAME,
137 testModify(entry, hist, 10, true, newModification(REPLACE, DISPLAYNAME, "init value"));
144 testModify(entry, hist, 1, false, newModification(ADD, DISPLAYNAME, "older value"));
152 testModify(entry, hist, 2, false, newModification(ADD, DISPLAYNAME, "older value"));
159 testModify(entry, hist, 11, false, newModification(ADD, DISPLAYNAME, "new value"));
162 assertContainsOnlyValues(entry, DISPLAYNAME, "init value");
176 Attribute attrDel = buildSyncHist(DISPLAYNAME,
180 testModify(entry, hist, 3, true, newModification(REPLACE, DISPLAYNAME));
187 testModify(entry, hist, 1, false, newModification(ADD, DISPLAYNAME, "olde
[all...]

Completed in 69 milliseconds