From 1d8ee2f3ff2151c41561da8b20a78f700ecdcd98 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 22 May 2007 14:19:15 +0000
Subject: [PATCH] Adding functional test cases for Issue 87, Get Effective Rights support.  This is a partial commit with simple test cases. More complaex test cases will follow in a week or so.

---
 opends/tests/functional-tests/testcases/aci/aci.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci.xml b/opends/tests/functional-tests/testcases/aci/aci.xml
index af671b8..119fc3a 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -105,6 +105,10 @@
           <call function="'aci_proxy_auth'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+            file="'%s/testcases/aci/aci_effective_rights.xml' % (TESTS_DIR)"/>
+          <call function="'aci_effective_rights'" />
+  
+          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_teardown.xml' % (TESTS_DIR)"/>
           <call function="'aci_teardown'" />
   

--
Gitblit v1.10.0