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/SchemaReplicationTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java
index 246430d..67c5904 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java
@@ -158,7 +158,7 @@
 
       ResultCode code = modOp.getResultCode();
       assertTrue(code.equals(ResultCode.SUCCESS),
-                 "The original operation failed");
+                 "The original operation failed: " + code.getResultCodeName());
 
       // See if the client has received the msg
       ReplicationMessage msg = broker.receive();
@@ -217,7 +217,7 @@
   public void replaySchemaChange() throws Exception
   {
     logError(Message.raw(Category.SYNC, Severity.NOTICE,
-        "Starting replication test : pushSchemaChange "));
+        "Starting replication test : replaySchemaChange "));
 
     final DN baseDn = DN.decode("cn=schema");
 

--
Gitblit v1.10.0