diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-03-30 18:35:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-03-30 22:28:14 +0200 |
commit | 0a05b1f46263a16c6d40c841a317c3ba9f4d31d6 (patch) | |
tree | 373ac5c121fdb2eb4982c7bd991a999890bd0238 /sw | |
parent | e10888cbb3bba4e0dff954566fd0f3721be3e5ab (diff) |
Missing test dependencies
> warn:vcl.builder:2475462:2475462:vcl/source/window/builder.cxx:479: 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/editcontrol.ui at xmlreader/source/xmlreader.cxx:66"
and
> warn:vcl.builder:2507015:2507015:vcl/source/window/builder.cxx:479: 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:66"
when building CppunitTest_sw_layoutwriter from scratch
Change-Id: I043db8e1b25a8b990bcad542dcbe533a57654c05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132323
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/layoutwriter_setup.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/layoutwriter_setup.mk b/sw/layoutwriter_setup.mk index 0fb848f106de..cd0d86b7f98c 100644 --- a/sw/layoutwriter_setup.mk +++ b/sw/layoutwriter_setup.mk @@ -75,6 +75,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_layoutwriter$(1))) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_layoutwriter$(1), \ modules/swriter \ + sfx \ + svt \ )) $(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \ |