From 71cc0b5f1cbfcd9146c0fd1e705d8b0622c9b091 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 04 Jun 2013 15:55:36 +0000
Subject: [PATCH] CR-1782 Fixed replication tests in split mode

---
 opends/tests/staf-tests/shared/python/replication.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/staf-tests/shared/python/replication.py b/opends/tests/staf-tests/shared/python/replication.py
index d292014..2a0fb7c 100644
--- a/opends/tests/staf-tests/shared/python/replication.py
+++ b/opends/tests/staf-tests/shared/python/replication.py
@@ -24,7 +24,7 @@
 #
 #
 #      Copyright 2008 Sun Microsystems, Inc.
-#      Portions Copyright 2011 ForgeRock AS.
+#      Portions Copyright 2011-2013 ForgeRock AS.
 
 
 
@@ -166,7 +166,7 @@
     self.changelogServer = None
     
     replServer = Server(new_hostname, new_dir, new_port, new_adminPort, new_sslPort,
-                        new_jmxPort, new_rootDn, new_rootPwd, new_baseDn)
+                        new_jmxPort, new_rootDn, new_rootPwd, new_baseDn, self.data)
     replServer.addChangelogServer(new_changelogServer)
 
     return replServer

--
Gitblit v1.10.0