Don't skip over the majority of the GridView tests.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Mon, 10 Oct 2011 06:05:21 +0000 (16:05 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 10 Oct 2011 06:09:39 +0000 (08:09 +0200)
Change-Id: Ie8768120c39451facbdb380668302fc645a06682
Reviewed-on: http://codereview.qt-project.org/6299
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>

tests/auto/declarative/qsggridview/tst_qsggridview.cpp

index a5b7c5b..5fa4078 100644 (file)
@@ -64,7 +64,7 @@ class tst_QSGGridView : public QObject
 public:
     tst_QSGGridView();
 
-//private slots:
+private slots:
     void initTestCase();
     void cleanupTestCase();
     void items();
@@ -107,7 +107,6 @@ public:
     void testQtQuick11Attributes_data();
     void columnCount();
     void margins();
-private slots:
     void creationContext();
 
 private: