RFR: 8339524: Clean up a few ExtendedRobot tests [v3]

Alisen Chung achung at openjdk.org
Fri Nov 15 14:12:51 UTC 2024


On Thu, 14 Nov 2024 20:55:48 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update tests
>
> test/jdk/java/awt/TrayIcon/ActionEventTest/ActionEventTest.java line 34:
> 
>> 32:  * @library /java/awt/patchlib
>> 33:  * @build java.desktop/java.awt.Helper
>> 34:  * @build ExtendedRobot SystemTrayIconHelper
> 
> SystemTrayIconHelper uses ExtendedRobot (robot.glide(), click()) so I think you might still need it for this test if this PR is being integrated before  https://github.com/openjdk/jdk/pull/22044

If the SystemTrayIconHelper itself is building ExtendedRobot do I still need to build ER on ActionEventTest?

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

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


More information about the client-libs-dev mailing list