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

Matthew Swift
07.04.2013 9e996084c857a9d6853dc14b16d1201996ed2ede
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ServerStateTest.java
@@ -88,8 +88,8 @@
    // TODO Check the value
    // Check getMaxChangeNumber
    assertEquals(cn2.compareTo(serverState.getMaxChangeNumber(cn2.getServerId())),0);
    assertEquals(cn3.compareTo(serverState.getMaxChangeNumber(cn3.getServerId())),0);
    assertEquals(cn2.compareTo(serverState.getChangeNumber(cn2.getServerId())),0);
    assertEquals(cn3.compareTo(serverState.getChangeNumber(cn3.getServerId())),0);
    // Check the toString
    String stringRep = serverState.toString();