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 - Actions unit tests do not compile
Summary: Actions unit tests do not compile
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 27868
  Show dependency tree
 
Reported: 2003-01-10 01:57 UTC by Jesse Glick
Modified: 2008-12-22 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch, please check (9.39 KB, patch)
2003-01-10 07:44 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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