change root element of xml reporter to Catch

This commit is contained in:
Phil Nash 2011-04-12 07:38:23 +01:00
parent 0f2e5d65b7
commit c8b279e76c
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ namespace Catch
m_xml.scopedElement( "OverallResults" )
.writeAttribute( "successes", succeeded )
.writeAttribute( "failures", failed );
m_xml.endElement();
}
///////////////////////////////////////////////////////////////////////////