trying again to get skipped tests picked up

This commit is contained in:
Jez Higgins 2010-01-13 15:22:45 +00:00
parent 2dba657073
commit 7eff8ad9d2

View file

@ -77,8 +77,7 @@ void XmlTestResult::print(std::ostream& stream)
printException(stream, "failure", r->e_);
break;
case SKIP:
printException(stream, "skip", r->e_);
printException(stream, "did_not_run", r->e_);
printException(stream, "skipped", r->e_);
break;
}
stream << "</testcase>\n";