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

mkeyes
17.20.2007 a9be20240728c7e63adc3c734109be9004f0fcae
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>