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 28781

Summary: Test of CutAction
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ActionsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 27868    

Description Jaroslav Tulach 2002-11-15 17:03:40 UTC
CutAction is a callback action that uses the
DefaultEditorKit.cutAction 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:35 UTC
subtask of issue 27868
Comment 2 Jaroslav Tulach 2002-12-10 07:34:11 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