File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
javax/swing/JRadioButton/FocusTraversal Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,6 @@ javax/swing/JComboBox/7031551/bug7031551.java 8199056 generic-all
780780javax/swing/JScrollBar/6924059/bug6924059.java 8199078 generic-all
781781javax/swing/JTabbedPane/TabProb.java 8236635 linux-all
782782javax/swing/JTree/8003830/bug8003830.java 8199057 generic-all
783- javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java 8221902 linux-all,macosx-all
784783javax/swing/ToolTipManager/Test6256140.java 8233560 macosx-all
785784javax/swing/text/View/8014863/bug8014863.java 8233561 macosx-all
786785javax/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() {
134134 private static void runTestCase () throws Exception {
135135 focusOn (a );
136136
137+ robot .waitForIdle ();
138+ robot .delay (500 );
137139 robot .keyPress (KeyEvent .VK_ENTER );
138140 robot .keyRelease (KeyEvent .VK_ENTER );
139141 robot .waitForIdle ();
@@ -189,6 +191,7 @@ private static boolean tryLookAndFeel(String lookAndFeelString)
189191 | IllegalAccessException e ) {
190192 return false ;
191193 }
194+ System .out .println ("Testing lookAndFeel " + lookAndFeelString );
192195 return true ;
193196 }
194197
You can’t perform that action at this time.
0 commit comments