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/StressTest.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java similarity index 97% rename from opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java rename to opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java index 90fa202..e5b83f5 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java @@ -25,7 +25,7 @@ * Portions Copyright 2006-2007 Sun Microsystems, Inc. */ -package org.opends.server.synchronization; +package org.opends.server.replication; import static org.opends.server.loggers.Error.logError; import static org.testng.Assert.assertEquals; @@ -45,9 +45,9 @@ import org.opends.server.core.DirectoryServer; import org.opends.server.core.ModifyOperation; import org.opends.server.protocols.internal.InternalClientConnection; -import org.opends.server.synchronization.plugin.ChangelogBroker; -import org.opends.server.synchronization.protocol.AddMsg; -import org.opends.server.synchronization.protocol.SynchronizationMessage; +import org.opends.server.replication.plugin.ChangelogBroker; +import org.opends.server.replication.protocol.AddMsg; +import org.opends.server.replication.protocol.SynchronizationMessage; import org.opends.server.types.Attribute; import org.opends.server.types.AttributeType; import org.opends.server.types.AttributeValue; -- Gitblit v1.10.0