mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Point to a useful reference on the XML output format.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@241856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user