summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2019-05-16 18:19:43 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2019-05-17 09:12:43 +0200
commit218d2ab43ac2f1c238349a9e45d5c228ad1c62c4 (patch)
treedf9d0c372d5cae4fb1c54454eb09f825003d2a8a /sc/qa
parent5ee453818c88f0a73ca2863a80c6b901feed1837 (diff)
uitest repair test 124829
Change-Id: I8b31da520f1cc609f97488a0c10c19bfe3b3b8e6 Reviewed-on: https://gerrit.libreoffice.org/72420 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/uitest/calc_tests8/tdf124829.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf124829.py b/sc/qa/uitest/calc_tests8/tdf124829.py
index b2aa6d3647e5..97a43f641472 100644
--- a/sc/qa/uitest/calc_tests8/tdf124829.py
+++ b/sc/qa/uitest/calc_tests8/tdf124829.py
@@ -35,7 +35,7 @@ class tdf124829(UITestCase):
self.xUITest.executeCommand(".uno:Undo")
#verify; no crashes
- self.assertEqual(get_cell_by_position(document, 5, 0, 0).getString(), "First Name")
+ self.assertEqual(document.Sheets.getCount(), 6)
self.ui_test.close_doc()
# vim: set shiftwidth=4 softtabstop=4 expandtab: