From c729b1d84c1aeda63b4196480db7fe39a06c895f 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.
---
opends/tests/shared/functions/environment.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/environment.xml b/opends/tests/shared/functions/environment.xml
similarity index 99%
rename from opends/tests/functional-tests/shared/functions/environment.xml
rename to opends/tests/shared/functions/environment.xml
index b45fb63..e30d118 100755
--- a/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/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