From 29da9c9f6fd6cdcd8e5e9c1609b9045ab933ae8b 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.

---
 opends/tests/functional-tests/testcases/aci/aci.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci.xml b/opends/tests/functional-tests/testcases/aci/aci.xml
index 80322b6..eec1a83 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/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