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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java88 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
209 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
335 personWithUUIDEntry.getDN().toString(),
338 personWithUUIDEntry.getObjectClassAttribute(),
339 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
345 resultEntry = getEntry(personWithUUIDEntry.getDN(), 1000, true);
355 personWithUUIDEntry.getDN().toString(),
358 personWithUUIDEntry.getObjectClassAttribute(),
359 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
363 resultEntry = getEntry(personWithUUIDEntry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java88 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
209 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
335 personWithUUIDEntry.getDN().toString(),
338 personWithUUIDEntry.getObjectClassAttribute(),
339 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
345 resultEntry = getEntry(personWithUUIDEntry.getDN(), 1000, true);
355 personWithUUIDEntry.getDN().toString(),
358 personWithUUIDEntry.getObjectClassAttribute(),
359 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
363 resultEntry = getEntry(personWithUUIDEntry
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java88 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
209 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
335 personWithUUIDEntry.getDN().toString(),
338 personWithUUIDEntry.getObjectClassAttribute(),
339 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
345 resultEntry = getEntry(personWithUUIDEntry.getDN(), 1000, true);
355 personWithUUIDEntry.getDN().toString(),
358 personWithUUIDEntry.getObjectClassAttribute(),
359 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
363 resultEntry = getEntry(personWithUUIDEntry
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java72 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
176 personWithUUIDEntry = TestCaseUtils.entryFromLdifString("dn: "+ user1dn + "\n"
291 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
293 assertNull(getEntry(personWithUUIDEntry.getDN(), 1000, true),
300 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
302 assertNotNull(getEntry(personWithUUIDEntry.getDN(), 10000, true),
308 new DeleteMsg(personWithUUIDEntry.getDN(), gen.newCSN(), user1entryUUID));
310 assertNull(getEntry(personWithUUIDEntry.getDN(), 10000, false),
350 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
352 assertNotNull(getEntry(personWithUUIDEntry
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java72 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
176 personWithUUIDEntry = TestCaseUtils.entryFromLdifString("dn: "+ user1dn + "\n"
291 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
293 assertNull(getEntry(personWithUUIDEntry.getDN(), 1000, true),
300 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
302 assertNotNull(getEntry(personWithUUIDEntry.getDN(), 10000, true),
308 new DeleteMsg(personWithUUIDEntry.getDN(), gen.newCSN(), user1entryUUID));
310 assertNull(getEntry(personWithUUIDEntry.getDN(), 10000, false),
350 broker.publish(addMsg(gen, personWithUUIDEntry, user1entryUUID, baseUUID));
352 assertNotNull(getEntry(personWithUUIDEntry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java76 private Entry personWithUUIDEntry; field in class:UpdateOperationTest
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
[all...]

Completed in 35 milliseconds