projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
212b9cd
)
Remove line ending.
author
Brian Aker
<brian@tangent.org>
Sat, 1 Feb 2014 10:13:11 +0000
(11:13 +0100)
committer
Brian Aker
<brian@tangent.org>
Sat, 1 Feb 2014 10:13:11 +0000
(11:13 +0100)
libtest/formatter.cc
patch
|
blob
|
history
diff --git
a/libtest/formatter.cc
b/libtest/formatter.cc
index 198b9e7df75d63b1afd92a64dc69ee71f4850760..a45d9c4f376927b27e22539252efc4623f5c5cb0 100644
(file)
--- a/
libtest/formatter.cc
+++ b/
libtest/formatter.cc
@@
-219,8
+219,7
@@
void Formatter::xml(libtest::Framework& framework_, std::ofstream& output)
<< escape4XML((*case_iter)->name(), escaped_string)
<< " time=\""
<< (*case_iter)->timer().elapsed_milliseconds()
- << "\""
- << std::endl;
+ << "\"";
switch ((*case_iter)->result())
{