Closed GoogleCodeExporter closed 9 years ago
Original comment by pekka.klarck
on 13 Feb 2014 at 6:05
Pass Execution
in suite teardown causes tests to be reported failed on consoleThis issue was updated by revision 874a1e732c8b.
The problem was that PassExecution exception was not handled correctly in suite
teardowns. Status written to the XML output was correct, and thus logs/reports
generated based on them were correct too. Statistics collected at runtime and
shown on console were wrong. You would also see the problem if you executed
tests programmatically. The received Result object could contain incorrect test
statuses.
Pass Execution was already tested in suite teardown but this bug slipped
through because the tests only verified statuses based on the XML output. Added
test to verify statitics on the console too.
Original comment by pekka.klarck
on 13 Feb 2014 at 6:12
Original issue reported on code.google.com by
laur...@bristiel.com
on 12 Feb 2014 at 5:27