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

madiot
10.33.2009 67d01c52a0cdd67f50299ef252e2e780eaa30e53
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)