diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/modeltest.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/client/modeltest.cpp b/tests/client/modeltest.cpp index ee3e0f4..76a3e97 100644 --- a/tests/client/modeltest.cpp +++ b/tests/client/modeltest.cpp @@ -57,14 +57,6 @@ private Q_SLOTS: } /* - * Test if columnCount is always 1 - */ - void testColumnCount() - { - QCOMPARE(m_model.columnCount(), 1); - } - - /* * Test if parent function always return a empty QModelIndex */ void testParent() |