[Libreoffice-commits] core.git: sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Dec 10 15:23:00 UTC 2018
sc/qa/uitest/statistics/anova.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4fc353ef9226c8f37f97a095db8f829cb10e609a
Author: Zdeněk Crhonek <zcrhonek at gmail.com>
AuthorDate: Sun Dec 9 20:26:30 2018 +0100
Commit: Zdenek Crhonek <zcrhonek at gmail.com>
CommitDate: Mon Dec 10 16:22:38 2018 +0100
uitest for bug tdf#80583
Change-Id: Ifcbab8c5745b86eaf2406e1fdb3ad368acbb6fe0
Reviewed-on: https://gerrit.libreoffice.org/64849
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek at gmail.com>
diff --git a/sc/qa/uitest/statistics/anova.py b/sc/qa/uitest/statistics/anova.py
index 158f5ee2b04c..135c091a2100 100644
--- a/sc/qa/uitest/statistics/anova.py
+++ b/sc/qa/uitest/statistics/anova.py
@@ -101,7 +101,7 @@ class anova(UITestCase):
self.assertEqual(round(get_cell_by_position(document, 0, 6, 9).getValue(),11), 1876.56832844573)
self.assertEqual(round(get_cell_by_position(document, 0, 6, 10).getValue(),10), 6025.1090909091)
#bug 80583
-# self.assertEqual(round(get_cell_by_position(document, 0, 6, 11).getValue(),11), 7901.67741935484)
+ self.assertEqual(round(get_cell_by_position(document, 0, 6, 11).getValue(),11), 7901.67741935484)
self.assertEqual(get_cell_by_position(document, 0, 7, 3).getString(), "Sum")
self.assertEqual(get_cell_by_position(document, 0, 7, 4).getValue(), 461)
@@ -138,4 +138,4 @@ class anova(UITestCase):
self.assertEqual(get_cell_by_position(document, 0, 5, 0).getString(), "")
self.ui_test.close_doc()
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
More information about the Libreoffice-commits
mailing list