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

fguigues
25.29.2009 ea07941708927aaddb5afeaf7df6a720f137faf1
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -645,7 +645,7 @@
        Thread.sleep(100);
      op = connection.processSearch(
          ByteString.valueOf("cn=monitor"),
                                    SearchScope.SINGLE_LEVEL,
                                    SearchScope.WHOLE_SUBTREE,
                                    LDAPFilter.decode(monitorFilter));
    }
    while (op.getSearchEntries().isEmpty() && (count<100));