8079428: [TEST_BUG] Test javax/swing/plaf/windows/6921687/bug6921687.java fails

Reviewed-by: serb, azvegint
This commit is contained in:
Pooja Chopra 2015-05-13 13:54:49 +03:00
parent 292354a1fe
commit 42e679312b

View File

@ -22,12 +22,13 @@
*/
/* @test
@bug 6921687
@bug 6921687 8079428
@summary Mnemonic disappears after repeated attempts to open menu items using
mnemonics
@author Semyon Sadetsky
@library /lib/testlibrary
@build jdk.testlibrary.OSInfo
@run main bug6921687
*/
@ -109,4 +110,4 @@ public class bug6921687 {
frame.setVisible(true);
}
}
}