File tree 2 files changed +3
-1
lines changed
javax/swing/JRadioButton/FocusTraversal
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -851,7 +851,6 @@ javax/swing/JEditorPane/6917744/bug6917744.java 8213124 macosx-all
851
851
javax/swing/JTable/6263446/bug6263446.java 8169959 macosx-all
852
852
javax/swing/JTree/6263446/bug6263446.java 8213125 macosx-all
853
853
javax/swing/JTree/8003400/Test8003400.java 8197560 macosx-all,linux-all
854
- javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 8221902 linux-all,macosx-all
855
854
javax/swing/ToolTipManager/Test6256140.java 8233560 macosx-all
856
855
javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
857
856
javax/swing/text/StyledEditorKit/4506788/bug4506788.java 8233561 macosx-all
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ public void run() {
134
134
private static void runTestCase () throws Exception {
135
135
focusOn (a );
136
136
137
+ robot .waitForIdle ();
138
+ robot .delay (500 );
137
139
robot .keyPress (KeyEvent .VK_ENTER );
138
140
robot .keyRelease (KeyEvent .VK_ENTER );
139
141
robot .waitForIdle ();
@@ -189,6 +191,7 @@ private static boolean tryLookAndFeel(String lookAndFeelString)
189
191
| IllegalAccessException e ) {
190
192
return false ;
191
193
}
194
+ System .out .println ("Testing lookAndFeel " + lookAndFeelString );
192
195
return true ;
193
196
}
194
197
You can’t perform that action at this time.
0 commit comments