Skip to content

Commit 05d2f7f

Browse files
committed
8373847: Test javax/swing/JMenuItem/MenuItemTest/bug6197830.java failed because The test case automatically fails when clicking any items in the “Nothing” menu in all four windows (Left-to-right)-Menu Item Test and (Right-to-left)-Menu Item Test
Reviewed-by: serb, aivanov, dnguyen
1 parent 2ea3c00 commit 05d2f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jdk/javax/swing/JMenuItem/MenuItemTest/bug6197830.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static void main(String[] args) throws Exception {
4949
.columns(35)
5050
.testUI(bug6197830::createTestUI)
5151
.positionTestUIBottomRowCentered()
52+
.logArea()
5253
.build()
5354
.awaitAndCheck();
5455
}

0 commit comments

Comments
 (0)