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

Gary Williams
19.59.2012 a53a0b38214c0bc708fa0e9c1e6a22aae4158ec0
opends/tests/staf-tests/shared/functions/utils.xml
@@ -798,11 +798,14 @@
      </loop>
      <if expr="checkRC != 48">
        <message>
          'Server is not stopped after %sms \
          (%s/logs/server.pid still exists on %s)' \
          % (noOfLoops*noOfMilliSeconds,dsPath,location)
        </message>
        <sequence>
          <message>
            'Server is not stopped after %sms \
            (%s/logs/server.pid still exists on %s)' \
            % (noOfLoops*noOfMilliSeconds,dsPath,location)
          </message>
          <tcstatus result="'fail'"/>
        </sequence>
      </if>
    </sequence>
  </function>