From e1c8a524cf81af215762d8bae27d73361b5db4b3 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 13 Aug 2007 02:19:20 +0000
Subject: [PATCH] this commit includes some code refactoring but mainly code to support emma in the functional tests and the new XSL sheet for dynamic report drill down

---
 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 8c8ea59..ecf6e92 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -45,7 +45,7 @@
           <call function="'testGroup_Preamble'"/>
 			        											
    
-          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+<!--          <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/global_acis.xml' % (TESTS_DIR)"/>
           <call function="'global_acis'" />
   
@@ -112,7 +112,7 @@
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_effective_rights.xml' % (TESTS_DIR)"/>
           <call function="'aci_effective_rights'" />
-  
+  -->
           <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
             file="'%s/testcases/aci/aci_import.xml' % (TESTS_DIR)"/>
           <call function="'aci_import'" />

--
Gitblit v1.10.0