aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-10-10 16:05:21 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 08:09:39 +0200
commit2de70b1417b06120864722a8ec47b617d315540c (patch)
treeba33a0c7b4f0790ce3384aa8ad3ace4fdeb5cd1c /tests
parentc825865cdd88445aa1db94cdf0da89426919acdb (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qsggridview/tst_qsggridview.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/qsggridview/tst_qsggridview.cpp b/tests/auto/declarative/qsggridview/tst_qsggridview.cpp
index a5b7c5b70d..5fa407889a 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: