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

madiot
10.33.2009 67d01c52a0cdd67f50299ef252e2e780eaa30e53
making the testcase knownIssue as int acceptable without breaking the report generation
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/tests/runTestJob.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -692,7 +692,7 @@
            tcissuesList=eval(tcissues)
            for attr in tcissuesList:
              issue = doc.createElement("issue")
              issue.setAttribute("id", attr)
              issue.setAttribute("id", "%s" % attr)
              issues.appendChild(issue)
            case.appendChild(issues)
          suite.appendChild(case)