[Libreoffice-commits] core.git: sd/CppunitTest_sd_tiledrendering.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 17 22:03:39 UTC 2020


 sd/CppunitTest_sd_tiledrendering.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 9ef3c8241b5c9bdaa5dce86c0d26e5769f6b6859
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 17 19:09:44 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Sep 18 00:02:59 2020 +0200

    Missing test dependencies
    
    From-scratch `make CppunitTest_sd_tiledrendering` had failed for me on Linux
    with
    
    > warn:vcl.builder:964054:964054:vcl/source/window/builder.cxx:467: DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/modules/simpress/ui/sidebarslidebackground.ui xmlreader/source/xmlreader.cxx:66
    
    and
    
    > warn:vcl.builder:977272:977272:vcl/source/window/builder.cxx:467: DBG_UNHANDLED_EXCEPTION in VclBuilder
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebartextpanel.ui xmlreader/source/xmlreader.cxx:66
    
    Change-Id: I351d68ee518b313b5d2b2c864139181710f58bb7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102969
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sd/CppunitTest_sd_tiledrendering.mk b/sd/CppunitTest_sd_tiledrendering.mk
index 3b555860f963..3c5e12e2b265 100644
--- a/sd/CppunitTest_sd_tiledrendering.mk
+++ b/sd/CppunitTest_sd_tiledrendering.mk
@@ -58,4 +58,9 @@ $(eval $(call gb_CppunitTest_use_rdb,sd_tiledrendering,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sd_tiledrendering))
 
+$(eval $(call gb_CppunitTest_use_uiconfigs,sd_tiledrendering, \
+    modules/simpress \
+    svx \
+))
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list