File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/jdk/javax/swing/Action/8133039 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2015, 2024, 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
3939 * @bug 8133039
4040 * @summary Provide public API to sun.swing.UIAction#isEnabled(Object)
4141 * @modules java.desktop/sun.swing
42- * @author Alexander Scherbatiy
4342 */
43+
4444public class bug8133039 {
4545
4646 private static volatile int ACTION_PERFORMED_CALLS = 0 ;
@@ -91,6 +91,7 @@ private static void testPopupAction() throws Exception {
9191 Robot robot = new Robot ();
9292 robot .setAutoDelay (100 );
9393 robot .waitForIdle ();
94+ robot .delay (1000 );
9495
9596 robot .keyPress (KeyEvent .VK_A );
9697 robot .keyRelease (KeyEvent .VK_A );
You can’t perform that action at this time.
0 commit comments