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

pgamba
06.44.2010 7451e96f826d93fd8ebe21060f26640cec2135fb
Minor unit test improvement
1 files modified
8 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java 8 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 */
package org.opends.server.replication.service;
@@ -140,6 +140,8 @@
      assertNotNull(rcvdMsg);
      assertEquals(test, rcvdMsg.getPayload());
      Thread.sleep(500);
      /*
       * Now test the resetReplicationLog() method.
       */
@@ -148,7 +150,9 @@
      for (RSInfo replServerInfo : replServers)
      {
        // The generation Id of the remote should be 1
        assertEquals(replServerInfo.getGenerationId(), 1);
        assertEquals(replServerInfo.getGenerationId(), 1,
            "Unexpected value of generationId in RSInfo for RS="
            + replServerInfo.toString());
      }
      for (DSInfo serverInfo : domain1.getReplicasList())