| opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java | ●●●●● patch | view | raw | blame | history |
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java
@@ -1056,6 +1056,7 @@ */ private void checkTopoView(int[] dsIdList, TopoView theoricalTopoView) { sleep(500); for(int currentDsId : dsIdList) { LDAPReplicationDomain rd = null; @@ -1115,7 +1116,7 @@ * Compare to what is the expected view */ assertEquals(dsTopoView, theoricalTopoView); assertEquals(dsTopoView, theoricalTopoView, " in DSid=" + currentDsId); } }