forked from catchorg/Catch2
change root element of xml reporter to Catch
This commit is contained in:
@@ -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" );
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user