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 - Re-run Failed Tests action doesn't work right in some cases
Summary: Re-run Failed Tests action doesn't work right in some cases
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 08:51 UTC by Martin Fousek
Modified: 2012-10-26 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.