summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-17 14:18:33 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-24 18:43:14 +0000
commit2407d7ede10547025af05d875f33f4580cdbb565 (patch)
tree10f66249f2c975872f2d1835b4b3ccbaedd11b2d
parentf1330d47937362f1ff5a9d0ee7071cb4f56bf215 (diff)
downloadqtquickcontrols-2407d7ede10547025af05d875f33f4580cdbb565.tar.gz
Fix tst_treeview
Change-Id: I662eea96b72043d06fe94707e77a9ead5a951e3d Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-rw-r--r--tests/auto/controls/data/tst_treeview.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_treeview.qml b/tests/auto/controls/data/tst_treeview.qml
index 6cc9705f..d144b9c1 100644
--- a/tests/auto/controls/data/tst_treeview.qml
+++ b/tests/auto/controls/data/tst_treeview.qml
@@ -768,8 +768,8 @@ Item {
if (treeIndex.row !== modelIndex.row
|| treeIndex.column !== modelIndex.column
|| treeIndex.internalId !== modelIndex.internalId) {
- console.log("Test about to fail: row = " + row + ", __listView.count =" + __listView.count)
- console.log(" . . . . . . . . . x =" + x + ", getColumn(0).width =" + getColumn(0).width)
+ console.log("Test about to fail: row = " + row + ", __listView.count =" + tree.__listView.count)
+ console.log(" . . . . . . . . . x =" + x + ", getColumn(0).width =" + tree.getColumn(0).width)
}
compare(treeIndex.row, modelIndex.row)
compare(treeIndex.column, modelIndex.column)