Test output xml does not validate. #372

Removed the parent attribute.
This commit is contained in:
Alex Lin 2017-01-09 09:46:21 -06:00
parent c3b5da975a
commit 0197df7103

View File

@ -136,7 +136,7 @@ int Trick::UnitTest::write_output() {
out << "\" time=\"0\" classname=\"" << it->first << "\"" ;
// parent stuff goes here
out << " parent=\"" << curr_case->parent << "\"" ;
//out << " parent=\"" << curr_case->parent << "\"" ;
if ( curr_case->failure_string.compare("") ) {
out << " >" << std::endl ;