RFR: 8333403: Write a test to check various components events are triggered properly [v5]
Ravi Gupta
rgupta at openjdk.org
Fri Jul 12 09:12:51 UTC 2024
On Fri, 5 Jul 2024 20:20:29 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8333403: Review comments fixed
>
> test/jdk/java/awt/event/ComponentEvent/ComponentEventTest.java line 164:
>
>> 162: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
>> 163:
>> 164: // Hide all components and check if the ComponentEvent is triggered
>
> Is it really what's going on here? Where do you hide all the components?
Here we performed testing for component events (resized, moved, hidden and shown) are triggered properly when components are enable/disabled.
I removed the commented line
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19521#discussion_r1675560055
More information about the client-libs-dev
mailing list