sd/qa/uitest/impress_tests/tdf137637.py |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9dc666afc81ec61c6ac3131fb13d6025433dd3b6
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Feb 1 12:17:32 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Feb 1 17:43:31 2022 +0100

    tdf#145030: sd: Add UItest
    
    Change-Id: I28cf3bf29905f66f458b9dfbb8ad31742f866d73
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129280
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sd/qa/uitest/impress_tests/tdf137637.py 
b/sd/qa/uitest/impress_tests/tdf137637.py
index 33cd83021427..fa2a16472975 100644
--- a/sd/qa/uitest/impress_tests/tdf137637.py
+++ b/sd/qa/uitest/impress_tests/tdf137637.py
@@ -50,4 +50,8 @@ class Tdf137637(UITestCase):
             # AssertionError: '0' != '1'
             self.assertEqual('0', 
get_state_as_dict(xAnimationList)['Children'])
 
+            # tdf#145030: Without the fix in place, this test would have 
failed with
+            # AttributeError: 'NoneType' object has no attribute 
'getImplementationName'
+            self.assertEqual("com.sun.star.drawing.SvxShapeCollection", 
document.CurrentSelection.getImplementationName())
+
 # vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file

Reply via email to