From: Andrew den Exter Date: Mon, 10 Oct 2011 06:05:21 +0000 (+1000) Subject: Don't skip over the majority of the GridView tests. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2de70b1417b06120864722a8ec47b617d315540c;p=konrad%2Fqtdeclarative.git Don't skip over the majority of the GridView tests. Change-Id: Ie8768120c39451facbdb380668302fc645a06682 Reviewed-on: http://codereview.qt-project.org/6299 Sanity-Review: Qt Sanity Bot Reviewed-by: Andrew den Exter --- diff --git a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp index a5b7c5b..5fa4078 100644 --- a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp +++ b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp @@ -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: