summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-05 15:08:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-07 22:01:20 +0100
commita977098f59a4c931c6f8a1d423720e682f5ed047 (patch)
treed865c854cc2e6c0151b0b4aea4b7865cc1822585 /uitest
parent6311f7ffce8f64b0773d2ad3ea7be3be683924c0 (diff)
map GtkTreeView to SvTreeViewBox now it is in vcl
Change-Id: I8ab8421354a296cb6382f28fd3bd40372e0665df Reviewed-on: https://gerrit.libreoffice.org/62908 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/manual_tests/calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/manual_tests/calc.py b/uitest/manual_tests/calc.py
index 9c86b6c3e6d9..1b7897983a38 100644
--- a/uitest/manual_tests/calc.py
+++ b/uitest/manual_tests/calc.py
@@ -51,7 +51,7 @@ class ManualCalcTests(UITestCase):
xListBox = xSelectNameDlg.getChild("treeview")
xListBoxState = get_state_as_dict(xListBox)
- self.assertEqual(xListBoxState["SelectEntryCount"], "1")
+ self.assertEqual(xListBoxState["SelectionCount"], "1")
self.assertEqual(xListBoxState["SelectEntryText"], "my_database")
xOkBtn = xSelectNameDlg.getChild("ok")