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 170955 - JUnit window is not minimized, and pops up if closed
Summary: JUnit window is not minimized, and pops up if closed
Status: RESOLVED DUPLICATE of bug 118772
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 19:21 UTC by vieiro
Modified: 2009-08-27 09:53 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 vieiro 2009-08-26 19:21:37 UTC
Product Version: NetBeans IDE 6.7 (Build 200906241340)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: SunOS version 5.11 running on x86; UTF-8; es_ES (nb)
Userdir: /export/home/antonio/.netbeans/6.7

To reproduce:

1.- Run JUnit tests. The JUnit window pops up.
2.- Minimize the JUnit window.
3.- Run JUnit tests.
4.- The JUnit window pops up (even though I minimized it in step 2).

Alternative:

1.- Run JUnit tests. The JUnit window pops up.
2.- Close the JUnit window.
3.- Run JUnit tests.
4.- The JUnit window pops up (even though I closed it in step 2).


The result of this behaviour is that the JUnit window is "stubborn" and keeps on poping up even though the user is
telling it to be minimized or closed.
Comment 1 pribyl 2009-08-27 09:24:53 UTC
Hello. Thanks for the report.

This behavior is intended. I am afraid I cannot think of some reason why to run a test without being able to see the
result. Can you please provide some use case, where this behavior of Test Result window is inappropriate?

Thanks a lot.

(Meanwhile lowering the priority to P5 - Minor annoyance)
Comment 2 pribyl 2009-08-27 09:31:24 UTC
OK, I can see now. You prefer watching test results in the Output window and be able to disable the Result window at all.

Still not a P3 imho.
Comment 3 pribyl 2009-08-27 09:53:52 UTC
As I see it, it's rather a request for enhancement - to be able to disable Test Result window completely.
The described scenarios are not Defect, because it is as designed now - closing the Result window does not disable it
permanently.

I can see you have already filled another Enhancement for this, so I am marking this as a duplicate of it, so we can
track it at once. I would recommend gathering some support for this (for example at the "nbusers" mailing forum) and get
some votes for the enhancement. There will be greater chance that this will be changed.

Thanks

*** This issue has been marked as a duplicate of 118772 ***