RFR: 8306996: Open source Swing MenuItem related tests [v2]
Harshitha Onkar
honkar at openjdk.org
Wed May 10 20:57:45 UTC 2023
On Mon, 8 May 2023 16:23:09 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> test/jdk/javax/swing/JMenuItem/bug4839464.java line 220:
>>
>>> 218: // Check mnemonics
>>> 219: int tmpInt = item.getMnemonic();
>>> 220: robo.clickMouseOn(changeMnemonicButton);
>>
>> @DamonGuy Util's JRobot is used here.
>
> Which part is a Util method? I see a JRobot method. Or is Util and JRobot linked somehow? My understanding is that they're separate since they're separate in regtesthelpers.
@DamonGuy 'clickMouseOn()'. Earlier this test had a AWT Robot and JRobot. It has been changed recently to use AWT Robot only.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13822#discussion_r1190385701
More information about the client-libs-dev
mailing list