add newline to end of output

This commit is contained in:
Jez Higgins 2010-01-12 22:31:16 +00:00
parent 8042da8594
commit a1ecf11eda

View file

@ -65,6 +65,6 @@ void XmlTestResult::print(std::ostream& stream)
stream << "</testcase>\n";
}
stream << "</testsuite>";
stream << "</testsuite>" << std::endl;
} // print