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

Gary Williams
05.46.2012 da651e312d5c8261ecaf96a422741d3654fcc01e
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
@@ -190,15 +190,16 @@
        <script>
          try:
            if issueId.__class__ is org.python.core.PyList:
            from org.python.core import PyList
            if issueId.__class__ is PyList:
                for issue in issueId:
                  if issue not in issuesList:
                    issuesList.append(issue)
            else:
              if issueId not in issuesList:
                issuesList.append(issueId)
          except:
            print 'Issues list undefined. Unable to add issue %s' % issueId
          except Exception,e:
            print 'Issues list undefined. Unable to add issue %s. Reason=%s' % (issueId,e)
        </script>
        <message log="1" level="'Error'">
          'ERROR: HIT **** Known Issue (%s) ****' % issueId