Integrated: 8295774: Write a test to verify List sends ItemEvent/ActionEvent

ravi gupta duke at openjdk.org
Thu Nov 3 13:41:45 UTC 2022


On Fri, 28 Oct 2022 09:01:53 GMT, ravi gupta <duke at openjdk.org> wrote:

> This testcase verify that List Item selection via mouse/keys generates ItemEvent/ActionEvent appropriately.
> 
> a. Single click on the list generate ItemEvent and double click on item generates ActionEvent.
> b. UP/DOWN keys on the list generate ItemEvent and enter key on item generates ActionEvent.
> 
> Testing:
> Tested using Mach5(20 times per platform) in macos,linux and windows and got all pass.

This pull request has now been integrated.

Changeset: 2a79dfc1
Author:    ravi.ra.gupta <ravi.ra.gupta at oracle.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2a79dfc1f9c419e92aac99f92ef4e40a3471695b
Stats:     175 lines in 1 file changed: 175 ins; 0 del; 0 mod

8295774: Write a test to verify List sends ItemEvent/ActionEvent

Reviewed-by: serb, aivanov

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

PR: https://git.openjdk.org/jdk/pull/10899



More information about the client-libs-dev mailing list