mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 09:15:29 +00:00
@ -136,7 +136,7 @@ int Trick::UnitTest::write_output() {
|
|||||||
out << "\" time=\"0\" classname=\"" << it->first << "\"" ;
|
out << "\" time=\"0\" classname=\"" << it->first << "\"" ;
|
||||||
|
|
||||||
// parent stuff goes here
|
// parent stuff goes here
|
||||||
out << " parent=\"" << curr_case->parent << "\"" ;
|
//out << " parent=\"" << curr_case->parent << "\"" ;
|
||||||
|
|
||||||
if ( curr_case->failure_string.compare("") ) {
|
if ( curr_case->failure_string.compare("") ) {
|
||||||
out << " >" << std::endl ;
|
out << " >" << std::endl ;
|
||||||
|
Reference in New Issue
Block a user