From 6421fa68989df0d5e6b27e4a411ab746ab4fa965 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 17 Mar 2009 15:45:42 +0000
Subject: [PATCH] Move xsl files to "shared/xsl" folder
---
opends/tests/staf-tests/shared/functions/environment.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/environment.xml b/opends/tests/staf-tests/shared/functions/environment.xml
index 197e16e..a7a08b3 100755
--- a/opends/tests/staf-tests/shared/functions/environment.xml
+++ b/opends/tests/staf-tests/shared/functions/environment.xml
@@ -312,7 +312,7 @@
<script>
logs = test_env.logs(localDir)
- source = test_env.source(sourceDir)
+ source = test_env.source(sourceDir,TESTS_TYPE)
local = test_env.data(localDir)
remote = test_env.data(remoteDir)
</script>
--
Gitblit v1.10.0