From 2407d7ede10547025af05d875f33f4580cdbb565 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 17 Nov 2015 14:18:33 +0100 Subject: Fix tst_treeview Change-Id: I662eea96b72043d06fe94707e77a9ead5a951e3d Reviewed-by: Mitch Curtis --- tests/auto/controls/data/tst_treeview.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/controls/data/tst_treeview.qml') 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) -- cgit v1.2.1