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

Gary Williams
02.08.2012 0585d7853249164f91d0d1d2b5105d363a15fe75
Fix missing try statement in setKnownIssue function in functional tests 
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
@@ -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: