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

andrug
11.32.2007 4538de4b943d412b337aba1ae8cd866406863f35
fix uniquemember testsuite (case insensitive mode for checkmatch)
1 files modified
3 ■■■■■ changed files
opends/tests/functional-tests/testcases/groups/group_static_uniquemember.xml 3 ●●●●● patch | view | raw | blame | history
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>