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

mkeyes
17.20.2007 f3a9777153822246f69a0d09eb4d3e74ab1f9d6a
opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
@@ -749,11 +749,18 @@
        <returnstdout/>
      </process>
      
      <script>
        SearchRC=RC
        SearchResult=STAXResult
      </script>
      <call function="'checkRC'">
        { 'returncode' : RC ,
          'result'     : STAXResult }
        { 'returncode' : SearchRC ,
          'result'     : SearchResult }
      </call>
          
      <return>SearchResult</return>
    </sequence>
    
  </function>