diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-06-16 08:59:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-06-16 11:27:22 +0200 |
commit | 4b46eb79c2f242e97249ace16b1fc57335574c95 (patch) | |
tree | 54bdc69ca698f0c651958cebce5ae886ac519177 | |
parent | a4fa06be4f8cd4d2584a6f3e4c5bd02786e591ad (diff) |
Missing test dependencies
> warn:vcl.builder:4159485:4159485: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"
> warn:vcl.builder:4159485:4159485: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/modules/swriter/ui/annotation.ui"
and
> warn:vcl.builder:4164787:4164787: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"
when building CppunitTest_sw_ww8export
CPPUNIT_TEST_NAME=testCommentExport::Load_Verify_Reload_Verify from scratch
Change-Id: I36eedd31c8ee55f2992cb1aec3b26cfdbc4e2a27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135964
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | sw/CppunitTest_sw_ww8export.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ww8export.mk b/sw/CppunitTest_sw_ww8export.mk index 81e8eac2273d..306337889cc9 100644 --- a/sw/CppunitTest_sw_ww8export.mk +++ b/sw/CppunitTest_sw_ww8export.mk @@ -12,4 +12,10 @@ # empty second argument (i.e. no 1) $(eval $(call sw_ww8export_test,)) +$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ww8export, \ + modules/swriter \ + sfx \ + svt \ +)) + # vim: set noet sw=4 ts=4: |