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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java153 private LDAPReplicationDomain rd6 = null; field in class:TopologyViewTest
180 rd6 = null;
219 if (rd6 != null)
221 rd6.shutdown();
222 rd6 = null;
303 rd = rd6;
736 rd6 = createReplicationDomain(DS6_ID);
753 rd6.disable();
760 assertFalse(rd6.isConnected());
771 rd6
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java138 private LDAPReplicationDomain rd6 = null; field in class:TopologyViewTest
165 rd6 = null;
204 if (rd6 != null)
206 rd6.shutdown();
207 rd6 = null;
245 rd = rd6;
636 rd6 = createReplicationDomain(DS6_ID);
653 rd6.disable();
660 assertFalse(rd6.isConnected());
671 rd6
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java153 private LDAPReplicationDomain rd6 = null; field in class:TopologyViewTest
180 rd6 = null;
219 if (rd6 != null)
221 rd6.shutdown();
222 rd6 = null;
303 rd = rd6;
736 rd6 = createReplicationDomain(DS6_ID);
753 rd6.disable();
760 assertFalse(rd6.isConnected());
771 rd6
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java138 private LDAPReplicationDomain rd6 = null; field in class:TopologyViewTest
165 rd6 = null;
204 if (rd6 != null)
206 rd6.shutdown();
207 rd6 = null;
245 rd = rd6;
636 rd6 = createReplicationDomain(DS6_ID);
653 rd6.disable();
660 assertFalse(rd6.isConnected());
671 rd6
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java153 private LDAPReplicationDomain rd6 = null; field in class:TopologyViewTest
180 rd6 = null;
219 if (rd6 != null)
221 rd6.shutdown();
222 rd6 = null;
303 rd = rd6;
736 rd6 = createReplicationDomain(DS6_ID);
753 rd6.disable();
760 assertFalse(rd6.isConnected());
771 rd6
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTopologyViewTest.java139 private LDAPReplicationDomain rd6; field in class:TopologyViewTest
166 rd6 = null;
205 if (rd6 != null)
207 rd6.shutdown();
208 rd6 = null;
246 rd = rd6;
639 rd6 = createReplicationDomain(DS6_ID);
656 rd6.disable();
663 assertFalse(rd6.isConnected());
674 rd6
[all...]

Completed in 38 milliseconds