mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
change root element of xml reporter to Catch
This commit is contained in:
parent
c8b279e76c
commit
0bc42c5659
@ -45,7 +45,7 @@ namespace Catch
|
|||||||
()
|
()
|
||||||
{
|
{
|
||||||
m_xml = XmlWriter( m_config.stream() );
|
m_xml = XmlWriter( m_config.stream() );
|
||||||
m_xml.startElement( "AllTests" );
|
m_xml.startElement( "Catch" );
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user