On Tue, 12 Sep 2023 21:32:58 GMT, Harshitha Onkar <[email protected]> wrote:

> Open sourcing the following tests -
> 
> 1. javax/swing/text/CompositeView/4398059/bug4398059.java
> 2. javax/swing/text/DefaultCaret/4197894/bug4197894.java
> 3. javax/swing/text/DefaultCaret/4203175/bug4203175.java
> 4. javax/swing/text/DefaultEditorKit/4265242/bug4265242.java
> 5. javax/swing/text/DefaultStyledDocument/4472852/bug4472852.java

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?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15693#discussion_r1324232948

Reply via email to