[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sc/qa
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 11 10:19:55 UTC 2020
sc/qa/uitest/chart/tdf124111.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7ae8722d93c17ca67728c03dfbd520d72fb5f188
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jun 11 10:49:15 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jun 11 12:19:23 2020 +0200
This uses an adjustment step of 5 in this branch for some reason
Change-Id: I534b7fdd9c5778b97eebd6dcb5b55d19f8fffe0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96084
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sc/qa/uitest/chart/tdf124111.py b/sc/qa/uitest/chart/tdf124111.py
index b9be7858bbe3..b02b902b4ee7 100644
--- a/sc/qa/uitest/chart/tdf124111.py
+++ b/sc/qa/uitest/chart/tdf124111.py
@@ -73,7 +73,7 @@ class tdf124111(UITestCase):
placeMarks = xDialog.getChild("LB_PLACE_TICKS")
self.assertEqual(get_state_as_dict(crossAxis)["SelectEntryText"], "Value")
- self.assertEqual(get_state_as_dict(crossAxisValue)["Text"], "-1")
+ self.assertEqual(get_state_as_dict(crossAxisValue)["Text"], "-5")
xOKBtn = xDialog.getChild("ok")
self.ui_test.close_dialog_through_button(xOKBtn)
More information about the Libreoffice-commits
mailing list