From 1f77ff8ecb410b1a546c4ec91caaba060f6cf480 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 11 May 2007 16:11:43 +0000
Subject: [PATCH] Adding functional tests for default global ACIs (Issue 1402), ACI groupdn support (Issue 454), and ACI userattr support (Issue 455).

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

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
index 0eaf422..2c812cd 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -69,6 +69,10 @@
           <call function="'aci_setup'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+            file="'%s/testcases/aci/global_acis.xml' % (TESTS_DIR)"/>
+          <call function="'global_acis'" />
+  
+          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_target.xml' % (TESTS_DIR)"/>
           <call function="'aci_target'" />
   
@@ -117,6 +121,10 @@
           <call function="'aci_rdn_wildcards'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+            file="'%s/testcases/aci/aci_bindtypes.xml' % (TESTS_DIR)"/>
+          <call function="'aci_bindtypes'" />
+  
+          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_teardown.xml' % (TESTS_DIR)"/>
           <call function="'aci_teardown'" />
   

--
Gitblit v1.10.0