From b9606fb4630ab808b3a5207b5aef3702cc1dac33 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Thu, 31 May 2007 13:38:07 +0000
Subject: [PATCH] Adding functional test cases for support of ACI targetscope.
---
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 119fc3a..7c57c93 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -65,6 +65,10 @@
<call function="'aci_targattrfilter'" />
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+ file="'%s/testcases/aci/aci_targetscope.xml' % (TESTS_DIR)"/>
+ <call function="'aci_targetscope'" />
+
+ <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/testcases/aci/aci_delete_entry.xml' % (TESTS_DIR)"/>
<call function="'aci_delete_entry'" />
--
Gitblit v1.10.0