From d04fb0f282e0fd9a4bc80d3f9d5ee15506a3b83b Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 08 Dec 2008 08:03:33 +0000
Subject: [PATCH] Merge the replication-service branch with the OpenDS trunk
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java | 11 +++--------
1 files changed, 3 insertions(+), 8 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 611257d..6a0f891 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
@@ -26,15 +26,10 @@
*/
package org.opends.server.replication.plugin;
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
+
import java.net.ServerSocket;
import java.util.SortedSet;
import java.util.TreeSet;
-import java.util.UUID;
import static org.testng.Assert.*;
@@ -65,7 +60,7 @@
@Test()
public void noUpdateIsolationPolicyTest() throws Exception
{
- ReplicationDomain domain = null;
+ LDAPReplicationDomain domain = null;
DN baseDn = DN.decode(TEST_ROOT_DN_STRING);
SynchronizationProvider replicationPlugin = null;
short serverId = 1;
@@ -106,7 +101,7 @@
op = conn.processModify(baseDn, generatemods("description", "test"));
// check that the operation was successful.
- assertEquals(op.getResultCode(), ResultCode.SUCCESS,
+ assertEquals(op.getResultCode(), ResultCode.SUCCESS,
op.getAdditionalLogMessage().toString());
}
finally
--
Gitblit v1.10.0