From 79a8669d6be5ac1fe2f1b62e3a48568200bd3148 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Wed, 22 Aug 2007 07:36:24 +0000
Subject: [PATCH] issue 1804 : Ensure that conflicts are visible to administrators
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java | 2 --
1 files changed, 0 insertions(+), 2 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 4c6c666..016d567 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
@@ -490,7 +490,6 @@
monitorAttr = attr;
try
{
- Thread.sleep(2000);
lastCount = getMonitorAttrValue(baseDn, attr);
}
catch (Exception ex)
@@ -507,7 +506,6 @@
protected long getMonitorDelta() {
long delta = 0;
try {
- Thread.sleep(2000);
long currentCount = getMonitorAttrValue(monitorDn, monitorAttr);
delta = (currentCount - lastCount);
lastCount = currentCount;
--
Gitblit v1.10.0