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

Christophe Sovant
05.07.2013 02cddb936c2cf4beee95d4b1f2f8914d8d923759
Disabled some replication/aci testcases depending on server configuration (split mode, upgrade)
1 files modified
13 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/aci/aci.xml 13 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/aci/aci.xml
@@ -103,8 +103,17 @@
                <!-- List of Test Cases -->
                <script>
                  testsList=[]
                  testsList.append('replication_aci_001')
                  testsList.append('replication_aci_002')
                  if globalSplitServers is None:
                    # External changelog not supported in replication split servers mode
                    # This test case will only be run in normal mode
                    testsList.append('replication_aci_001')
                  if UPGRADE_OPENDJNAME == '':
                    # The global acis are not updated by the upgrade process
                    # This test case will only be run on fresh install
                    testsList.append('replication_aci_002')
                  testsList.append('replication_aci_003')
                  testsList.append('replication_aci_004')
                  testsList.append('replication_aci_005')