summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdirmodel
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-09-22 01:22:54 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-09-22 01:23:25 +1000
commit929538dde9f682b95e6f1c05e543e9d921af76e4 (patch)
treeb00e7c944b123cc05bbab987c4b87b36e45525f0 /tests/auto/qdirmodel
parent5c360b8c9c11464ce7421989c38002444bedbe3b (diff)
Add some more debugging to this test.
Diffstat (limited to 'tests/auto/qdirmodel')
-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 be46527748..a8c298d18c 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());
}