Ticket #100 (closed defect: fixed)
TestNG haltOnSkipped is broken
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-M2 |
| Component: | Deployment | Version: | 3.0-M1 |
| Keywords: | iteration2,testing | Cc: |
Description
For some unexplained (and possibly unexplainable) reason, the testng ant task has this for the haltOnSkipped setter:
public void setHaltOnSkipped(boolean value)
{
m_haltOnSkipped = true;
}
Ha! Therefore, currently all builds run without "quick" will fail with the error, "There are SKIPPED tests". This is a problem. Several possible solutions:
- (Short-term) Use java omero quick build when you want all artifacts.
- Simply get all the tests to pass (working on this anyway).
- Get TestNG to fix this. (working on that, too).
Change History
Note: See
TracTickets for help on using
tickets.
