aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicklistview/qquicklistview.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-02-14 12:19:30 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-21 03:41:37 +0100
commit4154c79d4a4365b8fadaf7c366c6dff332464839 (patch)
tree45ea7dca249e33066c568f4f2d66120ef893b78e /tests/auto/qtquick2/qquicklistview/qquicklistview.pro
parentbc81d649641965ac333433353de4b7803b778d2f (diff)
Stabilise ListView and GridView tests
Some tests need to wait for view to be updated before proceeding. This ensures a polish is received before proceeding - before checking through child items after initial load - after changing content y unless some other QTRY_* is already doing the job. Also fixed some tests that randomly failed for other reasons. Task-number: QTBUG-22872 QTBUG-23605 Change-Id: I2d41bf09fae09b90fd3aadbd5349e991c3339761 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/qtquick2/qquicklistview/qquicklistview.pro')
-rw-r--r--tests/auto/qtquick2/qquicklistview/qquicklistview.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qtquick2/qquicklistview/qquicklistview.pro b/tests/auto/qtquick2/qquicklistview/qquicklistview.pro
index 6957513fd6..6828bf2f13 100644
--- a/tests/auto/qtquick2/qquicklistview/qquicklistview.pro
+++ b/tests/auto/qtquick2/qquicklistview/qquicklistview.pro
@@ -14,4 +14,3 @@ testDataFiles.path = .
DEPLOYMENT += testDataFiles
QT += core-private gui-private declarative-private quick-private widgets widgets-private v8-private opengl-private testlib
-CONFIG += insignificant_test // QTBUG-23605