From 57c2483dab0e8516a0af763bd45dd5c6db63f4c3 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 26 Oct 2007 18:19:00 +0000
Subject: [PATCH] Moved the functional-test shared/functions, shared/python, and shared/java directories to tests directory level. The new location plus the modifications make up the merged libraries for the functional tests and the yet-to-be committed stress tests.

---
 opendj-sdk/opends/tests/shared/functions/environment.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml b/opendj-sdk/opends/tests/shared/functions/environment.xml
similarity index 99%
rename from opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml
rename to opendj-sdk/opends/tests/shared/functions/environment.xml
index b45fb63..e30d118 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/opendj-sdk/opends/tests/shared/functions/environment.xml
@@ -97,7 +97,7 @@
 
       <!-- Load in the local shared python objects from libraries -->
       <script>
-        sys.path.append("%s/python" % TESTS_SHARED_DIR )
+        sys.path.append("%s/shared/python" % TESTS_ROOT )
         from common import *
         from security import *
         from replication import *

--
Gitblit v1.10.0