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

andrug
22.06.2008 75ace4eb028a63acfc8d6933eaa4f209400ace8f
opends/tests/system-tests/phases/shared/functions/opendstools.xml
@@ -100,7 +100,9 @@
          'fileFd'     : fileFd
        }
      </call>
      <script> _errNum += STAXResult[0] </script>
      <if expr="STAXResult[0] == FALSE">
        <script> _errNum += 1 </script>
      </if>
      
      
      <!--== Check error/access logs =========-->
@@ -113,6 +115,7 @@
      </call>
      <script> _errNum += STAXResult </script>
      
      <return> _errNum </return>
    </sequence>
  </function>