RFR: 8296275: Write a test to verify setAccelerator method of JMenuItem [v4]

Naveen Narayanan duke at openjdk.org
Fri Nov 18 19:21:55 UTC 2022


On Fri, 18 Nov 2022 15:16:54 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Naveen Narayanan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8296275: Review comments fixed.
>
> test/jdk/java/awt/Desktop/JMenuItemSetAcceleratorTest.java line 83:
> 
>> 81:                 System.out.println("Test skipped as Desktop is not supported.");
>> 82:                 return;
>> 83:             }
> 
> Desktop is not used at all, is it?

Right, removed the  Desktop check.

-------------

PR: https://git.openjdk.org/jdk/pull/11035



More information about the client-libs-dev mailing list