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

Jean-Noël Rouvignac
29.42.2016 f78f372a776579b6c2fb0a0bbb77b098a535aa20
opendj-server-legacy/src/test/java/org/opends/server/replication/server/MonitorTest.java
@@ -169,14 +169,15 @@
    String chDir = "monitorTest" + changelogId + suffix + "Db";
    ReplServerFakeConfiguration conf = new ReplServerFakeConfiguration(chPort, chDir, 0, changelogId, 0, 100, servers);
    final DN testBaseDN = this.baseDN;
    ReplicationServer replicationServer = new ReplicationServer(conf, new DSRSShutdownSync(), new ECLEnabledDomainPredicate()
    {
      @Override
      public boolean isECLEnabledDomain(DN baseDN)
      {
        return testBaseDN.equals(baseDN);
      }
    });
    ReplicationServer replicationServer = new ReplicationServer(conf, new DSRSShutdownSync(),
        new ECLEnabledDomainPredicate()
        {
          @Override
          public boolean isECLEnabledDomain(DN baseDN)
          {
            return testBaseDN.equals(baseDN);
          }
        });
    Thread.sleep(1000);
    return replicationServer;