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

mkeyes
01.25.2007 99d8b8601f0532ef2411774ddcb3a26c2f22098f
Changed expected result for the "onelevel" test case based on the explanation given in Issue 1743.
1 files modified
5 ■■■■■ changed files
opends/tests/functional-tests/testcases/aci/aci_targetscope.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_targetscope.xml
@@ -341,8 +341,7 @@
                #@TestPostamble             none
                #@TestResult                Success if OpenDS returns 0
                                            for all ldap operations.
                                            Parent and child entries are returned in step 1.
                                            Child entry is returned in step 2.
                                            Child entry are returned in steps 1 and 2.
            -->
            <testcase name="'ACI: Targetscope: onelevel'">
              <sequence>
@@ -393,7 +392,7 @@
                      'testString'         : 'dn: uid=dmiller,ou=People,ou=aci branch,o=Targetscope Tests,o=ACI Tests' }
                </call>
                
                <if expr="returnCode != '1'">
                <if expr="returnCode != '0'">
                    <tcstatus result="'fail'"/>
                </if>