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/python/common.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/staf-tests/shared/python/common.py b/opends/tests/staf-tests/shared/python/common.py
index 5fd0ff0..84ed7a1 100644
--- a/opends/tests/staf-tests/shared/python/common.py
+++ b/opends/tests/staf-tests/shared/python/common.py
@@ -476,9 +476,9 @@
class source:
'Container to hold source data instance objects'
- def __init__(self,dir):
+ def __init__(self,dir,tests_type):
self.directory=dir
- self.data='%s/functional-tests/shared/data' % dir
+ self.data='%s/%s/shared/data' % (dir,tests_type)
self.common='%s/shared' % dir
self.java='%s/java' % self.common
--
Gitblit v1.10.0