From 71ebb3724c79a7d1218c36f080acd6ee162b9cd2 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 26 Apr 2007 06:31:01 +0000
Subject: [PATCH] Rename the class with names containing synchronization or changelog. Replace most of the changelog occurences with replication server. (issue 1090)
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java
index 58e7000..a6e17ac 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java
@@ -29,7 +29,7 @@
import org.opends.server.replication.ReplicationTestCase;
import org.opends.server.replication.common.ChangeNumber;
-import org.opends.server.replication.plugin.ChangelogBroker;
+import org.opends.server.replication.plugin.ReplicationBroker;
import org.opends.server.replication.plugin.Historical;
import org.opends.server.replication.protocol.ModifyMsg;
import org.opends.server.TestCaseUtils;
@@ -199,10 +199,10 @@
DirectoryServer.getAttributeType("entryuuid");
/*
- * Open a session to the changelog server using the broker API.
+ * Open a session to the replicationServer using the broker API.
* This must use a different serverId to that of the directory server.
*/
- ChangelogBroker broker =
+ ReplicationBroker broker =
openChangelogSession(baseDn, (short) 2, 100, 8989, 1000, true);
@@ -310,7 +310,7 @@
}
private static
- void publishModify(ChangelogBroker broker, ChangeNumber changeNum,
+ void publishModify(ReplicationBroker broker, ChangeNumber changeNum,
DN dn, String entryuuid, Modification mod)
{
List<Modification> mods = new ArrayList<Modification>(1);
--
Gitblit v1.10.0