File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
javax/swing/text/JTextComponent/6361367 Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -781,7 +781,6 @@ javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
781
781
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all
782
782
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
783
783
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233562 macosx-all
784
- javax/swing/text/JTextComponent/6361367/bug6361367.java 8233569 macosx-all
785
784
javax/swing/JRootPane/4670486/bug4670486.java 8042381 macosx-all
786
785
javax/swing/JRadioButton/ButtonGroupFocus/ButtonGroupFocusTest.java 8233555 macosx-all
787
786
javax/swing/JRadioButton/8075609/bug8075609.java 8233555 macosx-all
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public JTextComponent call() throws Exception {
79
79
waitForFocus (textComponent );
80
80
Robot robot = new Robot ();
81
81
robot .setAutoWaitForIdle (true );
82
- robot .setAutoDelay (250 );
82
+ robot .setAutoDelay (100 );
83
83
robot .keyPress (KeyEvent .VK_END );
84
84
robot .keyRelease (KeyEvent .VK_END );
85
85
robot .keyPress (KeyEvent .VK_SHIFT );
You can’t perform that action at this time.
0 commit comments