RFR: 8339524: Clean up ExtendedRobot tests

Tejesh R tr at openjdk.org
Thu Sep 5 15:14:21 UTC 2024


On Wed, 4 Sep 2024 03:34:34 GMT, Alisen Chung <achung at openjdk.org> wrote:

> Cleaning up tests building ExtendedRobot that shouldn't be.

test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotEnhancedKeyTest.java line 158:

> 156: 
> 157:     public void doTest() throws Exception {
> 158:         robot = new ExtendedRobot();

`robot.click()` at line 161 is from ExtendedRobot class. Can u reconfirm that ExtendedRobot is not required here and other classes?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20846#discussion_r1743170960


More information about the client-libs-dev mailing list