Searched refs:testModify (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyConflictTest.java94 testModify(entry, hist, 10, true, newModification(REPLACE, DESCRIPTION, "init value"));
101 testModify(entry, hist, 1, false, newModification(ADD, DESCRIPTION, "older value"));
109 testModify(entry, hist, 2, false, newModification(ADD, DESCRIPTION, "older value"));
116 testModify(entry, hist, 11, true, newModification(ADD, DESCRIPTION, "new value"));
137 testModify(entry, hist, 10, true, newModification(REPLACE, DISPLAYNAME, "init value"));
144 testModify(entry, hist, 1, false, newModification(ADD, DISPLAYNAME, "older value"));
152 testModify(entry, hist, 2, false, newModification(ADD, DISPLAYNAME, "older value"));
159 testModify(entry, hist, 11, false, newModification(ADD, DISPLAYNAME, "new value"));
180 testModify(entry, hist, 3, true, newModification(REPLACE, DISPLAYNAME));
187 testModify(entr
1110 private void testModify(Entry entry, EntryHistorical hist, int date, method in class:ModifyConflictTest
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java90 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.REPLACE, "init value"));
97 testModify(entry, hist, 1, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
105 testModify(entry, hist, 2, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
112 testModify(entry, hist, 11, true, buildMod(DESCRIPTION, ModificationType.ADD, "new value"));
134 testModify(entry, hist, 10, true, buildMod(DISPLAYNAME, ModificationType.REPLACE, "init value"));
141 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
149 testModify(entry, hist, 2, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
156 testModify(entry, hist, 11, false, buildMod(DISPLAYNAME, ModificationType.ADD, "new value"));
179 testModify(entry, hist, 3, true, buildMod(DISPLAYNAME, ModificationType.REPLACE));
186 testModify(entr
1300 private void testModify(Entry entry, EntryHistorical hist, int date, method in class:ModifyConflictTest
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java90 testModify(entry, hist, 10, true, buildMod(DESCRIPTION, ModificationType.REPLACE, "init value"));
97 testModify(entry, hist, 1, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
105 testModify(entry, hist, 2, false, buildMod(DESCRIPTION, ModificationType.ADD, "older value"));
112 testModify(entry, hist, 11, true, buildMod(DESCRIPTION, ModificationType.ADD, "new value"));
134 testModify(entry, hist, 10, true, buildMod(DISPLAYNAME, ModificationType.REPLACE, "init value"));
141 testModify(entry, hist, 1, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
149 testModify(entry, hist, 2, false, buildMod(DISPLAYNAME, ModificationType.ADD, "older value"));
156 testModify(entry, hist, 11, false, buildMod(DISPLAYNAME, ModificationType.ADD, "new value"));
179 testModify(entry, hist, 3, true, buildMod(DISPLAYNAME, ModificationType.REPLACE));
186 testModify(entr
1300 private void testModify(Entry entry, EntryHistorical hist, int date, method in class:ModifyConflictTest
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entr
1519 private void testModify(Entry entry, method in class:ModifyConflictTest
1531 private void testModify(Entry entry, method in class:ModifyConflictTest
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entr
1519 private void testModify(Entry entry, method in class:ModifyConflictTest
1531 private void testModify(Entry entry, method in class:ModifyConflictTest
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DModifyConflictTest.java96 testModify(entry, hist, DESCRIPTION, ModificationType.REPLACE,
104 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
113 testModify(entry, hist, DESCRIPTION, ModificationType.ADD,
121 testModify(entry, hist, DESCRIPTION, ModificationType.ADD, "new value",
147 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE,
155 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
164 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD,
172 testModify(entry, hist, DISPLAYNAME, ModificationType.ADD, "new value",
202 testModify(entry, hist, DISPLAYNAME, ModificationType.REPLACE, null, 3,
210 testModify(entr
1519 private void testModify(Entry entry, method in class:ModifyConflictTest
1531 private void testModify(Entry entry, method in class:ModifyConflictTest
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeTest.java134 public void testModify() throws Exception { method in class:DelegationPrivilegeTest
149 "DelegationPrivilegeTest.testModify: search failed");
158 @Test (dependsOnMethods = {"testModify"})
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeTest.java133 public void testModify() throws Exception { method in class:DelegationPrivilegeTest
148 "DelegationPrivilegeTest.testModify: search failed");
157 @Test (dependsOnMethods = {"testModify"})
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java372 public void testModify() method in class:LDIFBackendTestCase
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java371 public void testModify() method in class:LDIFBackendTestCase
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java372 public void testModify() method in class:LDIFBackendTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java371 public void testModify() method in class:LDIFBackendTestCase
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java372 public void testModify() method in class:LDIFBackendTestCase
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DLDIFBackendTestCase.java352 public void testModify() throws Exception method in class:LDIFBackendTestCase

Completed in 144 milliseconds