[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sc/qa
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 11 07:57:01 UTC 2020
sc/qa/uitest/chart/tdf93506_trendline.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit add3ccd0aadfeed55ad310deefe75fe9c62adc58
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jun 11 10:35:46 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jun 11 09:56:30 2020 +0200
For some reason this "period" field goes from 2 to 4 in this branch
Change-Id: I1d9d94a32481eaee033bb589174e8657b1279b91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96083
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sc/qa/uitest/chart/tdf93506_trendline.py b/sc/qa/uitest/chart/tdf93506_trendline.py
index de57a86995fd..2c58b36c6fc0 100644
--- a/sc/qa/uitest/chart/tdf93506_trendline.py
+++ b/sc/qa/uitest/chart/tdf93506_trendline.py
@@ -466,7 +466,7 @@ class tdf93506(UITestCase):
yVarName = xDialog.getChild("entry_Yname")
self.assertEqual(get_state_as_dict(movingAverage)["Checked"], "true")
- self.assertEqual(get_state_as_dict(period)["Text"], "3")
+ self.assertEqual(get_state_as_dict(period)["Text"], "4")
self.assertEqual(get_state_as_dict(xentryname)["Text"], "Name")
#Click on tab "Line".
More information about the Libreoffice-commits
mailing list