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 186275 - Output window can't handle parametrized failures in some cases.
Summary: Output window can't handle parametrized failures in some cases.
Status: RESOLVED DUPLICATE of bug 186277
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 06:46 UTC by Alexei Mokeev
Modified: 2010-05-18 07:27 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 Alexei Mokeev 2010-05-18 06:46:04 UTC
If your tests are parametrized and some of them are failing, then test results  window works OK only when you execute test file directly. If you start execution by "Test" menu on the project then nothing shown.

Steps: 
1. Get the project from http://netbeans.org/bugzilla/show_bug.cgi?id=186274
2. Invoke Test on the project node

Output window disappears at the end of tests execution.
Comment 1 Alexei Mokeev 2010-05-18 07:27:46 UTC
It's happened to be more generic. Seems that in 6.9 output tab is shown in case of _any_ failures.

*** This bug has been marked as a duplicate of bug 186277 ***