History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: TESTNG-74
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Cedric Beust
Reporter: Josh Moore
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
TestNG

m_haltOnSkipped is hard-coded as "true" in TestNGAntTask

Created: 24/May/06 07:05 AM   Updated: 05/Aug/06 12:18 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment:
TestNG 4.7
Ant 1.6.5


 Description  « Hide
Currently m_haltOnSkipped is hard-coded as true on line 73 of org/testng/TestNGAntTask.java. This breaks all skipped support detailed on http://testng.org/doc/ant.html .

This was previously found here : http://forums.opensymphony.com/thread.jspa?messageID=57584



 All   Comments   Change History      Sort Order:
Cedric Beust - [25/May/06 01:12 PM ]
Nice catch, Josh! This is now fixed in CVS.

Alexandru Popescu - [05/Aug/06 12:18 PM ]
verified