From fa1f845a9f9562b1727ecdbd06608c485a3b09b5 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 23 Sep 2008 12:58:07 +0000
Subject: [PATCH] Fix for 3488 : Replication initialization or quicksetup sometime fails   The problem was that after a full update the ReplicationDomain restarts the broker before reloading the serverState and generationID.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java
index df1bed5..b0183e2 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java
@@ -552,12 +552,6 @@
     catch (Exception e) {}
   }
   
-  @Test(enabled=true)
-  public void MonitorTest() throws Exception
-  {
-    testMultiRS();
-  }
-  
   private static final ByteArrayOutputStream oStream =
     new ByteArrayOutputStream();
   private static final ByteArrayOutputStream eStream =

--
Gitblit v1.10.0