From 22cde7308a6fa8f1dddc35ba48e9e7213db567e9 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 28 May 2010 08:58:23 +0000
Subject: [PATCH] Fix specific replication tests and typos.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
index 07dceca..11c0dea 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -1415,20 +1415,6 @@
       log(testCase + " Will verify server 3 has received expected entries");
       receiveUpdatedEntries(server3, server3ID, updatedEntries);
 
-      log(testCase + " Will verify no more msgs");
-      while (true)
-      {
-        try
-        {
-          log(testCase + " Will receive");
-          ReplicationMsg msg = server3.receive();
-          fail("Receive unexpected message " + msg);
-        } catch (SocketTimeoutException e)
-        {
-          // Test is a success
-          break;
-        }
-      }
       log("Successfully ending " + testCase);
     }
     finally

--
Gitblit v1.10.0