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/ReSyncTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
index 05b1019..2ed1980 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
@@ -66,12 +66,12 @@
   public void setup() throws Exception
   {
    /*
-    * - Start a server and a changelog server, configure replication
+    * - Start a server and a replicationServer, configure replication
     * - Do some changes.
     */
     TestCaseUtils.startServer();
 
-    // find  a free port for the changelog server
+    // find  a free port for the replicationServer
     ServerSocket socket = TestCaseUtils.bindFreePort();
     int changelogPort = socket.getLocalPort();
     socket.close();

--
Gitblit v1.10.0