diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-18 11:01:34 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-18 11:01:54 (GMT) |
commit | 6454aca1b273daa2e54a77f83e1f6d4bae83427d (patch) | |
tree | 7ce510a66ea331db326f1747c5eefdb34c531fcc /tests/auto/qmdiarea | |
parent | 05ddf8489b91b4a28237cd2c72a97f4d3f33fa98 (diff) | |
download | Qt-6454aca1b273daa2e54a77f83e1f6d4bae83427d.zip Qt-6454aca1b273daa2e54a77f83e1f6d4bae83427d.tar.gz Qt-6454aca1b273daa2e54a77f83e1f6d4bae83427d.tar.bz2 |
Stabilize test
Diffstat (limited to 'tests/auto/qmdiarea')
-rw-r--r-- | tests/auto/qmdiarea/tst_qmdiarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmdiarea/tst_qmdiarea.cpp b/tests/auto/qmdiarea/tst_qmdiarea.cpp index 1936c5b..65f1937 100644 --- a/tests/auto/qmdiarea/tst_qmdiarea.cpp +++ b/tests/auto/qmdiarea/tst_qmdiarea.cpp @@ -1769,7 +1769,7 @@ void tst_QMdiArea::tileSubWindows() qt_x11_wait_for_window_manager(&workspace); #endif qApp->processEvents(); - QCOMPARE(workspace.size(), QSize(150, 150)); + QTRY_COMPARE(workspace.size(), QSize(150, 150)); // Horizontal scroll bar. QScrollBar *hBar = workspace.horizontalScrollBar(); |