[Libreoffice-commits] core.git: uitest/impress_tests

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 1 21:51:45 UTC 2021


 uitest/impress_tests/backgrounds.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ec239e7e4cf9607858c0e194e4ebf9d0744c1daa
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Feb 1 19:51:23 2021 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Feb 1 22:51:02 2021 +0100

    tdf#100024: uitest: add comment to existing test
    
    Change-Id: I120f54616df5c7399707b174b7609f6a82e1183c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110269
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index de4a34951758..123c7ef81021 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -122,6 +122,8 @@ class ImpressBackgrounds(UITestCase):
             xBtn = xPageSetupDlg.getChild(button)
             xBtn.executeAction("CLICK", tuple())
 
+            # tdf#100024: Without the fix in place, this test would have crashed here
+            # changing the background to bitmap
             xOkBtn = xPageSetupDlg.getChild("ok")
             xOkBtn.executeAction("CLICK", tuple())
 


More information about the Libreoffice-commits mailing list