summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcombobox
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-09-15 17:48:12 +0200
committerOlivier Goffart <ogoffart@trolltech.com>2009-09-15 20:26:06 +0200
commita9086411e13a247c30992c4f6ab85620bffba895 (patch)
tree284456033f251b0c9c9be5b17fc2a57e4c90b15c /tests/auto/qcombobox
parente727dafd5e1f28901176e42008ebc0a334d052e6 (diff)
Stabilize tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup
Diffstat (limited to 'tests/auto/qcombobox')
-rw-r--r--tests/auto/qcombobox/tst_qcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcombobox/tst_qcombobox.cpp b/tests/auto/qcombobox/tst_qcombobox.cpp
index 810be040c3..da97c7dd3b 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());
}
}