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

gary_williams
12.23.2007 86f661d72e5502a8e18a9fe66cb91e42a54ef0dc
opends/tests/functional-tests/shared/functions/utils.xml
@@ -446,6 +446,23 @@
    </function-prolog>
    <function-no-args />
    <sequence>
      <!-- Check the SignalRaised flag -->
      <if expr="SignalRaised">
        <sequence>
          <message>
            'A signal (%s) was raised during this test case' % SignalRaised
          </message>
          <tcstatus result="'fail'"/>
        </sequence>
      </if>
      <!-- Reset the SignalRaised flag -->
      <script>
        SignalRaised=''
      </script>
      <!-- Query the test case results -->
      <call function="'queryTestcase'" />
      
      <script>