From 112e41b72962a783bf26ebf05925498d397ef980 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Wed, 07 Nov 2007 16:36:22 +0000
Subject: [PATCH] Fix 2572- dsreplication initialize is completed but entries are missing

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
index 7359563..c0b615b 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -373,6 +373,7 @@
     catch (NoSuchElementException e) {
       // done
     }
+    synchroServerEntry = null;
   }
 
   /**

--
Gitblit v1.10.0