From 67d01c52a0cdd67f50299ef252e2e780eaa30e53 Mon Sep 17 00:00:00 2001
From: madiot <madiot@localhost>
Date: Thu, 10 Sep 2009 15:33:44 +0000
Subject: [PATCH] making the testcase knownIssue as int acceptable without breaking the report generation
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/tests/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
index 0da5771..a8d22ff 100644
--- a/opends/tests/staf-tests/shared/tests/runTestJob.xml
+++ b/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)
--
Gitblit v1.10.0