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

al_xipe
28.29.2007 11bc51ab0ec882cd8445dfe59b2bb9159a62e683
opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -113,6 +113,11 @@
        # this function return a well-formatted testcase name
        def getTestCaseName(name):
          return '%s: %s: %s' % (CurrentTestPath['group'],CurrentTestPath['suite'],name)
        # this functions adds a known issue to a testcase's known issues list
        issuesList=[]
        def knownIssue(issue):
          issuesList.append(issue)
        
        class functionToRun:
          def __init__(self, name):