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 29929

Summary: Actions unit tests do not compile
Product: platform Reporter: Jesse Glick <jglick>
Component: ActionsAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: pzavadsky
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 27868    
Attachments: Proposed patch, please check

Description Jesse Glick 2003-01-10 01:57:23 UTC
The unit tests for actions were apparently not
updated before the merge to match the most
up-to-date API. They needed several fixes to
compile to run successfully.
Comment 1 Jesse Glick 2003-01-10 07:44:34 UTC
Created attachment 8516 [details]
Proposed patch, please check
Comment 2 Jesse Glick 2003-01-10 08:07:05 UTC
committed   * Up-To-Date  1.3        
openide/test/unit/src/org/openide/actions/AbstractCallbackActionTestHidden.java
committed   * Up-To-Date  1.3        
openide/test/unit/src/org/openide/explorer/ExplorerPanelTest.java
committed   * Up-To-Date  1.3        
openide/test/unit/src/org/openide/util/UtilitiesActionsTest.java
committed   * Up-To-Date  1.3        
openide/test/unit/src/org/openide/util/actions/CallbackSystemActionTest.java
committed   * Up-To-Date  1.6        
openide/test/unit/src/org/openide/util/actions/NodeActionTest.java
Comment 3 Marian Mirilovic 2003-01-15 12:50:40 UTC
closed