summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-24 15:32:39 +0100
committersb <sb@openoffice.org>2010-02-24 15:32:39 +0100
commit5fe7ed663401b3e05c3e6ab5594d117899aed263 (patch)
tree7563e33e2ba6ed6471dce11736ec47dd1d73d813 /qadevOOo/tests
parentb47b8e7e111186e6bdb3bc4e0188cddae04e6c62 (diff)
sb118: #i80788# second part of fix for Toolkit test
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java
index 0816a0defeaa..bc2a2ed228b9 100644
--- a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java
+++ b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java
@@ -120,6 +120,11 @@ public class _XMessageBoxFactory extends MultiMethodTest {
}
}
}
+ try {
+ Thread.currentThread().sleep(500);
+ } catch(InterruptedException e) {
+ throw new RuntimeException(e);
+ }
UITools oUITools = new UITools(
(XMultiServiceFactory) tParam.getMSF(),
UnoRuntime.queryInterface(XWindow.class, messageBox));