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 62732 - LookupSensitiveAction failure
Summary: LookupSensitiveAction failure
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-08-21 10:29 UTC by Jaroslav Tulach
Modified: 2005-09-15 14:21 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 Jaroslav Tulach 2005-08-21 10:29:01 UTC
testListening:  
  
   
      junit.framework.AssertionFailedError: Refresh should be called once  
expected:<1> but was:<0>  
        at junit.framework.Assert.fail(Assert.java:47)  
        at junit.framework.Assert.failNotEquals(Assert.java:282)  
        at junit.framework.Assert.assertEquals(Assert.java:64)  
        at junit.framework.Assert.assertEquals(Assert.java:201)  
        at  
org.netbeans.modules.project.ui.actions.LookupSensitiveActionTest.testListening(LookupSensitiveActionTest.java:92)  
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
        at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)  
        at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  
        at java.lang.reflect.Method.invoke(Method.java:324)  
        at junit.framework.TestCase.runTest(TestCase.java:154)  
        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:135)  
        at junit.framework.TestResult$1.protect(TestResult.java:106)  
        at junit.framework.TestResult.runProtected(TestResult.java:124)  
        at junit.framework.TestResult.run(TestResult.java:109)  
        at junit.framework.TestCase.run(TestCase.java:118)  
        at org.netbeans.junit.NbTestCase.access$001(NbTestCase.java:33)  
        at org.netbeans.junit.NbTestCase$1.run(NbTestCase.java:105)  
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)  
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)  
        at  
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)  
        at  
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)  
        at  
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)  
        at  
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)  
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Jiri Rechtacek 2005-08-30 11:26:29 UTC
Caused by bugfix issue 61261.
Comment 2 Jiri Rechtacek 2005-09-15 14:21:13 UTC
Checking in
unit/src/org/netbeans/modules/project/ui/actions/LookupSensitiveActionTest.java;
/cvs/projects/projectui/test/unit/src/org/netbeans/modules/project/ui/actions/LookupSensitiveActionTest.java,v
 <--  LookupSensitiveActionTest.java
new revision: 1.4; previous revision: 1.3
done