/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/ |
H A D | WorkflowTopologyTest.java | 103 DN baseDN1 = null; 110 baseDN1 = DN.decode ("o=test"); 134 baseDN1, 146 * workflows are in the same hierarchy of DNs: baseDN1 is the superior 149 * baseDN1 + subordinateDN1 200 String baseDN1 = suffix; 201 String baseDN2 = "ou=test2," + baseDN1; 203 String subordinateDN1 = "ou=subordinate1," + baseDN1; 208 baseDNs[i] = DN.decode (baseDN1); 254 * baseDN1 630 createWorkflow_simpleTopology2( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument 811 createWorkflow_complexTopology1( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/ |
H A D | WorkflowTopologyTest.java | 102 DN baseDN1 = DN.decode ("o=test"); 121 baseDN1, 133 * workflows are in the same hierarchy of DNs: baseDN1 is the superior 136 * baseDN1 + subordinateDN1 186 String baseDN1 = suffix; 187 String baseDN2 = "ou=test2," + baseDN1; 189 String subordinateDN1 = "ou=subordinate1," + baseDN1; 194 baseDNs[i] = DN.decode (baseDN1); 236 * baseDN1 276 String baseDN1 607 createWorkflow_simpleTopology2( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument 788 createWorkflow_complexTopology1( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/ |
H A D | WorkflowTopologyTest.java | 103 DN baseDN1 = null; 110 baseDN1 = DN.decode ("o=test"); 134 baseDN1, 146 * workflows are in the same hierarchy of DNs: baseDN1 is the superior 149 * baseDN1 + subordinateDN1 200 String baseDN1 = suffix; 201 String baseDN2 = "ou=test2," + baseDN1; 203 String subordinateDN1 = "ou=subordinate1," + baseDN1; 208 baseDNs[i] = DN.decode (baseDN1); 254 * baseDN1 630 createWorkflow_simpleTopology2( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument 811 createWorkflow_complexTopology1( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/ |
H A D | WorkflowTopologyTest.java | 102 DN baseDN1 = DN.decode ("o=test"); 121 baseDN1, 133 * workflows are in the same hierarchy of DNs: baseDN1 is the superior 136 * baseDN1 + subordinateDN1 186 String baseDN1 = suffix; 187 String baseDN2 = "ou=test2," + baseDN1; 189 String subordinateDN1 = "ou=subordinate1," + baseDN1; 194 baseDNs[i] = DN.decode (baseDN1); 236 * baseDN1 276 String baseDN1 607 createWorkflow_simpleTopology2( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument 788 createWorkflow_complexTopology1( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/ |
H A D | WorkflowTopologyTest.java | 103 DN baseDN1 = null; 110 baseDN1 = DN.decode ("o=test"); 134 baseDN1, 146 * workflows are in the same hierarchy of DNs: baseDN1 is the superior 149 * baseDN1 + subordinateDN1 200 String baseDN1 = suffix; 201 String baseDN2 = "ou=test2," + baseDN1; 203 String subordinateDN1 = "ou=subordinate1," + baseDN1; 208 baseDNs[i] = DN.decode (baseDN1); 254 * baseDN1 630 createWorkflow_simpleTopology2( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument 811 createWorkflow_complexTopology1( DN baseDN1, DN baseDN2, DN baseDN3, DN subordinateDN1, DN subordinateDN2, DN subordinateDN3, DN unrelatedDN ) argument [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | CompositeDBCursorTest.java | 59 private String baseDN1 = "dc=forgerock,dc=com"; field in class:CompositeDBCursorTest 77 newCompositeDBCursor(of(new SequentialDBCursor(), baseDN1)); 85 newCompositeDBCursor(of(new SequentialDBCursor(msg1), baseDN1)); 86 assertInOrder(compCursor, of(msg1, baseDN1)); 93 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2), baseDN1)); 95 of(msg1, baseDN1), 96 of(msg2, baseDN1)); 103 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2, msg3), baseDN1)); 105 of(msg1, baseDN1), 106 of(msg2, baseDN1), [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | CompositeDBCursorTest.java | 59 private String baseDN1 = "dc=forgerock,dc=com"; field in class:CompositeDBCursorTest 77 newCompositeDBCursor(of(new SequentialDBCursor(), baseDN1)); 85 newCompositeDBCursor(of(new SequentialDBCursor(msg1), baseDN1)); 86 assertInOrder(compCursor, of(msg1, baseDN1)); 93 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2), baseDN1)); 95 of(msg1, baseDN1), 96 of(msg2, baseDN1)); 103 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2, msg3), baseDN1)); 105 of(msg1, baseDN1), 106 of(msg2, baseDN1), [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/ |
H A D | CompositeDBCursorTest.java | 58 private String baseDN1 = "dc=forgerock,dc=com"; field in class:CompositeDBCursorTest 76 newCompositeDBCursor(of(new SequentialDBCursor(), baseDN1)); 84 newCompositeDBCursor(of(new SequentialDBCursor(msg1), baseDN1)); 85 assertInOrder(compCursor, of(msg1, baseDN1)); 92 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2), baseDN1)); 94 of(msg1, baseDN1), 95 of(msg2, baseDN1)); 102 newCompositeDBCursor(of(new SequentialDBCursor(msg1, msg2, msg3), baseDN1)); 104 of(msg1, baseDN1), 105 of(msg2, baseDN1), [all...] |