Searched refs:personWithUUIDEntry (Results 1 - 24 of 24) 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...]
H A DGenerationIdTest.java604 Entry personWithUUIDEntry = null;
635 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
644 personWithUUIDEntry.getDN().toString(),
647 personWithUUIDEntry.getObjectClassAttribute(),
648 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/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...]
H A DGenerationIdTest.java604 Entry personWithUUIDEntry = null;
635 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
644 personWithUUIDEntry.getDN().toString(),
647 personWithUUIDEntry.getObjectClassAttribute(),
648 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/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...]
H A DGenerationIdTest.java604 Entry personWithUUIDEntry = null;
635 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
644 personWithUUIDEntry.getDN().toString(),
647 personWithUUIDEntry.getObjectClassAttribute(),
648 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/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...]
H A DGenerationIdTest.java532 Entry personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
551 personWithUUIDEntry.getDN(),
554 personWithUUIDEntry.getObjectClassAttribute(),
555 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/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...]
H A DGenerationIdTest.java532 Entry personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
551 personWithUUIDEntry.getDN(),
554 personWithUUIDEntry.getObjectClassAttribute(),
555 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/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...]
H A DGenerationIdTest.java540 Entry personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
559 personWithUUIDEntry.getName(),
562 personWithUUIDEntry.getObjectClassAttribute(),
563 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DMonitorTest.java274 Entry personWithUUIDEntry = null;
297 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
301 personWithUUIDEntry.getName(),
304 personWithUUIDEntry.getObjectClassAttribute(),
305 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DMonitorTest.java272 Entry personWithUUIDEntry = null;
295 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
299 personWithUUIDEntry.getDN(),
302 personWithUUIDEntry.getObjectClassAttribute(),
303 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DMonitorTest.java272 Entry personWithUUIDEntry = null;
295 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
299 personWithUUIDEntry.getDN(),
302 personWithUUIDEntry.getObjectClassAttribute(),
303 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DMonitorTest.java318 Entry personWithUUIDEntry = null;
343 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
352 personWithUUIDEntry.getDN().toString(),
355 personWithUUIDEntry.getObjectClassAttribute(),
356 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DMonitorTest.java318 Entry personWithUUIDEntry = null;
343 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
352 personWithUUIDEntry.getDN().toString(),
355 personWithUUIDEntry.getObjectClassAttribute(),
356 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DMonitorTest.java318 Entry personWithUUIDEntry = null;
343 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(entryWithUUIDldif);
352 personWithUUIDEntry.getDN().toString(),
355 personWithUUIDEntry.getObjectClassAttribute(),
356 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1277 Entry personWithUUIDEntry = null;
1280 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1289 personWithUUIDEntry.getDN().toString(),
1292 personWithUUIDEntry.getObjectClassAttribute(),
1293 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1084 Entry personWithUUIDEntry = null;
1087 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1096 personWithUUIDEntry.getDN(),
1099 personWithUUIDEntry.getObjectClassAttribute(),
1100 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1277 Entry personWithUUIDEntry = null;
1280 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1289 personWithUUIDEntry.getDN().toString(),
1292 personWithUUIDEntry.getObjectClassAttribute(),
1293 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1084 Entry personWithUUIDEntry = null;
1087 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1096 personWithUUIDEntry.getDN(),
1099 personWithUUIDEntry.getObjectClassAttribute(),
1100 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java1277 Entry personWithUUIDEntry = null;
1280 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1289 personWithUUIDEntry.getDN().toString(),
1292 personWithUUIDEntry.getObjectClassAttribute(),
1293 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java1026 Entry personWithUUIDEntry = null;
1029 personWithUUIDEntry = TestCaseUtils.entryFromLdifString(
1038 personWithUUIDEntry.getName(),
1041 personWithUUIDEntry.getObjectClassAttribute(),
1042 personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>());

Completed in 140 milliseconds