Lines Matching refs:personWithUUIDEntry

76   private Entry personWithUUIDEntry;
185 personWithUUIDEntry = TestCaseUtils.makeEntry(
314 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
316 assertNull(getEntry(personWithUUIDEntry.getName(), 1000, true),
323 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
325 assertNotNull(getEntry(personWithUUIDEntry.getName(), 10000, true),
331 new DeleteMsg(personWithUUIDEntry.getName(), gen.newCSN(), user1entryUUID));
333 assertNull(getEntry(personWithUUIDEntry.getName(), 10000, false),
372 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
374 assertNotNull(getEntry(personWithUUIDEntry.getName(), 30000, true),
380 personWithUUIDEntry.getName(), mods, user1entryUUID);
384 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "telephonenumber", "01 02 45", 10,
395 personWithUUIDEntry.getName(), mods, user1entryUUID);
399 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "description", "Description was changed", 10,
404 new DeleteMsg(personWithUUIDEntry.getName(), gen.newCSN(), user1entryUUID));
405 assertNull(getEntry(personWithUUIDEntry.getName(), 10000, false),
575 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
578 assertNotNull(getEntry(personWithUUIDEntry.getName(), 10000, true),
590 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "telephonenumber", "01 02 45", 10,
605 personWithUUIDEntry.getName(), mods, user1entryUUID);
612 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "uid", "AnotherUid", 10,
627 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
630 assertNotNull(getEntry(personWithUUIDEntry.getName(), 10000, true),
643 checkEntryHasNoSuchAttributeValue(personWithUUIDEntry.getName(), "telephonenumber", "02 01 03 05", 10,
664 assertNull(getEntry(personWithUUIDEntry.getName(), 10000, false),
675 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
678 assertNotNull(getEntry(personWithUUIDEntry.getName(), 10000, true),
696 new DeleteMsg(personWithUUIDEntry.getName(), gen.newCSN(), user1entryUUID));
700 assertNull(getEntry(personWithUUIDEntry.getName(), 10000, false),
716 personWithUUIDEntry.getObjectClassAttribute(),
717 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
864 personWithUUIDEntry.getObjectClassAttribute(),
865 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
1154 AddMsg addMsg = addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID);
1161 Entry resultEntry = getEntry(personWithUUIDEntry.getName(), 10000, true);
1163 "The send ADD replication message was not applied for "+personWithUUIDEntry.getName());
1168 ModifyMsg modMsg = new ModifyMsg(gen.newCSN(), personWithUUIDEntry.getName(),
1173 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "telephonenumber", "01 02 45", 10,
1179 modMsg = new ModifyMsg(gen.newCSN(), personWithUUIDEntry.getName(),
1184 checkEntryHasAttributeValue(personWithUUIDEntry.getName(), "badattribute", "value", 10,
1190 ModifyDNMsg moddnMsg = new ModifyDNMsg(personWithUUIDEntry.getName(),