diff --git a/catch_reporter_xml.hpp b/catch_reporter_xml.hpp index bd663daf..06639a15 100644 --- a/catch_reporter_xml.hpp +++ b/catch_reporter_xml.hpp @@ -45,7 +45,7 @@ namespace Catch () { m_xml = XmlWriter( m_config.stream() ); - m_xml.startElement( "AllTests" ); + m_xml.startElement( "Catch" ); } ///////////////////////////////////////////////////////////////////////////