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

gary_williams
26.37.2008 08f75edcdd2a3c9b4cc04459b49c68f356a93c90
show known issue only once in test report 
1 files modified
3 ■■■■ changed files
opends/tests/staf-tests/shared/functions/utils.xml 3 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/utils.xml
@@ -179,7 +179,8 @@
      <sequence>
        <script>
          try:
            issuesList.append(issueId)
            if issueId not in issuesList:
              issuesList.append(issueId)
          except:
            print 'Issues list undefined. Unable to add issue %s' % issueId
        </script>