Skip to content

Commit 12e6be0

Browse files
committed
8347019: Test javax/swing/JRadioButton/8033699/bug8033699.java still fails: Focus is not on Radio Button Single as Expected
Backport-of: 342dec93f22193309aa8865df95eb19d659b082c
1 parent cbdaf34 commit 12e6be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -63,7 +63,6 @@ public static void main(String[] args) throws Throwable {
6363
});
6464

6565
robot = new Robot();
66-
robot.setAutoDelay(100);
6766
robot.waitForIdle();
6867
robot.delay(1000);
6968

0 commit comments

Comments
 (0)