diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-08-28 13:13:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-08-28 15:56:50 +0200 |
commit | a89f2e01b7371fec278f9a42d7c186a3149ff3c4 (patch) | |
tree | e7b731bd14dea797331a2349b17333861000f74d /sw/CppunitTest_sw_apitests.mk | |
parent | 1ccd236d8dc833ab9de639cf903684d1ecebf5e1 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_apitests.mk')
-rw-r--r-- | sw/CppunitTest_sw_apitests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ )) |