diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-15 15:48:12 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-15 18:26:06 (GMT) |
commit | a9086411e13a247c30992c4f6ab85620bffba895 (patch) | |
tree | 284456033f251b0c9c9be5b17fc2a57e4c90b15c | |
parent | e727dafd5e1f28901176e42008ebc0a334d052e6 (diff) | |
download | Qt-a9086411e13a247c30992c4f6ab85620bffba895.zip Qt-a9086411e13a247c30992c4f6ab85620bffba895.tar.gz Qt-a9086411e13a247c30992c4f6ab85620bffba895.tar.bz2 |
Stabilize tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup
-rw-r--r-- | tests/auto/qcombobox/tst_qcombobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcombobox/tst_qcombobox.cpp b/tests/auto/qcombobox/tst_qcombobox.cpp index 810be04..da97c7d 100644 --- a/tests/auto/qcombobox/tst_qcombobox.cpp +++ b/tests/auto/qcombobox/tst_qcombobox.cpp @@ -2371,7 +2371,7 @@ void tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() comboBox.showPopup(); QTest::qWait(100); - QVERIFY(style.discoveredRect.width() <= comboBox.width()); + QTRY_VERIFY(style.discoveredRect.width() <= comboBox.width()); } } |