From e2b37bfb8a991e0ed2cfd230f7f34aa36f411430 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 28 Apr 2016 13:10:34 +0200 Subject: framework: CheckXTitle still sometimes fails on WNT... ... when dispatching the .uno:CloseWin. Change-Id: Iaf0651ea7e05bd8a6629d5af6e62f5918ef241ce --- framework/qa/complex/XTitle/CheckXTitle.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework') diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java index adb16da97df5..e798732730bd 100644 --- a/framework/qa/complex/XTitle/CheckXTitle.java +++ b/framework/qa/complex/XTitle/CheckXTitle.java @@ -203,6 +203,8 @@ public class CheckXTitle prepareQueryAndDispatch( xDisProv, UNO_URL_FOR_CLOSING_PRINT_PREVIEW ); utils.waitForEventIdle(m_xMSF); + Thread.sleep(250); // FIXME why is this needed? + // close document xDisProv = UnoRuntime.queryInterface( XDispatchProvider.class, xModel.getCurrentController() ); try{ -- cgit