File tree 2 files changed +4
-2
lines changed
java/awt/Window/ShapedAndTranslucentWindows
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ java/awt/TrayIcon/PopupMenuLeakTest/PopupMenuLeakTest.java 8196440 linux-all
234
234
java/awt/Window/ShapedAndTranslucentWindows/SetShapeAndClick.java 8197936 macosx-all
235
235
java/awt/Window/ShapedAndTranslucentWindows/SetShapeDynamicallyAndClick.java 8013450 macosx-all
236
236
java/awt/Window/ShapedAndTranslucentWindows/ShapedTranslucentWindowClick.java 8013450 macosx-all
237
- java/awt/Window/ShapedAndTranslucentWindows/TranslucentChoice.java 8221901 linux-all
238
237
java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java 8222323 windows-all
239
238
java/awt/Window/ShapedAndTranslucentWindows/FocusAWTTest.java 8222328 windows-all,linux-all,macosx-all
240
239
java/awt/Window/ShapedAndTranslucentWindows/Shaped.java 8222328 windows-all,linux-all,macosx-all
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2010, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2010, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -125,6 +125,9 @@ public void doTest() throws Exception {
125
125
126
126
Point ls = window .getLocationOnScreen ();
127
127
clicked = 0 ;
128
+
129
+ robot .waitForIdle ();
130
+
128
131
checkClick (ls .x + window .getWidth () / 2 , ls .y - 5 , 0 );
129
132
130
133
robot .waitForIdle (2000 );
You can’t perform that action at this time.
0 commit comments