diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-23 17:48:16 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-23 18:12:40 (GMT) |
commit | d2180e2fc3c56d56cd073a896d8449181ca28136 (patch) | |
tree | b0e2cd889f700e82920ff706c591457e00680c60 /tests/auto/qmenu | |
parent | 0f462990247d71e598346a8f96faf6d04cd4515e (diff) | |
download | Qt-d2180e2fc3c56d56cd073a896d8449181ca28136.zip Qt-d2180e2fc3c56d56cd073a896d8449181ca28136.tar.gz Qt-d2180e2fc3c56d56cd073a896d8449181ca28136.tar.bz2 |
Stabilize more test
Diffstat (limited to 'tests/auto/qmenu')
-rw-r--r-- | tests/auto/qmenu/tst_qmenu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qmenu/tst_qmenu.cpp b/tests/auto/qmenu/tst_qmenu.cpp index a5bac37..d7f453e 100644 --- a/tests/auto/qmenu/tst_qmenu.cpp +++ b/tests/auto/qmenu/tst_qmenu.cpp @@ -440,7 +440,9 @@ void tst_QMenu::overrideMenuAction() m->addAction(aQuit); w.show(); + QApplication::setActiveWindow(&w); w.setFocus(); + QTest::qWaitForWindowShown(&w); QTRY_VERIFY(w.hasFocus()); //test of the action inside the menu |