From dc3db9a969eccac31c4f1f5aa3e0cefbca632189 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 04 Jan 2008 10:24:16 +0000
Subject: [PATCH] Enable back some test that were disabled

---
 opends/src/server/org/opends/server/replication/server/ServerHandler.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/ServerHandler.java b/opends/src/server/org/opends/server/replication/server/ServerHandler.java
index fb71b78..3d9c0ec 100644
--- a/opends/src/server/org/opends/server/replication/server/ServerHandler.java
+++ b/opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -1504,8 +1504,8 @@
     }
 
     // Deprecated
-    // attributes.add(new Attribute("max-waiting-changes",
-    //                              String.valueOf(maxQueueSize)));
+    attributes.add(new Attribute("max-waiting-changes",
+                                  String.valueOf(maxQueueSize)));
     attributes.add(new Attribute("update-sent",
                                  String.valueOf(getOutCount())));
     attributes.add(new Attribute("update-received",

--
Gitblit v1.10.0