sc/CppunitTest_sc_dataprovider.mk | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit c6fcc69ec3a4b36526fbf8ca959371d1ee8e0fb3 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed May 31 09:31:01 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed May 31 10:47:09 2023 +0200 Missing test dependencies > warn:vcl.builder:927441:927441:vcl/source/window/builder.cxx:481: DBG_UNHANDLED_EXCEPTION in VclBuilder > when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/svt/ui/scrollbars.ui at xmlreader/source/xmlreader.cxx:67" and then > warn:vcl.builder:928408:928408:vcl/source/window/builder.cxx:481: 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/scalc/ui/posbox.ui at source/xmlreader.cxx:67" and then > warn:vcl.builder:931775:931775:vcl/source/window/builder.cxx:481: DBG_UNHANDLED_EXCEPTION in VclBuilder > when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/sfx/ui/tabbar.ui at xmlreader/source/xmlreader.cxx:67" Change-Id: Id7aa68b8bfef8a1d318e3a54614dc284f2dc7f4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152413 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sc/CppunitTest_sc_dataprovider.mk b/sc/CppunitTest_sc_dataprovider.mk index 291ae4ea80ed..8fa3b62f60b4 100644 --- a/sc/CppunitTest_sc_dataprovider.mk +++ b/sc/CppunitTest_sc_dataprovider.mk @@ -141,4 +141,10 @@ $(eval $(call gb_CppunitTest_use_externals,sc_dataprovider,\ $(eval $(call gb_CppunitTest_use_configuration,sc_dataprovider)) +$(eval $(call gb_CppunitTest_use_uiconfigs,sc_dataprovider, \ + modules/scalc \ + sfx \ + svt \ +)) + # vim: set noet sw=4 ts=4: