| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ |
| H A D | MultiDomainServerStateTest.java | 110 final MultiDomainServerState state2 = new MultiDomainServerState(); 111 state2.update(state1); 113 assertSame(csn3, state2.getCSN(dn1, csn3.getServerId())); 114 assertSame(csn2, state2.getCSN(dn2, csn2.getServerId())); 115 assertTrue(state1.equalsTo(state2)); 124 final MultiDomainServerState state2 = new MultiDomainServerState(); 125 assertFalse(state1.equalsTo(state2)); 127 assertTrue(state2.update(dn1, csn1)); 128 assertFalse(state1.equalsTo(state2)); 130 assertTrue(state2 [all...] |
| H A D | ServerStateTest.java | 111 ServerState state2 = new ServerState(); 112 state2.reload(state1); 114 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ |
| H A D | MultiDomainServerStateTest.java | 110 final MultiDomainServerState state2 = new MultiDomainServerState(); 111 state2.update(state1); 113 assertSame(csn3, state2.getCSN(dn1, csn3.getServerId())); 114 assertSame(csn2, state2.getCSN(dn2, csn2.getServerId())); 115 assertTrue(state1.equalsTo(state2)); 124 final MultiDomainServerState state2 = new MultiDomainServerState(); 125 assertFalse(state1.equalsTo(state2)); 127 assertTrue(state2.update(dn1, csn1)); 128 assertFalse(state1.equalsTo(state2)); 130 assertTrue(state2 [all...] |
| H A D | ServerStateTest.java | 111 ServerState state2 = new ServerState(); 112 state2.reload(state1); 114 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/common/ |
| H A D | MultiDomainServerStateTest.java | 133 final MultiDomainServerState state2 = new MultiDomainServerState(); 134 state2.update(state1); 136 assertSame(csn3, state2.getCSN(dn1, csn3.getServerId())); 137 assertSame(csn2, state2.getCSN(dn2, csn2.getServerId())); 138 assertTrue(state1.equalsTo(state2)); 147 final MultiDomainServerState state2 = new MultiDomainServerState(); 148 assertFalse(state1.equalsTo(state2)); 150 assertTrue(state2.update(dn1, csn1)); 151 assertFalse(state1.equalsTo(state2)); 153 assertTrue(state2 [all...] |
| H A D | ServerStateTest.java | 111 ServerState state2 = new ServerState(); 112 state2.reload(state1); 114 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ |
| H A D | ServerStateTest.java | 124 ServerState state2 = new ServerState(); 125 state2.reload(state1); 127 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ |
| H A D | ServerStateTest.java | 124 ServerState state2 = new ServerState(); 125 state2.reload(state1); 127 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ |
| H A D | ServerStateTest.java | 124 ServerState state2 = new ServerState(); 125 state2.reload(state1); 127 assertEquals(state1.toString(), state2.toString()) ;
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 163 ServerState state2 = states1.get(domain2ServerId); 164 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 163 ServerState state2 = states1.get(domain2ServerId); 164 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 162 ServerState state2 = states1.get(domain2ServerId); 163 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ |
| H A D | SynchronizationMsgTest.java | 639 final ServerState state2 = new ServerState(); 640 state2.update(new CSN(75, 5,263)); 647 { 16, baseDN, 100, state2, 1248L, true, (byte)31 }, 684 final ServerState state2 = new ServerState(); 685 state2.update(new CSN(75, 5,263)); 692 {16, baseDN, 100, "anotherHost:1025", state2, 1245L, (byte)25, 3456},
|
| H A D | ProtocolCompatibilityTest.java | 87 final ServerState state2 = new ServerState(); 88 state2.update(new CSN(75, 5,263)); 93 { 16, baseDN2, 100, "anotherHost:1025", state2, 1245L, (byte) 25, 3456},
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ |
| H A D | SynchronizationMsgTest.java | 639 final ServerState state2 = new ServerState(); 640 state2.update(new CSN(75, 5,263)); 647 { 16, baseDN, 100, state2, 1248L, true, (byte)31 }, 684 final ServerState state2 = new ServerState(); 685 state2.update(new CSN(75, 5,263)); 692 {16, baseDN, 100, "anotherHost:1025", state2, 1245L, (byte)25, 3456},
|
| H A D | ProtocolCompatibilityTest.java | 87 final ServerState state2 = new ServerState(); 88 state2.update(new CSN(75, 5,263)); 93 { 16, baseDN2, 100, "anotherHost:1025", state2, 1245L, (byte) 25, 3456},
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/ |
| H A D | SynchronizationMsgTest.java | 636 final ServerState state2 = new ServerState(); 637 state2.update(new CSN(75, 5,263)); 644 { 16, baseDN, 100, state2, 1248L, true, (byte)31 }, 681 final ServerState state2 = new ServerState(); 682 state2.update(new CSN(75, 5,263)); 689 {16, baseDN, 100, "anotherHost:1025", state2, 1245L, (byte)25, 3456},
|
| H A D | ProtocolCompatibilityTest.java | 92 final ServerState state2 = new ServerState(); 93 state2.update(new CSN(75, 5,263)); 98 { 16, baseDN2, 100, "anotherHost:1025", state2, 1245L, (byte) 25, 3456},
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 208 ServerState state2 = states1.get(domain2ServerId); 209 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 208 ServerState state2 = states1.get(domain2ServerId); 209 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
| H A D | ReplicationDomainTest.java | 208 ServerState state2 = states1.get(domain2ServerId); 209 assertNotNull(state2, "getReplicaStates is not showing DS2");
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | LDAPPassThroughAuthenticationPolicyTestCase.java | 4142 final AuthenticationPolicyState state2 = policy 4144 assertEquals(state2.getAuthenticationPolicy(), policy); 4145 assertTrue(state2.passwordMatches(ByteString.valueOf(userPassword))); 4146 state2.finalizeStateAfterBind();
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | LDAPPassThroughAuthenticationPolicyTestCase.java | 4051 final AuthenticationPolicyState state2 = policy 4053 assertEquals(state2.getAuthenticationPolicy(), policy); 4054 assertTrue(state2.passwordMatches(ByteString.valueOf(userPassword))); 4055 state2.finalizeStateAfterBind();
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | LDAPPassThroughAuthenticationPolicyTestCase.java | 4148 final AuthenticationPolicyState state2 = policy 4150 assertEquals(state2.getAuthenticationPolicy(), policy); 4151 assertTrue(state2.passwordMatches(ByteString.valueOf(userPassword))); 4152 state2.finalizeStateAfterBind();
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | LDAPPassThroughAuthenticationPolicyTestCase.java | 4051 final AuthenticationPolicyState state2 = policy 4053 assertEquals(state2.getAuthenticationPolicy(), policy); 4054 assertTrue(state2.passwordMatches(ByteString.valueOf(userPassword))); 4055 state2.finalizeStateAfterBind();
|