From f8392be2f6c29d74c3e529d1cee4b415bd032e72 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 22 Oct 2007 19:18:23 +0000
Subject: [PATCH] Adding functional tests for targetcontrol ACIs, Issue 452.
---
opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml | 4 ++++
1 files changed, 4 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 eec1a83..0bd201b 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -66,6 +66,10 @@
<call function="'aci_targetscope'" />
<import machine="STAF_LOCAL_HOSTNAME"
+ file="'%s/testcases/aci/aci_targetcontrol.xml' % (TESTS_DIR)"/>
+ <call function="'aci_targetcontrol'" />
+
+ <import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/aci/aci_delete_entry.xml' % (TESTS_DIR)"/>
<call function="'aci_delete_entry'" />
--
Gitblit v1.10.0