From 56f5de36b78b35a3401a0fa7eb772ef8ad833a35 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Tue, 22 May 2007 14:15:28 +0000
Subject: [PATCH] Adding functional test cases for Issue 1489. ACI Proxy Rights Support.

---
 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 bd199f2..af671b8 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -101,6 +101,10 @@
           <call function="'aci_bindtypes'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+            file="'%s/testcases/aci/aci_proxy_auth.xml' % (TESTS_DIR)"/>
+          <call function="'aci_proxy_auth'" />
+  
+          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_teardown.xml' % (TESTS_DIR)"/>
           <call function="'aci_teardown'" />
   

--
Gitblit v1.10.0