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 39221 - two NbKeymapTests failed
Summary: two NbKeymapTests failed
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
: 37860 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-26 13:32 UTC by pzajac
Modified: 2008-12-22 18:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (2.88 KB, text/plain)
2004-01-26 13:32 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-01-26 13:32:01 UTC
TestSuite:
org.netbeans.core.NbKeymapTest

TestCase:
testAcceleratorMapping
testAddActionForKeyStrokeMap

Message:
expected:<keyCode X-P> but was:<null>
Comment 1 pzajac 2004-01-26 13:32:29 UTC
Created attachment 13066 [details]
exception stacktrace
Comment 2 Jaroslav Tulach 2004-01-27 06:47:50 UTC
I'll do it.
Comment 3 Jaroslav Tulach 2004-01-27 06:56:20 UTC
#39221: Must be executed in AWT eq thread
http://www.netbeans.org/source/browse/core/test/unit/src/org/netbeans/core/NbKeymapTest.java.diff?r1=1.2&r2=1.3
Comment 4 Jaroslav Tulach 2004-01-27 06:58:14 UTC
*** Issue 37860 has been marked as a duplicate of this issue. ***
Comment 5 Jesse Glick 2004-01-27 18:48:39 UTC
Thanks; the patch looks fine to me.
Comment 6 pzajac 2004-02-25 11:04:55 UTC
verified. The tests passed.