Skip to content
Snippets Groups Projects
Commit 2191c943 authored by Russell Bryant's avatar Russell Bryant
Browse files

Remove an extra space.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a1ac799b
Branches
Tags
No related merge requests found
...@@ -373,7 +373,7 @@ static int test_generate_results(const char *name, const char *category, const c ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment