From 5861e9b0985ca78c29e82e0875aaf7a466fee1d9 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

---
 opendj-sdk/opends/tests/staf-tests/shared/python/common.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/shared/python/common.py b/opendj-sdk/opends/tests/staf-tests/shared/python/common.py
index 5fd0ff0..84ed7a1 100644
--- a/opendj-sdk/opends/tests/staf-tests/shared/python/common.py
+++ b/opendj-sdk/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