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 28782 - Test of DeleteAction
Summary: Test of DeleteAction
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 27868
  Show dependency tree
 
Reported: 2002-11-15 17:05 UTC by Jaroslav Tulach
Modified: 2008-12-22 20:52 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2002-11-15 17:05:05 UTC
DeleteAction is a callback action that uses the
"delete" key to lookup the
action from ActionMap. This has to be tested. As
well as changes in the state of the Action in the
ActionMap.
Comment 1 Jaroslav Tulach 2002-11-15 18:08:36 UTC
subtask of issue 27868
Comment 2 Jaroslav Tulach 2002-12-10 07:34:12 UTC
src/org/openide/util/actions/CallbackSystemAction.java revision: 1.21.84.7
test/unit/src/org/openide/actions/AbstractCallbackActionTestHidden.java;
 revision: 1.1.2.1
test/unit/src/org/openide/actions/CopyActionTest.java revision: 1.1.2.1
test/unit/src/org/openide/actions/CutActionTest.java revision: 1.1.2.1
test/unit/src/org/openide/actions/DeleteActionTest.java revision: 1.1.2.1
test/unit/src/org/openide/actions/PasteActionTest.java revision: 1.1.2.3
test/unit/src/org/openide/util/actions/CallbackSystemActionTest.java 1.1.122.2