From a9be20240728c7e63adc3c734109be9004f0fcae Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 17 Apr 2007 18:20:11 +0000
Subject: [PATCH] Adding functional test cases for ACI support for the compare operation, Issue 441.

---
 opends/tests/functional-tests/shared/functions/ldap.xml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/ldap.xml b/opends/tests/functional-tests/shared/functions/ldap.xml
index 77b28ca..050f19b 100755
--- a/opends/tests/functional-tests/shared/functions/ldap.xml
+++ b/opends/tests/functional-tests/shared/functions/ldap.xml
@@ -749,11 +749,18 @@
         <returnstdout/>
       </process>
       
+      <script>
+        SearchRC=RC
+        SearchResult=STAXResult
+      </script>
+      
       <call function="'checkRC'">
-        { 'returncode' : RC ,
-          'result'     : STAXResult }
+        { 'returncode' : SearchRC ,
+          'result'     : SearchResult }
       </call>
           
+      <return>SearchResult</return>
+
     </sequence>
     
   </function>

--
Gitblit v1.10.0