From 515b8aa26f62df39fda623e40aa458e2717ad4c9 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Fri, 02 Mar 2012 09:08:07 +0000
Subject: [PATCH] Fix missing try statement in setKnownIssue function in functional tests
---
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
index 6e20fc8..402fb48 100755
--- a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
+++ b/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:
--
Gitblit v1.10.0