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
1 changed files with 1 additions and 1 deletions

View File

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