From 0585d7853249164f91d0d1d2b5105d363a15fe75 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
---
opends/tests/staf-tests/shared/functions/utils.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/utils.xml b/opends/tests/staf-tests/shared/functions/utils.xml
index 6e20fc8..402fb48 100755
--- a/opends/tests/staf-tests/shared/functions/utils.xml
+++ b/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