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 50916

Summary: 'Some suites did not finish correctly' in openide unit tests
Product: platform Reporter: Milan Kubec <mkubec>
Component: -- Other --Assignee: Petr Nejedly <pnejedly>
Status: CLOSED FIXED    
Severity: blocker CC: jtulach
Priority: P3 Keywords: TEST
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Milan Kubec 2004-10-27 16:11:48 UTC
org.openide.explorer.view.TreeView48993Test
finished with message:
Unexpected Failure:
    Suite is not finished
Status unknown

Please fix the test of exclude the test from
stable unit config.
Comment 1 Jaroslav Tulach 2004-10-27 20:21:30 UTC
Let's just add wait (timeout) to the test, so it finishes always. The
original problem will still be tested (in the cases the timeout works).
Comment 2 Petr Nejedly 2004-10-29 11:28:58 UTC
Was not hanging for me some, but added the timeout anyway.
openide/test/unit/src/org/openide/explorer/view/TreeView48993Test.java,v1.3
Comment 3 Milan Kubec 2004-11-09 13:15:19 UTC
Verified on trunk.