mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
trying again to get skipped tests picked up
This commit is contained in:
parent
2dba657073
commit
7eff8ad9d2
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue