From aa2e7c321ca330792a6c2a7c41efd923bb1270af Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 04 Jun 2013 14:15:10 +0000
Subject: [PATCH] Initial work for re-opened OPENDJ-866: Local RS is named differently to remote RS under.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java
index 07dd8f0..22e765d 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2009 Sun Microsystems, Inc.
+ *      Portions copyright 2013 ForgeRock AS.
  */
 
 package org.opends.server.replication;
@@ -71,9 +72,6 @@
   private static final int WINDOW_SIZE = 10;
   private static final int REPLICATION_QUEUE_SIZE = 100;
 
-  private static final String REPLICATION_STRESS_TEST =
-    "Replication Stress Test";
-
   /**
    * A "person" entry
    */
@@ -190,7 +188,6 @@
     }
     finally {
       broker.stop();
-      DirectoryServer.deregisterMonitorProvider(REPLICATION_STRESS_TEST);
       // Clean domain
       DN dn = repDomainEntry.getDN();
       try

--
Gitblit v1.10.0