Searched defs:EMPLOYEENUMBER (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.java74 private static final String EMPLOYEENUMBER = "employeenumber"; field in class:ModifyConflictTest
542 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
552 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE, null, 1, true);
554 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
561 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
564 builder.add(EMPLOYEENUMBER + ":0000000000000002000000000000:attrDel");
582 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
592 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
595 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
602 entry, hist, EMPLOYEENUMBER, ModificationTyp
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java71 private static final String EMPLOYEENUMBER = "employeenumber"; field in class:ModifyConflictTest
463 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
470 testModify(entry, hist, 1, true, buildMod(EMPLOYEENUMBER, ModificationType.DELETE));
471 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
476 testModify(entry, hist, 2, false, buildMod(EMPLOYEENUMBER, ModificationType.DELETE, "value1"));
477 attr = buildSyncHist(EMPLOYEENUMBER,
496 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
503 testModify(entry, hist, 1, true, buildMod(EMPLOYEENUMBER, ModificationType.DELETE, "value1"));
504 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
509 testModify(entry, hist, 2, false, buildMod(EMPLOYEENUMBER, ModificationTyp
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java74 private static final String EMPLOYEENUMBER = "employeenumber"; field in class:ModifyConflictTest
542 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
552 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE, null, 1, true);
554 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
561 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
564 builder.add(EMPLOYEENUMBER + ":0000000000000002000000000000:attrDel");
582 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
592 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
595 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
602 entry, hist, EMPLOYEENUMBER, ModificationTyp
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java71 private static final String EMPLOYEENUMBER = "employeenumber"; field in class:ModifyConflictTest
463 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
470 testModify(entry, hist, 1, true, buildMod(EMPLOYEENUMBER, ModificationType.DELETE));
471 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
476 testModify(entry, hist, 2, false, buildMod(EMPLOYEENUMBER, ModificationType.DELETE, "value1"));
477 attr = buildSyncHist(EMPLOYEENUMBER,
496 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
503 testModify(entry, hist, 1, true, buildMod(EMPLOYEENUMBER, ModificationType.DELETE, "value1"));
504 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
509 testModify(entry, hist, 2, false, buildMod(EMPLOYEENUMBER, ModificationTyp
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java74 private static final String EMPLOYEENUMBER = "employeenumber"; field in class:ModifyConflictTest
542 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
552 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE, null, 1, true);
554 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
561 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
564 builder.add(EMPLOYEENUMBER + ":0000000000000002000000000000:attrDel");
582 Attribute attribute = Attributes.create(EMPLOYEENUMBER, "value1");
592 entry, hist, EMPLOYEENUMBER, ModificationType.DELETE,
595 builder.add(EMPLOYEENUMBER + ":0000000000000001000000000000:attrDel");
602 entry, hist, EMPLOYEENUMBER, ModificationTyp
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyConflictTest.java76 private static final String EMPLOYEENUMBER = "employeeNumber"; field in class:ModifyConflictTest
432 addAttribute(entry, Attributes.create(EMPLOYEENUMBER, "value1"));
436 testModify(entry, hist, 1, true, newModification(DELETE, EMPLOYEENUMBER));
437 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
442 testModify(entry, hist, 2, false, newModification(DELETE, EMPLOYEENUMBER, "value1"));
443 attr = buildSyncHist(EMPLOYEENUMBER,
457 addAttribute(entry, Attributes.create(EMPLOYEENUMBER, "value1"));
461 testModify(entry, hist, 1, true, newModification(DELETE, EMPLOYEENUMBER, "value1"));
462 Attribute attr = buildSyncHist(EMPLOYEENUMBER,
467 testModify(entry, hist, 2, false, newModification(DELETE, EMPLOYEENUMBER));
[all...]

Completed in 29 milliseconds