8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
authorpchelko
Mon, 20 Jan 2014 14:23:51 +0400
changeset 23263 dcf3b071fc36
parent 23262 41f2413bba45
child 23264 f9814afe56f3
8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail Reviewed-by: anthony, serb
jdk/test/java/awt/dnd/Button2DragTest/Button2DragTest.java
--- a/jdk/test/java/awt/dnd/Button2DragTest/Button2DragTest.java	Thu Jan 16 20:51:18 2014 +0400
+++ b/jdk/test/java/awt/dnd/Button2DragTest/Button2DragTest.java	Mon Jan 20 14:23:51 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -112,6 +112,7 @@
         Util.drag(robot, startPoint, endPoint, InputEvent.BUTTON2_MASK);
 
         Util.waitForIdle(robot);
+        robot.delay(500);
 
         if (dropSuccess) {
             System.err.println("test passed");