Skip to content

Commit 342dec9

Browse files
committedFeb 12, 2025
8347019: Test javax/swing/JRadioButton/8033699/bug8033699.java still fails: Focus is not on Radio Button Single as Expected
Reviewed-by: aivanov, dnguyen, azvegint
1 parent 88b4a90 commit 342dec9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

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

+1-2
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)
Please sign in to comment.