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 38378 - Tests for Actions using iconBase
Summary: Tests for Actions using iconBase
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 32256
  Show dependency tree
 
Reported: 2004-01-05 08:55 UTC by Jaroslav Tulach
Modified: 2008-12-22 21:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed test class (4.53 KB, text/plain)
2004-01-07 12:28 UTC, David Strupl
Details
Image needed for testing (47 bytes, image/gif)
2004-01-07 12:29 UTC, David Strupl
Details
Image for testing (47 bytes, image/gif)
2004-01-07 12:29 UTC, David Strupl
Details
Image for testing (47 bytes, image/gif)
2004-01-07 12:30 UTC, David Strupl
Details
Image for testing (47 bytes, image/gif)
2004-01-07 12:30 UTC, David Strupl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2004-01-05 08:55:39 UTC
As a result of review of issue 32256 I believe
that you shall not commit this change until the
desired behaviour is tested. The tests should
include simple case of plain javax.swing.Action
and especially interraction with
SystemAction.iconResource for purpose of
compatibility.
Comment 1 _ ttran 2004-01-06 08:13:19 UTC
issue 32256 is waiting for integration, so this one should be a TASK
not DEFECT
Comment 2 David Strupl 2004-01-07 12:26:45 UTC
According to 
http://openide.netbeans.org/tutorial/review-steps.html
it should be defect. Don't worry - I will try to close it today ;-)
I am attaching the required test class + couple of image files.
Comment 3 David Strupl 2004-01-07 12:28:11 UTC
Created attachment 12739 [details]
Proposed test class
Comment 4 David Strupl 2004-01-07 12:29:02 UTC
Created attachment 12740 [details]
Image needed for testing
Comment 5 David Strupl 2004-01-07 12:29:30 UTC
Created attachment 12741 [details]
Image for testing
Comment 6 David Strupl 2004-01-07 12:30:02 UTC
Created attachment 12742 [details]
Image for testing
Comment 7 David Strupl 2004-01-07 12:30:34 UTC
Created attachment 12743 [details]
Image for testing
Comment 8 David Strupl 2004-01-07 12:31:31 UTC
I beleive that with the proposed test class this issue can be marked
as fixed.
Comment 9 Jaroslav Tulach 2004-01-07 13:17:26 UTC
Looks fine.