From 5349c97806bb0a00038d8dc3dee4254fad187649 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 25 Apr 2007 16:35:36 +0000
Subject: [PATCH] Second set of renaming for issue 1090  Rename org.opends.server.replication.changelog into org.opends.server.synchronization.changelog Use replication instead of synchronization in many places in the code/comment/file names

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 8b54ce1..05b1019 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
@@ -54,7 +54,7 @@
 /**
  * Test re-synchronization after after backup/restore and LDIF import.
  */
-public class ReSyncTest extends SynchronizationTestCase
+public class ReSyncTest extends ReplicationTestCase
 {
  /**
   * Set up the environment for performing the tests in this Class.
@@ -66,7 +66,7 @@
   public void setup() throws Exception
   {
    /*
-    * - Start a server and a changelog server, configure synchronization
+    * - Start a server and a changelog server, configure replication
     * - Do some changes.
     */
     TestCaseUtils.startServer();
@@ -111,9 +111,9 @@
         + "ds-cfg-directory-server-id: 123\n";
     synchroServerEntry = TestCaseUtils.entryFromLdifString(synchroServerLdif);
 
-    configureSynchronization();
+    configureReplication();
 
-    // Give some time to the synchronization to setup 
+    // Give some time to the replication to setup 
     Thread.sleep(1000);
     
     // Create a dummy entry

--
Gitblit v1.10.0