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

gary_williams
26.37.2008 08f75edcdd2a3c9b4cc04459b49c68f356a93c90
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>