This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154214

Summary: Re-run Failed Tests action doesn't work right in some cases
Product: java Reporter: Martin Fousek <marfous>
Component: TestNGAssignee: Lukas Jungmann <jungi>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Fousek 2008-12-01 08:51:48 UTC
Product Version: NetBeans IDE 6.5 (Build 200811100001)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-21-generic running on i386; UTF-8; en_US (nb)

Observed:
Create some testNG test class and run it. Try re-run failed tests, its disabled (now it works right)
After write "assert false" into its test method and run it again. Then invoke re-run failed tests.
Erase the added "assert ..." and run the test class again. Try to re-run failed tests -> it's possible even if no test
failed.
Comment 1 David Strupl 2012-10-25 13:41:42 UTC
Bug prior to 7.0, not touched for the last 2 years --> P4.
Comment 2 David Strupl 2012-10-26 19:49:45 UTC
Is this still a valid problem? Please reopen if so.