sw/CppunitTest_sw_core_text.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 7f231cde1b54f73f2d1d9e916e4721fffa48472b
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Oct 10 08:17:28 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Oct 10 11:44:13 2022 +0200

    Missing test dependencies
    
    > warn:vcl.builder:608521:608521:vcl/source/window/builder.cxx:480: 
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"
    > warn:sfx.view:608521:608521:sfx2/source/view/frmload.cxx:494: 
DBG_UNHANDLED_EXCEPTION in impl_handleCaughtError_nothrow exception: 
com.sun.star.container.NoSuchElementException message: 
"file:///.../instdir/share/config/soffice.cfg/svt/ui/scrollbars.ui at 
xmlreader/source/xmlreader.cxx:67"
    
    and
    
    > warn:vcl.builder:609394:609394:vcl/source/window/builder.cxx:480: 
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"
    > warn:sfx.view:609394:609394:sfx2/source/view/frmload.cxx:494: 
DBG_UNHANDLED_EXCEPTION in impl_handleCaughtError_nothrow 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: I93a01404778718bbbcec1147b4716f3a7e3dedca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141148
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/CppunitTest_sw_core_text.mk b/sw/CppunitTest_sw_core_text.mk
index c3025f007a9a..efaa5c7bc59a 100644
--- a/sw/CppunitTest_sw_core_text.mk
+++ b/sw/CppunitTest_sw_core_text.mk
@@ -67,6 +67,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_core_text))
 
 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_text, \
     modules/swriter \
+    sfx \
+    svt \
 ))
 
 $(eval $(call gb_CppunitTest_use_more_fonts,sw_core_text))

Reply via email to