8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work

Reviewed-by: alexsch, rchamyal
This commit is contained in:
Avik Niyogi 2016-08-17 14:42:14 +05:30
parent c47ae75e1b
commit 71b91c6ce1

View File

@ -23,7 +23,7 @@
/* @test /* @test
* @key headful * @key headful
* @bug 8129940 8132770 8161470 * @bug 8129940 8132770 8161470 8163169
* @summary JRadioButton should run custom FocusTraversalKeys for all LaFs * @summary JRadioButton should run custom FocusTraversalKeys for all LaFs
* @run main FocusTraversal * @run main FocusTraversal
*/ */
@ -61,6 +61,7 @@ public class FocusTraversal {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
robot = new Robot(); robot = new Robot();
robot.setAutoDelay(100);
robot.waitForIdle(); robot.waitForIdle();
UIManager.LookAndFeelInfo[] lookAndFeelArray UIManager.LookAndFeelInfo[] lookAndFeelArray
= UIManager.getInstalledLookAndFeels(); = UIManager.getInstalledLookAndFeels();