From b48ce50fdf4d73e8be3799e3a7c6c2bf9d1b2965 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Sun, 02 Sep 2007 17:58:07 +0000
Subject: [PATCH] fix for #1733 & #845 - Initialization of replication

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
index 18a1b21..7a3284b 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
@@ -110,7 +110,8 @@
 
       // chek that the operation was successful.
       // check that the update failed.
-      assertEquals(ResultCode.SUCCESS, op.getResultCode());
+      assertEquals(op.getResultCode(), ResultCode.SUCCESS, 
+          op.getAdditionalLogMessage().toString());
     }
     finally
     {

--
Gitblit v1.10.0