mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
11.05.2010 8a8e896d2032ff8518e768c20f6f646cc1258a41
Improve unit test
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java 4 ●●●● 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.
       */