summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-09-21 15:22:54 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-09-21 15:23:25 (GMT)
commit929538dde9f682b95e6f1c05e543e9d921af76e4 (patch)
treeb00e7c944b123cc05bbab987c4b87b36e45525f0 /tests
parent5c360b8c9c11464ce7421989c38002444bedbe3b (diff)
downloadQt-929538dde9f682b95e6f1c05e543e9d921af76e4.zip
Qt-929538dde9f682b95e6f1c05e543e9d921af76e4.tar.gz
Qt-929538dde9f682b95e6f1c05e543e9d921af76e4.tar.bz2
Add some more debugging to this test.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qdirmodel/tst_qdirmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdirmodel/tst_qdirmodel.cpp b/tests/auto/qdirmodel/tst_qdirmodel.cpp
index be46527..a8c298d 100644
--- a/tests/auto/qdirmodel/tst_qdirmodel.cpp
+++ b/tests/auto/qdirmodel/tst_qdirmodel.cpp
@@ -631,7 +631,7 @@ void tst_QDirModel::task196768_sorting()
QCOMPARE(index.data(), index2.data());
view.setSortingEnabled(true);
index2 = model.index(path);
- qDebug() << "After sorting" << index << index2;
+ qDebug() << "After sorting" << index << index2 << "count" << model.rowCount(index2);
QCOMPARE(index.data(), index2.data());
}