From 110fd326de2cc11b789342f31e54d6716d74202f Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 23 Jul 2007 14:28:31 +0000
Subject: [PATCH] In preparation for the refactoring of the Security test suites to use dsconfig, the attached changes are made to the functional test library functions.

---
 opends/tests/functional-tests/shared/functions/environment.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/functional-tests/shared/functions/environment.xml
index 155ead2..dfd3355 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opends/tests/functional-tests/shared/functions/environment.xml
@@ -51,12 +51,15 @@
         file="'%s/dsadm.xml' % (TESTS_FUNCTIONS_DIR)" />
 
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+        file="'%s/dsconfig.xml' % (TESTS_FUNCTIONS_DIR)" />
+
+      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
         file="'%s/ldap.xml' % (TESTS_FUNCTIONS_DIR)" />
 
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
         file="'%s/security.xml' % (TESTS_FUNCTIONS_DIR)" />
 		
-	  <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
+      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
         file="'%s/topology.xml' % (TESTS_FUNCTIONS_DIR)" />
         
       <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"

--
Gitblit v1.10.0