Searched defs:createAttributeModif (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java685 final ModifyOperation modOp1 = connection.processModify(uentry1.getDN(), createAttributeModif("sn", "newsn"));
690 createAttributeModif("telephonenumber", "555555"));
1208 List<Modification> mods = createAttributeModif("description", "new value");
1212 private List<Modification> createAttributeModif(String attributeName, String valueString) method in class:ChangelogBackendTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java685 final ModifyOperation modOp1 = connection.processModify(uentry1.getDN(), createAttributeModif("sn", "newsn"));
690 createAttributeModif("telephonenumber", "555555"));
1208 List<Modification> mods = createAttributeModif("description", "new value");
1212 private List<Modification> createAttributeModif(String attributeName, String valueString) method in class:ChangelogBackendTestCase
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java701 final ModifyOperation modOp1 = connection.processModify(uentry1.getName(), createAttributeModif("sn", "newsn"));
706 createAttributeModif("telephonenumber", "555555"));
1217 List<Modification> mods = createAttributeModif("description", "new value");
1221 private List<Modification> createAttributeModif(String attributeName, String valueString) method in class:ChangelogBackendTestCase

Completed in 38 milliseconds