From e07cdcbd253fd366c5002f7368470e0158bfcc2c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 13 Nov 2006 08:31:12 +0000
Subject: [PATCH] Fix for 982 : reorganize synchronization code :

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/changelog/UpdateComparatorTest.java |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/changelog/UpdateComparatorTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/changelog/UpdateComparatorTest.java
index 12f0a47..11ad842 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/changelog/UpdateComparatorTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/changelog/UpdateComparatorTest.java
@@ -29,16 +29,17 @@
 import org.testng.annotations.DataProvider;
 import org.testng.annotations.Test;
 
-import static org.opends.server.synchronization.OperationContext.SYNCHROCONTEXT;
+import static org.opends.server.synchronization.protocol.OperationContext.SYNCHROCONTEXT;
 import static org.testng.Assert.*;
 
 
 import org.opends.server.core.DeleteOperation;
 import org.opends.server.protocols.internal.InternalClientConnection;
-import org.opends.server.synchronization.ChangeNumber;
-import org.opends.server.synchronization.DeleteContext;
-import org.opends.server.synchronization.DeleteMsg;
-import org.opends.server.synchronization.UpdateMessage;
+import org.opends.server.synchronization.changelog.UpdateComparator;
+import org.opends.server.synchronization.common.ChangeNumber;
+import org.opends.server.synchronization.protocol.DeleteContext;
+import org.opends.server.synchronization.protocol.DeleteMsg;
+import org.opends.server.synchronization.protocol.UpdateMessage;
 import org.opends.server.types.DirectoryException;
 import org.opends.server.types.DN;
 import org.opends.server.util.TimeThread;

--
Gitblit v1.10.0