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/ReSyncTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java similarity index 99% rename from opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java rename to opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java index b4bf994..8b54ce1 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java @@ -24,7 +24,7 @@ * * Portions Copyright 2007 Sun Microsystems, Inc. */ -package org.opends.server.synchronization; +package org.opends.server.replication; import static org.opends.server.config.ConfigConstants.ATTR_TASK_COMPLETION_TIME; import static org.opends.server.config.ConfigConstants.ATTR_TASK_STATE; -- Gitblit v1.10.0