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

gary_williams
18.54.2008 6af001eeb6bc5fea376a40b4e617eaf3658f1947
Re-enable the replication tests
1 files modified
18 ■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml 18 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
@@ -48,16 +48,16 @@
          <!-- List of replication test suites to run -->
          <script>
            testList = []
#            testList.append('totalupdate')
#            testList.append('binarycopy')
#            testList.append('ldifimport')
#            testList.append('resynchronization')
#            testList.append('basic')
#            testList.append('schema')
#            testList.append('failover')
            testList.append('totalupdate')
            testList.append('binarycopy')
            testList.append('ldifimport')
            testList.append('resynchronization')
            testList.append('basic')
            testList.append('schema')
            testList.append('failover')
            testList.append('encryption')
#            testList.append('changelog')
#            testList.append('conflict')
            testList.append('changelog')
            testList.append('conflict')
          </script>
          
          <iterate var="_test" in="testList" >