From ac85642b1635ae8632b1a70881f45ba518ab925b Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 27 Jul 2007 20:05:32 +0000
Subject: [PATCH] Removing a function call that was needed way back before global ACIs were implemented. This function call is no longer needed for the ACI test suites.
---
opends/tests/functional-tests/testcases/aci/aci_setup.xml | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_setup.xml b/opends/tests/functional-tests/testcases/aci/aci_setup.xml
index fa12860..4bf41e3 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_setup.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_setup.xml
@@ -115,23 +115,6 @@
'result' : STAXResult }
</call>
- <message>
- 'ACI: ACI Setup: Enabling ACI'
- </message>
-
- <call function="'modifyEntry'">
- { 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST ,
- 'dsInstancePort' : DIRECTORY_INSTANCE_PORT ,
- 'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
- 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
- 'entryToBeModified' : '%s/aci/aci_target/aci_handler.ldif' % logsRemoteDataDir }
- </call>
-
- <call function="'checkRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
-
</sequence>
<!--- End Block DS Load Data -->
</block>
--
Gitblit v1.10.0