[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sw/qa

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 10 12:03:05 UTC 2020


 sw/qa/uitest/writer_tests/watermark.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3bb01d29e244b68a8e0352e93da84cf6ebf706e8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jun 10 13:57:45 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jun 10 14:02:35 2020 +0200

    The transparency increment step is 5 % in this branch
    
    This fixes one of the sw UITest problems but there are plenty of
    problems left (in this branch).
    
    Change-Id: Id99437e52f41f09127293305a350dc3e9a9e9e74
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96017
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sw/qa/uitest/writer_tests/watermark.py b/sw/qa/uitest/writer_tests/watermark.py
index 9fb587aa7479..58782cf489f4 100644
--- a/sw/qa/uitest/writer_tests/watermark.py
+++ b/sw/qa/uitest/writer_tests/watermark.py
@@ -40,7 +40,7 @@ class watermark(UITestCase):
 
         self.assertEqual(get_state_as_dict(xTextInput)["Text"], "Watermark")
         self.assertEqual(get_state_as_dict(xAngle)["Text"], "46°")
-        self.assertEqual(get_state_as_dict(xTransparency)["Text"], "51%")
+        self.assertEqual(get_state_as_dict(xTransparency)["Text"], "55%")
 
         xCancBtn = xDialog.getChild("cancel")
         self.ui_test.close_dialog_through_button(xCancBtn)


More information about the Libreoffice-commits mailing list