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

Christophe Sovant
01.22.2013 999120a776eed2af2874835d692e22049920c28f
Fixed condition for known issue OPENDJ-1071: only set known issue if expectedRC is equal to 0
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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' }