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

Matthew Swift
10.25.2011 410b7d0592ba0e1dc2f3d9c745523fee430bcabe
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2007-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.server.replication.plugin;
@@ -78,9 +79,8 @@
  private SortedSet<String> fractionalExcludes = new TreeSet<String>();
  private SortedSet<String> fractionalIncludes = new TreeSet<String>();
  private SortedSet<String> eclIncludes = new TreeSet<String>();
  private ExternalChangelogDomainCfg eclCfg =
    new ExternalChangelogDomainFakeCfg(true, new TreeSet<AttributeType>());
    new ExternalChangelogDomainFakeCfg(true, null, null);
  /**
   * Creates a new Domain with the provided information
@@ -380,16 +380,6 @@
    return true;
  }
  public void setEclIncludes(SortedSet<String> attrs)
  {
    this.eclIncludes = attrs;
  }
  public SortedSet<String> getECLInclude()
  {
    return this.eclIncludes;
  }
  public long getInitializationHeartbeatInterval()
  {
    return 180;
@@ -492,7 +482,7 @@
  {
    return true;
  }
  /**
   * Gets the "conflicts-historical-purge-delay" property.
   * <p>