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

Christophe Sovant
11.23.2008 cd46e10f03e2f2cd769b7c53ddaa28f60bdb1181
Enable all the clu testsuites
1 files modified
18 ■■■■ changed files
opendj-sdk/opends/tests/functional-tests/testcases/clu/clu.xml 18 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/clu/clu.xml
@@ -50,15 +50,15 @@
          <script>
            testList = []
            testList.append(['.','clu_setup'])
            #testList.append(['.','clu_ldapsearch_checkoptions'])
            #testList.append(['.','clu_ldapsearch_checkbehavior'])
            #testList.append(['.','clu_ldapmodify_checkoptions'])
            #testList.append(['.','clu_ldapmodify_checkbehavior'])
            #testList.append(['.','clu_ldapcompare_checkbehavior'])
            #testList.append(['.','clu_ldapdelete_checkbehavior'])
            #testList.append(['.','clu_base64_checkbehavior'])
            #testList.append(['.','clu_status_checkbehavior'])
            #testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
            testList.append(['.','clu_ldapsearch_checkoptions'])
            testList.append(['.','clu_ldapsearch_checkbehavior'])
            testList.append(['.','clu_ldapmodify_checkoptions'])
            testList.append(['.','clu_ldapmodify_checkbehavior'])
            testList.append(['.','clu_ldapcompare_checkbehavior'])
            testList.append(['.','clu_ldapdelete_checkbehavior'])
            testList.append(['.','clu_base64_checkbehavior'])
            testList.append(['.','clu_status_checkbehavior'])
            testList.append(['.','clu_ldappasswordmodify_checkbehavior'])
            testList.append(['.','clu_ldifsearch_checkbehavior'])
            testList.append(['.','clu_cleanup'])
          </script>