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

Christophe Sovant
01.08.2013 363fb53e51ab377c6588c311c3ffc175cd8e4058
Added known issue tag for issue OPENDJ-1071
1 files modified
15 ■■■■■ changed files
opends/tests/staf-tests/shared/functions/utils.xml 15 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/utils.xml
@@ -2095,6 +2095,21 @@
                  'expectedString'  : expectedString }
            </call>
          </if>
          <!-- If output contains "There are no tasks defined", add known issue -->
          <script>
            import re
            setIssue = False
            if re.search('.*There are no tasks defined with ID.*', cmdOutput) is not None:
              setIssue = True
          </script>
          <if expr="setIssue == True">
            <sequence>
              <call function="'setKnownIssue'">
                { 'issueId' : 'OPENDJ-1071' }
              </call>
            </sequence>
          </if>
        </sequence>
      </timer>