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 - 'Some suites did not finish correctly' in openide unit tests
Summary: 'Some suites did not finish correctly' in openide unit tests
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-10-27 16:11 UTC by Milan Kubec
Modified: 2008-12-22 19:41 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 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.