aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-21 14:10:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-21 14:10:51 +0000
commitf51fb43c4da3ab66c75d8703716cb9bbf7312f2e (patch)
treefea5df492ac17f92eaab3f10434c25f35395b9a0 /main
parent39123aed2f4692f29e916502802ebd9bd0a86e56 (diff)
Point to a useful reference on the XML output format.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@241856 f38db490-d61c-443f-a65b-d21fe96a405b
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",