RFR: 8306996: Open source Swing MenuItem related tests [v2]

Damon Nguyen dnguyen at openjdk.org
Mon May 8 16:26:17 UTC 2023


On Sat, 6 May 2023 00:31:37 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment update
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13822#discussion_r1187638323



More information about the client-libs-dev mailing list