From d0bf237c181e760eb3738d4ecb982e8d6318c5f2 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 23 Apr 2007 15:08:03 +0000
Subject: [PATCH] Adding functional tests that contain multiple ACIs and different levels in the test tree.

---
 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 cfea056..60536a9 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_compare_tests'" />
   
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+            file="'%s/testcases/aci/multiple_aci_tests.xml' % (TESTS_DIR)"/>
+          <call function="'multiple_aci_tests'" />
+  
+          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_teardown.xml' % (TESTS_DIR)"/>
           <call function="'aci_teardown'" />
   

--
Gitblit v1.10.0