Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8339935: Open source several AWT focus tests - series 5 #21103

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Review fix
  • Loading branch information
prsadhuk committed Sep 24, 2024
commit df6289780a32eef3094f730ab67185c02ca49368
2 changes: 1 addition & 1 deletion test/jdk/java/awt/Focus/LightweightPopupTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 4472032
* @summary Switching between lightweight menus by holizontal arrow key works incorrect
* @summary Switching between lightweight menus by horizontal arrow key works incorrect
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @run main/manual LightweightPopupTest
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/java/awt/Focus/ProxiedWindowHideTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @bug 4396407
* @summary Tests that after proxied window were hidden focus is being restored correctly
* @summary Tests that after a proxied window is hidden, focus is being restored correctly
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @run main/manual ProxiedWindowHideTest
Expand All @@ -40,7 +40,7 @@
public class ProxiedWindowHideTest {

private static final String INSTRUCTIONS = """
You will see JFrame with title 'TEST'.
You will see a JFrame.
Click on JComboBox, list will expand then select any item in it.
After selection, list should collapse.
Click on Button('Push').
Expand Down