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

smaguin
09.12.2007 309298cce85a5811199358c2147f81045a97e8a4
add SUCCESS and ERROR keyword in output file
1 files modified
6 ■■■■ changed files
opends/tests/functional-tests/shared/functions/utils.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/utils.xml
@@ -166,16 +166,16 @@
      <if expr='re.search(searchre, returnString) != None'>
        <sequence>
          <tcstatus result="'pass'"/>
          <tcstatus result="'pass'"/>
          <message log="1">
            'Found substring, %s, in the return string' % (expectedString)
            'SUCCESS :  Found substring, %s, in the return string' % (expectedString)
          </message>
        </sequence>
        <else>
          <sequence>
            <tcstatus result="'fail'"/>
            <message log="1" level="'Error'">
              'Did not find substring, %s, in the return string, %s' % (expectedString, returnString)
              'ERROR : Did not find substring, %s, in the return string, %s' % (expectedString, returnString)
            </message>
          </sequence>
        </else>