| Issue 102: | Ant task not throwing buildexception with only one test run | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Run a single test with a failure or error 2. Set the haltonfailure/error props 3. Run it ... What is the expected output? BuildException w/detailed message What do you see instead? Build Successful This was only occurring if a single test or directory was used. Practicing w/Antunit helped to catch this one. Important. This is fixed in repo and will be in next build. Issue had to do with not calling helper.getTestResultSummary(); sooner in the code.
Mar 23, 2008
Project Member
#1
virtix
Status:
Fixed
|