diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-06 16:24:43 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-11-06 16:25:00 (GMT) |
commit | cd58bc13a4a37543d76a79b3cee7cd95bde0a14b (patch) | |
tree | 60ea948ad51d60fa7ed64f8747086aa6ca978c4b /tests/auto/qcombobox | |
parent | 46f73ebb2a71e953edde644acd4e378b15dadb35 (diff) | |
download | Qt-cd58bc13a4a37543d76a79b3cee7cd95bde0a14b.zip Qt-cd58bc13a4a37543d76a79b3cee7cd95bde0a14b.tar.gz Qt-cd58bc13a4a37543d76a79b3cee7cd95bde0a14b.tar.bz2 |
stabilize test
Diffstat (limited to 'tests/auto/qcombobox')
-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 06c632d..18ebddc 100644 --- a/tests/auto/qcombobox/tst_qcombobox.cpp +++ b/tests/auto/qcombobox/tst_qcombobox.cpp @@ -2529,7 +2529,7 @@ void tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated() QCOMPARE(spy.count(), 0); edit.setFocus(); QTRY_VERIFY(edit.hasFocus()); - QCOMPARE(spy.count(), 1); + QTRY_COMPARE(spy.count(), 1); } QTEST_MAIN(tst_QComboBox) |