From 4154c79d4a4365b8fadaf7c366c6dff332464839 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Tue, 14 Feb 2012 12:19:30 +1000 Subject: 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 --- tests/auto/qtquick2/qquicklistview/qquicklistview.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/qtquick2/qquicklistview/qquicklistview.pro') 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 -- cgit v1.2.3