aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/test.c b/main/test.c
index bce378014..6bc9837e7 100644
--- 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",