From d57e8fd5ca53257eab611c2a592de8b57d086158 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 27 Jul 2011 16:31:30 +0000
Subject: [PATCH] Fix OPENDJ-245: Improve APIs for adding additional access log items to operations
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java | 6 +++---
1 files changed, 3 insertions(+), 3 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 322314d..7f227b7 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
@@ -558,10 +558,10 @@
protected void removeReplicationServerDB() {
for (ReplicationServer rs : ReplicationServer.getAllInstances()) {
StaticUtils.recursiveDelete(new File(DirectoryServer.getInstanceRoot(),
- rs.getDbDirName()));
+ rs.getDbDirName()));
}
}
-
+
/**
* Performs a search on the config backend with the specified filter.
* Fails if a config entry is found.
@@ -927,7 +927,7 @@
+ addOperation.getResultCode()
+ " Expected:"
+ expectedResult + " Details:" + addOperation.getErrorMessage()
- + addOperation.getAdditionalLogMessage());
+ + addOperation.getAdditionalLogItems());
if (expectedResult != ResultCode.SUCCESS)
{
--
Gitblit v1.10.0