|
[
Permlink
| « Hide
]
Lee Butts added a comment - 10/Jul/08 06:46 AM
Patch applied (with a minor modification to support packages). Thanks Glenn!
This only works for failures but not for errors. The fix is simple though:
def failedTests = xmlParser.testsuite.findAll { it.'@failures' =~ /.*[1-9].*/ || it.'@errors' =~ /.*[1-9].*/} |
|||||||||||||||||||||||||||||||||||||||||||||||||