From 18ed63df8accf9bee6cf6f04f676c6eb4484620f Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 22 Aug 2007 17:02:14 +0000
Subject: [PATCH] Commenting out the aci import functional tests.
---
opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml | 4 ++--
1 files changed, 2 insertions(+), 2 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 80322b6..eec1a83 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -108,11 +108,11 @@
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/aci/aci_effective_rights.xml' % (TESTS_DIR)"/>
<call function="'aci_effective_rights'" />
-
+ <!--
<import machine="STAF_LOCAL_HOSTNAME"
file="'%s/testcases/aci/aci_import.xml' % (TESTS_DIR)"/>
<call function="'aci_import'" />
-
+ -->
<call function="'testGroup_Postamble'"/>
</sequence>
</block>
--
Gitblit v1.10.0