From f54ea5ceea506067959fe032d1b11e121acdb4cf 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.

---
 opends/tests/functional-tests/shared/functions/dsconfig.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/dsconfig.xml b/opends/tests/functional-tests/shared/functions/dsconfig.xml
index f6c8bc5..2fba3a9 100755
--- a/opends/tests/functional-tests/shared/functions/dsconfig.xml
+++ b/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