mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
04.55.2013 71cc0b5f1cbfcd9146c0fd1e705d8b0622c9b091
CR-1782 Fixed replication tests in split mode
1 files modified
4 ■■■■ changed files
opends/tests/staf-tests/shared/python/replication.py 4 ●●●● patch | view | raw | blame | history
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