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

2022-11-28 Thread Naveen Narayanan
On Fri, 18 Nov 2022 21:13:29 GMT, Alexey Ivanov wrote: >> Naveen Narayanan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8296275: Review comments fixed. > > Since the test has nothing to do with `Desktop` class it should be moved to

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

2022-11-18 Thread Alexey Ivanov
On Fri, 18 Nov 2022 19:21:52 GMT, Naveen Narayanan wrote: >> This testcase will >> 1) Verify setAccelerator method of JMenuitem. >> 2) Check that the selection of a menu item in the menu bar will generate >> action by a key combination of META+M. >> >> Testing: >> Tested using Mach5(20 times

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

2022-11-18 Thread Naveen Narayanan
> This testcase will > 1) Verify setAccelerator method of JMenuitem. > 2) Check that the selection of a menu item in the menu bar will generate > action by a key combination of META+M. > > Testing: > Tested using Mach5(20 times per platform) in Mac OS, Linux and Windows and > got all pass.