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

Christophe Sovant
01.22.2013 80ac0c8c22b07ebe25769b4e1597938d40d7a3a2
Fixed condition for known issue OPENDJ-1071: only set known issue if expectedRC is equal to 0
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/utils.xml
@@ -2103,7 +2103,7 @@
            if re.search('.*There are no tasks defined with ID.*', cmdOutput) is not None:
              setIssue = True
          </script>
          <if expr="setIssue == True">
          <if expr="setIssue == True and expectedRC == 0">
            <sequence>
              <call function="'setKnownIssue'">
                { 'issueId' : 'OPENDJ-1071' }