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

Gary Williams
02.08.2012 515b8aa26f62df39fda623e40aa458e2717ad4c9
Fix missing try statement in setKnownIssue function in functional tests 
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
@@ -24,7 +24,7 @@
 ! CDDL HEADER END
 !
 !      Copyright 2007-2010 Sun Microsystems, Inc.
 !      Portions Copyright 2011 ForgeRock AS.
 !      Portions Copyright 2011-2012 ForgeRock AS.
 ! -->
<stax>
  <function name="checkRC">
@@ -189,6 +189,7 @@
        </script>
        <script>
          try:
            if issueId.__class__ is org.python.core.PyList:
                for issue in issueId:
                  if issue not in issuesList: