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 69755 - JUnit results window does not display results until all tests finish
Summary: JUnit results window does not display results until all tests finish
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-12-02 13:01 UTC by Marian Petras
Modified: 2006-01-13 08:44 UTC (History)
1 user (show)

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 Marian Petras 2005-12-02 13:01:58 UTC
The JUnit results window does not display any test results during the time the
tests run. Only when all tests finish, the results are displayed.
Comment 1 Marian Petras 2005-12-02 13:03:29 UTC
Will be fixed.
Comment 2 Marian Petras 2005-12-02 14:44:29 UTC
Fixed together with bug #63207 ("Tests with lots of logging hang IDE"),
in the trunk.

Added, removed and modified files:

    junit/src/org/netbeans/modules/junit/output:
                            ResultPanelTree.java   (1.5)
                            Manager.java   (1.6)
                            ResultDisplayHandler.java   (1.2)
                            XmlOutputParser.java   (1.6)
                            RootNode.java   (1.1 - new file)
                            TestsuiteNodeChildren.java   (1.1 - new file)
                            ReportNodeChildren.java   (deleted - last rev. 1.2)
                            Bundle.properties   (1.10)
                            ResultWindow.java   (1.9)
                            OutputUtils.java   (1.2)
                            JUnitAntLogger.java   (1.10)
                            TestcaseNodeChildren.java (deleted - last rev. 1.1)
                            RootNodeChildren.java   (1.1 - new file)
                            ResultPanelOutput.java   (1.4)
                            TestcaseNode.java   (deleted - last revision 1.1)
                            JUnitOutputReader.java   (1.11)
                            TestsuiteNode.java   (1.1 - new file)
                            ResultTreeView.java   (1.7)
                            Report.java   (1.9)
                            ReportNode.java   (deleted - last revision 1.4)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultPanelTree.java?r1=1.4&r2=1.5&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/Manager.java?r1=1.5&r2=1.6&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultDisplayHandler.java?r1=1.1&r2=1.2&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/XmlOutputParser.java?r1=1.5&r2=1.6&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/RootNode.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/TestsuiteNodeChildren.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/Bundle.properties?r1=1.9&r2=1.10&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultWindow.java?r1=1.8&r2=1.9&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/OutputUtils.java?r1=1.1&r2=1.2&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/JUnitAntLogger.java?r1=1.9&r2=1.10&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/RootNodeChildren.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultPanelOutput.java?r1=1.3&r2=1.4&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/JUnitOutputReader.java?r1=1.10&r2=1.11&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/TestsuiteNode.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/ResultTreeView.java?r1=1.6&r2=1.7&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/Report.java?r1=1.8&r2=1.9&diff_format=u
Comment 3 Max Sauer 2006-01-13 08:44:02 UTC
Verified in
[trunk 200601102030, 5.0rc1 200601101900]