diff --git a/catch_reporter_xml.hpp b/catch_reporter_xml.hpp index 7eb62455..bd663daf 100644 --- a/catch_reporter_xml.hpp +++ b/catch_reporter_xml.hpp @@ -58,6 +58,7 @@ namespace Catch m_xml.scopedElement( "OverallResults" ) .writeAttribute( "successes", succeeded ) .writeAttribute( "failures", failed ); + m_xml.endElement(); } ///////////////////////////////////////////////////////////////////////////