[Libreoffice-commits] core.git: sc/qa
Zdeněk Crhonek (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 17 07:13:31 UTC 2019
sc/qa/uitest/calc_tests8/tdf124829.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 218d2ab43ac2f1c238349a9e45d5c228ad1c62c4
Author: Zdeněk Crhonek <zcrhonek at gmail.com>
AuthorDate: Thu May 16 18:19:43 2019 +0200
Commit: Zdenek Crhonek <zcrhonek at gmail.com>
CommitDate: Fri May 17 09:12:43 2019 +0200
uitest repair test 124829
Change-Id: I8b31da520f1cc609f97488a0c10c19bfe3b3b8e6
Reviewed-on: https://gerrit.libreoffice.org/72420
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek at gmail.com>
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:
More information about the Libreoffice-commits
mailing list