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

mkeyes
01.46.2007 8a7bc9af720061920b949d062f1d9ecfdafa068d
Changed the expected return code for one ACI functional test. When the ** notation is used in an ACI target, it stands for one or more rdn components, not zero or more.
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_rdn_wildcards.xml
@@ -1330,7 +1330,7 @@
                      'testString'         : 'dn: uid=amiller,ou=branch level one,ou=aci branch,o=RDN Wildcard Tests' }
                </call>
                
                <if expr="returnCode != '0'">
                <if expr="returnCode != '1'">
                    <tcstatus result="'fail'"/>
                </if>