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

Summary: JUnit Test Results window does not follow UI spec
Product: java Reporter: Max Sauer <msauer>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX, UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.