| opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java
@@ -129,6 +129,8 @@ domain2 = new FakeReplicationDomain( testService, domain2ServerId, servers2, 100, 1000, rcvQueue2); Thread.sleep(500); /* * Publish a message from domain1, * Check that domain2 receives it shortly after. @@ -140,8 +142,6 @@ assertNotNull(rcvdMsg); assertEquals(test, rcvdMsg.getPayload()); Thread.sleep(500); /* * Now test the resetReplicationLog() method. */