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

andrug
11.32.2007 e617b5704433393a17a263c202a8713f5c7bb3b2
fix uniquemember testsuite (case insensitive mode for checkmatch)
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/testcases/groups/group_static_uniquemember.xml 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/groups/group_static_uniquemember.xml
@@ -309,6 +309,7 @@
              <call function="'CheckMatches'">
                { 'string2find' : 'uniquemember',
                  'mainString'  : STAXReason,
                  'caseSensitive' : 'false',
                  'nbExpected'  : 10
                }
              </call>
@@ -466,6 +467,7 @@
              <call function="'CheckMatches'">
                { 'string2find' : 'uniquemember',
                  'mainString'  : ldapSearchResult,
                  'caseSensitive' : 'false',
                  'nbExpected'  : 11
                }
              </call>
@@ -670,6 +672,7 @@
              <call function="'CheckMatches'">
                { 'string2find' : 'uniquemember',
                  'mainString'  : ldapSearchResult,
                  'caseSensitive' : 'false',
                  'nbExpected'  : 0
                }
              </call>