tdf#145030: sd: Add UItest

Change-Id: I28cf3bf29905f66f458b9dfbb8ad31742f866d73
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129280
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/sd/qa/uitest/impress_tests/tdf137637.py b/sd/qa/uitest/impress_tests/tdf137637.py
index 33cd830..fa2a164 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
\ No newline at end of file