summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_dataprovider.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-05-31 09:31:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-05-31 10:47:09 +0200
commitc6fcc69ec3a4b36526fbf8ca959371d1ee8e0fb3 (patch)
tree1bb10ba29977eb9869316aa038aff372a0d794cf /sc/CppunitTest_sc_dataprovider.mk
parente851d081c614107c450f8ac87e415b49a58bb5bf (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'sc/CppunitTest_sc_dataprovider.mk')
-rw-r--r--sc/CppunitTest_sc_dataprovider.mk6
1 files changed, 6 insertions, 0 deletions
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: