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 28437 - QueueTool throws Excpetion
Summary: QueueTool throws Excpetion
Status: CLOSED WORKSFORME
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 10:18 UTC by pfelenda
Modified: 2011-02-17 09:34 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 pfelenda 2002-11-04 10:18:39 UTC
[Jemmy-MinorVersion: 5]

I'm using this code : 

....
new org.netbeans.jemmy.QueueTool().waitEmpty(100);
... 

- When I used this code and run my test in
NetBeans, there was
 apeeared exception
'junit.framework.AssertionFailedError: Wait event
queue staying empty for 100' in output window.

[netBeans build  200211010100]
Comment 1 Jiri Skrivanek 2002-11-06 07:37:11 UTC
It works for me, if I have only following line in main class.

new QueueTool().waitEmpty(100);

So, exception is probably caused by a different problem in your test
case. If you still see problems, please, attach you test case and
whole stack trace. Thanks.
Comment 2 pfelenda 2003-04-23 11:41:46 UTC
Verified in dev 20030423. It is not reproducible.