mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
17.45.2009 5861e9b0985ca78c29e82e0875aaf7a466fee1d9
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