From 9cc7349a9a9dbe0ed9f4d0463365a4d9c27097f2 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 02 May 2007 20:28:57 +0000
Subject: [PATCH] Added a few more ACI functional test cases to round out the userdn usage and functionality.

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

diff --git a/opends/tests/functional-tests/shared/functions/ldap.xml b/opends/tests/functional-tests/shared/functions/ldap.xml
index 9218d15..c3c8c45 100755
--- a/opends/tests/functional-tests/shared/functions/ldap.xml
+++ b/opends/tests/functional-tests/shared/functions/ldap.xml
@@ -529,6 +529,18 @@
         <stderr mode="'stdout'"/>
         <returnstdout/>
       </process>
+      <script>
+        SearchRC=RC
+        SearchResult=STAXResult
+      </script>
+      
+      <call function="'checkRC'">
+        { 'returncode' : SearchRC ,
+          'result'     : SearchResult }
+      </call>
+          
+      <return>SearchResult</return>
+
     </sequence>
   </function>
   

--
Gitblit v1.10.0