From 5fe7ed663401b3e05c3e6ab5594d117899aed263 Mon Sep 17 00:00:00 2001 From: sb Date: Wed, 24 Feb 2010 15:32:39 +0100 Subject: sb118: #i80788# second part of fix for Toolkit test --- qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qadevOOo/tests') 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)); -- cgit