[Libreoffice-commits] core.git: sw/CppunitTest_sw_core_layout.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 11 10:50:28 UTC 2020
sw/CppunitTest_sw_core_layout.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1c271e9fdcea1832378995c9c43619290060f378
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Sep 11 11:44:25 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Sep 11 12:49:51 2020 +0200
Missing test dependencies
From-scratch `make CppunitTest_sw_core_layout` had failed for me on Linux with
> warn:vcl.builder:1528301:1528301:vcl/source/window/builder.cxx:467: 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 xmlreader/source/xmlreader.cxx:66
and
> warn:vcl.builder:1529052:1529052:vcl/source/window/builder.cxx:467: DBG_UNHANDLED_EXCEPTION in VclBuilder
> when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui xmlreader/source/xmlreader.cxx:66
Change-Id: I021cf45a61a894a88aee64110a9b9ea8f7a20888
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102452
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/CppunitTest_sw_core_layout.mk b/sw/CppunitTest_sw_core_layout.mk
index b875fd851053..06f35d4bdc04 100644
--- a/sw/CppunitTest_sw_core_layout.mk
+++ b/sw/CppunitTest_sw_core_layout.mk
@@ -66,6 +66,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_core_layout))
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_core_layout, \
modules/swriter \
+ svt \
+ svx \
))
$(eval $(call gb_CppunitTest_use_more_fonts,sw_core_layout))
More information about the Libreoffice-commits
mailing list