/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 89 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 226 personWithSecondUniqueID = 823 personWithSecondUniqueID.getDN().toString(), 825 personWithSecondUniqueID.getObjectClassAttribute(), 826 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>()); 851 new DeleteMsg(personWithSecondUniqueID.getDN().toString(), 855 resultEntry = getEntry(personWithSecondUniqueID.getDN(), 10000, false); 985 personWithSecondUniqueID.getObjectClassAttribute(), 986 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>());
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 89 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 226 personWithSecondUniqueID = 823 personWithSecondUniqueID.getDN().toString(), 825 personWithSecondUniqueID.getObjectClassAttribute(), 826 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>()); 851 new DeleteMsg(personWithSecondUniqueID.getDN().toString(), 855 resultEntry = getEntry(personWithSecondUniqueID.getDN(), 10000, false); 985 personWithSecondUniqueID.getObjectClassAttribute(), 986 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>());
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 89 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 226 personWithSecondUniqueID = 823 personWithSecondUniqueID.getDN().toString(), 825 personWithSecondUniqueID.getObjectClassAttribute(), 826 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>()); 851 new DeleteMsg(personWithSecondUniqueID.getDN().toString(), 855 resultEntry = getEntry(personWithSecondUniqueID.getDN(), 10000, false); 985 personWithSecondUniqueID.getObjectClassAttribute(), 986 personWithSecondUniqueID.getAttributes(), new ArrayList<Attribute>());
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 73 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 192 personWithSecondUniqueID = TestCaseUtils.entryFromLdifString("dn: "+ user1dn + "\n" 682 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID)); 696 new DeleteMsg(personWithSecondUniqueID.getDN(), gen.newCSN(), user1entrysecondUUID)); 700 assertNull(getEntry(personWithSecondUniqueID.getDN(), 10000, false), 797 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID));
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 73 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 192 personWithSecondUniqueID = TestCaseUtils.entryFromLdifString("dn: "+ user1dn + "\n" 682 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID)); 696 new DeleteMsg(personWithSecondUniqueID.getDN(), gen.newCSN(), user1entrysecondUUID)); 700 assertNull(getEntry(personWithSecondUniqueID.getDN(), 10000, false), 797 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID));
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/ |
H A D | UpdateOperationTest.java | 77 private Entry personWithSecondUniqueID; field in class:UpdateOperationTest 201 personWithSecondUniqueID = TestCaseUtils.makeEntry( 684 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID)); 698 new DeleteMsg(personWithSecondUniqueID.getName(), gen.newCSN(), user1entrysecondUUID)); 702 assertNull(getEntry(personWithSecondUniqueID.getName(), 10000, false), 796 broker.publish(addMsg(gen, personWithSecondUniqueID, user1entrysecondUUID, baseUUID));
|