8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
Reviewed-by: alexsch, rchamyal
--- a/jdk/test/javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java Tue Aug 16 23:07:35 2016 +0300
+++ b/jdk/test/javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java Wed Aug 17 14:42:14 2016 +0530
@@ -23,7 +23,7 @@
/* @test
* @key headful
- * @bug 8129940 8132770 8161470
+ * @bug 8129940 8132770 8161470 8163169
* @summary JRadioButton should run custom FocusTraversalKeys for all LaFs
* @run main FocusTraversal
*/
@@ -61,6 +61,7 @@
public static void main(String[] args) throws Exception {
robot = new Robot();
+ robot.setAutoDelay(100);
robot.waitForIdle();
UIManager.LookAndFeelInfo[] lookAndFeelArray
= UIManager.getInstalledLookAndFeels();