diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2009-12-04 07:08:36 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2009-12-04 07:08:36 (GMT) |
commit | 96434723135f5aa757ce5d58fe5bb6c0755462c1 (patch) | |
tree | b1b4496eb08835dc6172b279266d7b3d3bc150b3 /tests/auto/qlineedit | |
parent | 7661f40f286c1693a0cab440271f7a5c384a63eb (diff) | |
parent | 108ab335537d20bc74aa9115d46cf91243223c4e (diff) | |
download | Qt-96434723135f5aa757ce5d58fe5bb6c0755462c1.zip Qt-96434723135f5aa757ce5d58fe5bb6c0755462c1.tar.gz Qt-96434723135f5aa757ce5d58fe5bb6c0755462c1.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into qt-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (268 commits)
Better check for EGL extension strings
Some doc fixes
Fixes broken selection with Shift and extended selection
Add extra auto-test for topLevel list corruption.
QCompleter wouldn't emit highlighted() and activated() signals
Stabilize tests on X11
Fix tst_QSystemLock::processes
qreal-ization
Fixes transformation problems with QGraphicsProxyWidget.
Fixed softkey merging/traversing over window boundaries.
Fixed crash on Symbian when using QProgressDialog::setCancelButton(0).
Fixed "illegal empty declaration" warning from \tools\xmlpatterns
qreal-ization
Reduce double-copying of textures when flipping upside down
Fix crash in QVector::reserve when reserving smaller size on a shared vector
QWindowStyle: make sure there is no duplicate in the list of scrollbar.
Fixed a potential crash in QDockWidget
Clarify the docs a bit when setting focus.
Minor doc update for known-issues wiki link.
Bump version to 4.6.1
...
Diffstat (limited to 'tests/auto/qlineedit')
-rw-r--r-- | tests/auto/qlineedit/tst_qlineedit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qlineedit/tst_qlineedit.cpp b/tests/auto/qlineedit/tst_qlineedit.cpp index 4f4761c..fa2b9bd 100644 --- a/tests/auto/qlineedit/tst_qlineedit.cpp +++ b/tests/auto/qlineedit/tst_qlineedit.cpp @@ -3362,6 +3362,7 @@ void tst_QLineEdit::task174640_editingFinished() QApplication::setActiveWindow(&mw); mw.activateWindow(); QTest::qWaitForWindowShown(&mw); + QTRY_COMPARE(&mw, QApplication::activeWindow()); QSignalSpy editingFinishedSpy(le1, SIGNAL(editingFinished())); |