RFR: JDK-8315731: Open source several Swing Text related tests [v2]
Harshitha Onkar
honkar at openjdk.org
Wed Sep 13 22:48:38 UTC 2023
On Wed, 13 Sep 2023 09:22:27 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - delay changes
>> - minor review change
>
> test/jdk/javax/swing/text/DefaultCaret/bug4197894.java line 53:
>
>> 51: try {
>> 52: Robot robot = new Robot();
>> 53: robot.setAutoDelay(100);
>
> This delay might be redundant? Any specific reason for this delay?
I added it because of following robot's keypress and release events. I have reduced the delay to 50ms.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15693#discussion_r1325145837
More information about the client-libs-dev
mailing list