From 82fac34ae279ec769891444f0f6ea10b47382f8d Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Wed, 25 Apr 2007 14:09:13 +0000 Subject: [PATCH] First set of modifications for issue 1090 : rename synchronization components Move from synchronization package name to replication. --- opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/plugin/HistoricalTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java similarity index 96% rename from opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/plugin/HistoricalTest.java rename to opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java index 95b54a8..acb7622 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/plugin/HistoricalTest.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java @@ -25,11 +25,13 @@ * Portions Copyright 2007 Sun Microsystems, Inc. */ -package org.opends.server.synchronization.plugin; +package org.opends.server.replication.plugin; -import org.opends.server.synchronization.SynchronizationTestCase; -import org.opends.server.synchronization.protocol.ModifyMsg; -import org.opends.server.synchronization.common.ChangeNumber; +import org.opends.server.replication.SynchronizationTestCase; +import org.opends.server.replication.common.ChangeNumber; +import org.opends.server.replication.plugin.ChangelogBroker; +import org.opends.server.replication.plugin.Historical; +import org.opends.server.replication.protocol.ModifyMsg; import org.opends.server.TestCaseUtils; import org.opends.server.protocols.internal.InternalClientConnection; import org.opends.server.tools.LDAPModify; -- Gitblit v1.10.0