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

Summary: two NbKeymapTests failed
Product: platform Reporter: pzajac <pzajac>
Component: -- Other --Assignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: exception stacktrace

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.