8347019: Test javax/swing/JRadioButton/8033699/bug8033699.java still fails: Focus is not on Radio Button Single as Expected

Reviewed-by: aivanov, dnguyen, azvegint
This commit is contained in:
Prasanta Sadhukhan
2025-02-12 03:10:00 +00:00
parent 88b4a906d2
commit 342dec93f2

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -63,7 +63,6 @@ public class bug8033699 {
});
robot = new Robot();
robot.setAutoDelay(100);
robot.waitForIdle();
robot.delay(1000);