sd/CppunitTest_sd_tiledrendering.mk | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 9ef3c8241b5c9bdaa5dce86c0d26e5769f6b6859 Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Sep 17 19:09:44 2020 +0200 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
