diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-04-28 13:10:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-04-28 13:10:34 +0200 |
commit | e2b37bfb8a991e0ed2cfd230f7f34aa36f411430 (patch) | |
tree | 0f92b1208907ee88d84c1b766931368ebb39df53 /framework/qa/complex | |
parent | 29c4f7bd5863e34c449062aca6f8aee5ec7510a2 (diff) |
framework: CheckXTitle still sometimes fails on WNT...
... when dispatching the .uno:CloseWin.
Change-Id: Iaf0651ea7e05bd8a6629d5af6e62f5918ef241ce
Diffstat (limited to 'framework/qa/complex')
-rw-r--r-- | framework/qa/complex/XTitle/CheckXTitle.java | 2 |
1 files changed, 2 insertions, 0 deletions
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{ |