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

ludovicp
27.56.2010 a8f5d8345278d27ddf5325d3977e460b86b6275f
opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2009 Sun Microsystems, Inc.
 !      Copyright 2009-2010 Sun Microsystems, Inc.
 ! -->
<stax>
@@ -77,7 +77,7 @@
            testList.append('replication_modify_modifyrdn_multiple')
            testList.append('replication_modifyrdn_multiple')
            
            #testList.append('replication_modify_restart_multiple')
            testList.append('replication_modify_restart_multiple')
            
            globalAssuredReplication = None
            
@@ -86,8 +86,11 @@
              globalTestExternalChangelog = False
              globalExternalChangelogMode = 'n/a'
            else:
              globalSplitServers = None
              globalTestExternalChangelog = True
              globalSplitServers = None
              if (REPLICATION_ECL_MODE == 'n/a'):
                globalTestExternalChangelog = False
              else:
                globalTestExternalChangelog = True
              globalExternalChangelogMode = REPLICATION_ECL_MODE
          </script>