Skip to content

Commit

Permalink
8299044: test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java fail…
Browse files Browse the repository at this point in the history
…s on non mac

Reviewed-by: serb, honkar
  • Loading branch information
lawrence-andrew authored and Harshitha Onkar committed Dec 19, 2022
1 parent 5d330f5 commit abc1297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java
Expand Up @@ -24,6 +24,7 @@
/*
* @test
* @bug 8054572
* @requires (os.family == "mac")
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @summary Tests if JComboBox displays correctly when editable/non-editable
Expand Down Expand Up @@ -92,4 +93,4 @@ public static void main(String[] args) throws Exception {

pfjFrame.awaitAndCheck();
}
}
}

1 comment on commit abc1297

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.