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 62203 - JUnit Test Results window does not follow UI spec
Summary: JUnit Test Results window does not follow UI spec
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2005-08-12 09:28 UTC by Max Sauer
Modified: 2005-09-12 09:13 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 Max Sauer 2005-08-12 09:28:01 UTC
According to the UI spec, class node for classes where a test failed should be
expanded. This is not true in current build.

(Cite: If there was just one test class run and at least one of the test methods
failed or caused an error, the test class node is expanded so that the list of
test methods is displayed).

[nbdev200508111800, JDK 1.5.0_05, solaris 10 /sparc]
Comment 1 Marian Petras 2005-08-12 13:42:51 UTC
Confirmed, accepted.
Comment 2 Marian Petras 2005-09-08 15:04:58 UTC
Fixed in the trunk, together with bug #62780.

Modified file:
    junit/src/org/netbeans/modules/junit/output/ResultTreeView.java   (1.3)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultTreeView.java?r1=1.2&r2=1.3&diff_format=u
Comment 3 Max Sauer 2005-09-12 09:13:54 UTC
Verified in 200509112000.