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

mkeyes
29.08.2007 ad57d6c84b1e58b08a0b3853eb7cbab72d702f04
Changed the expected behavior for one functional test case based on new behavior from a commit in revision 1918 for Issue 1622.

1 files modified
11 ■■■■■ changed files
opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml 11 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/multiple_aci_tests.xml
@@ -2439,7 +2439,7 @@
              #@TestPostamble             none 
              #@TestResult                Success if OpenDS returns 0
                                          for all ldap operations. 
                                          Entry is returned only for step 2
                                          Entries are returned only for steps 1 and 2
                                          and only with the appropriate attributes.
          -->
        <!-- cross reference to http://docs.sun.com/source/816-6698-10/aci.html -->
@@ -2492,6 +2492,15 @@
                    'testString'         : 'dn: uid=dmiller,ou=People,ou=aci branch,o=Search Tests,o=ACI Tests' }
              </call>
              
              <if expr="returnCode != '1'">
                  <tcstatus result="'fail'"/>
              </if>
              <call function="'searchStringForSubstring'">
                  { 'returnString'       : returnString ,
                    'testString'         : 'roomnumber:' }
              </call>
              <if expr="returnCode != '0'">
                  <tcstatus result="'fail'"/>
              </if>