diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2018-12-09 20:26:30 +0100 |
---|---|---|
committer | Zdenek Crhonek <zcrhonek@gmail.com> | 2018-12-10 16:22:38 +0100 |
commit | 4fc353ef9226c8f37f97a095db8f829cb10e609a (patch) | |
tree | 282f0bb97ef885b5b922661e440aaec31b3973b0 /sc | |
parent | 7e5fd926adbd62148a1fdd6950ba5b33d12874a1 (diff) |
uitest for bug tdf#80583
Change-Id: Ifcbab8c5745b86eaf2406e1fdb3ad368acbb6fe0
Reviewed-on: https://gerrit.libreoffice.org/64849
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/uitest/statistics/anova.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |