8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
authoraniyogi
Wed, 17 Aug 2016 14:42:14 +0530
changeset 40703 ce049694fe74
parent 40702 ddd8e9b8af90
child 40704 357253747dae
8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work Reviewed-by: alexsch, rchamyal
jdk/test/javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
--- 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();