From 0327bfa3e3eccfdbae3ada5dc2305493e1ccba27 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Thu, 30 Aug 2007 20:35:30 +0000
Subject: [PATCH] Fixed a situation where dsconfigSet was not setting the tcstatus to either fail or pass. The result was that some functional test cases were inconclusive.
---
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
index f6c8bc5..2fba3a9 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
@@ -189,6 +189,13 @@
STAXCode=RC
STAXReason=STAXResult
</script>
+ <if expr="expectedRC != 'noCheck'">
+ <call function="'checktestRC'">
+ { 'returncode' : STAXCode ,
+ 'result' : STAXReason ,
+ 'expected' : expectedRC }
+ </call>
+ </if>
<return>
STAXReason
</return>
--
Gitblit v1.10.0