sw/CppunitTest_sw_apitests.mk | 1 + 1 file changed, 1 insertion(+) New commits: commit a89f2e01b7371fec278f9a42d7c186a3149ff3c4 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Aug 28 13:13:17 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Aug 28 15:56:50 2023 +0200
Missing test dependency > [_RUN_____] (anonymous namespace)::SwXBodyText::testCreateTextCursor > warn:vcl.builder:2348481:2348481: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" Change-Id: I51dedf7114091b53ac6883d41e44cb9e5703f657 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156191 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sw/CppunitTest_sw_apitests.mk b/sw/CppunitTest_sw_apitests.mk index e794d9b2f9c3..76c79757e660 100644 --- a/sw/CppunitTest_sw_apitests.mk +++ b/sw/CppunitTest_sw_apitests.mk @@ -102,6 +102,7 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_apitests)) $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \ + svt \ svx \ ))