1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-27 19:35:43 +02:00

change root element of xml reporter to Catch

This commit is contained in:
Phil Nash 2011-04-12 07:39:45 +01:00
parent c8b279e76c
commit 0bc42c5659

@ -45,7 +45,7 @@ namespace Catch
()
{
m_xml = XmlWriter( m_config.stream() );
m_xml.startElement( "AllTests" );
m_xml.startElement( "Catch" );
}
///////////////////////////////////////////////////////////////////////////