mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Remove an extra space.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -373,7 +373,7 @@ static int test_generate_results(const char *name, const char *category, const c
|
|||||||
/*
|
/*
|
||||||
* http://confluence.atlassian.com/display/BAMBOO/JUnit+parsing+in+Bamboo
|
* http://confluence.atlassian.com/display/BAMBOO/JUnit+parsing+in+Bamboo
|
||||||
*/
|
*/
|
||||||
fprintf(f_xml, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
|
fprintf(f_xml, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
|
||||||
fprintf(f_xml, "<testsuite errors=\"0\" time=\"%d.%d\" tests=\"%d\" "
|
fprintf(f_xml, "<testsuite errors=\"0\" time=\"%d.%d\" tests=\"%d\" "
|
||||||
"name=\"AsteriskUnitTests\">\n",
|
"name=\"AsteriskUnitTests\">\n",
|
||||||
last_results.total_time / 1000, last_results.total_time % 1000,
|
last_results.total_time / 1000, last_results.total_time % 1000,
|
||||||
|
Reference in New Issue
Block a user