On Mon, 21 Apr 2025 14:50:07 GMT, Tejesh R <t...@openjdk.org> wrote: >> Open source these AWT Menu tests: >> >> java/awt/Menu/MenuVisibilityTest/MenuVisibilityTest.java >> java/awt/Menu/MenuActionEventTest/MenuActionEventTest.java >> java/awt/Menu/RmInHideTest/RmInHideTest.java >> java/awt/Menu/SetShortCutTest/SetShortCutTest.java > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > Update PL
test/jdk/java/awt/Menu/SetShortCutTest.java line 115: > 113: //Click on the "Stuff" menu to remove the "first" menu item > 114: else if (event.getSource() == item2) { > 115: //If the item has not been removed from the menu,then > remove "First" from the "File" menu please split long line to 80 chars ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24649#discussion_r2052964200