Mark test as failing, remove insignificant test flag.
authorToby Tomkins <toby.tomkins@nokia.com>
Sun, 23 Oct 2011 23:12:54 +0000 (09:12 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 24 Oct 2011 01:02:19 +0000 (03:02 +0200)
Task-number: QTBUG-21682

Change-Id: I2f6cbd65b0b364b5fbc014966817652e982f8564
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
tests/auto/declarative/qquickgridview/qquickgridview.pro
tests/auto/declarative/qquickgridview/tst_qquickgridview.cpp

index cf03024..e709944 100644 (file)
@@ -9,6 +9,4 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private opengl-private testlib
index 333398a..5f3842a 100644 (file)
@@ -2366,6 +2366,7 @@ void tst_QQuickGridView::enforceRange_rightToLeft()
     // view should be positioned at the top of the range.
     QQuickItem *item = findItem<QQuickItem>(contentItem, "wrapper", 0);
     QTRY_VERIFY(item);
+    QEXPECT_FAIL("", "QTBUG-22162", Abort);
     QTRY_COMPARE(gridview->contentX(), -100.);
     QTRY_COMPARE(gridview->contentY(), 0.0);