From 410b7d0592ba0e1dc2f3d9c745523fee430bcabe Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 10 Jun 2011 10:25:31 +0000
Subject: [PATCH] Partial fix for OPENDJ-194: Minor improvements to change log content and configuration
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java | 16 +++-------------
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java
index e00d04c..22f8ab3 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java
+++ b/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>
--
Gitblit v1.10.0