projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efdbde9
)
Point to a useful reference on the XML output format.
author
Russell Bryant
<russell@russellbryant.com>
Thu, 21 Jan 2010 14:10:51 +0000
(14:10 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 21 Jan 2010 14:10:51 +0000
(14:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@241856
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/test.c
patch
|
blob
|
history
diff --git
a/main/test.c
b/main/test.c
index
bce3780
..
6bc9837
100644
(file)
--- a/
main/test.c
+++ b/
main/test.c
@@
-370,6
+370,9
@@
static int test_generate_results(const char *name, const char *category, const c
AST_LIST_LOCK(&tests);
/* xml header information */
if (f_xml) {
+ /*
+ * http://confluence.atlassian.com/display/BAMBOO/JUnit+parsing+in+Bamboo
+ */
fprintf(f_xml, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
fprintf(f_xml, "<testsuite errors=\"0\" time=\"%d.%d\" tests=\"%d\" "
"name=\"AsteriskUnitTests\">\n",