[Libreoffice-commits] core.git: sw/CppunitTest_sw_uiwriter.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 13 14:43:13 UTC 2020
sw/CppunitTest_sw_uiwriter.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 66aa74e4698cc8b63167df8a2ba881c2d420275a
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Oct 13 15:30:12 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Oct 13 16:42:34 2020 +0200
Missing test dependencies
Otherwise, from-scratch `make CppunitTest_sw_uiwriter` failed for me on Linux
with
> warn:vcl.builder:1934376:1934376: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:///~/lo/core/instdir/share/config/soffice.cfg/svt/ui/editcontrol.ui ~/lo/core/xmlreader/source/xmlreader.cxx:66
and
> warn:vcl.builder:1939531:1939531: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:///~/lo/core/instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui ~/lo/core/xmlreader/source/xmlreader.cxx:66
and
> warn:vcl.builder:1943074:1943074: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:///~/lo/core/instdir/share/config/soffice.cfg/sfx/ui/infobar.ui ~/lo/core/xmlreader/source/xmlreader.cxx:66
Change-Id: I8f1ece408b8c5f0e389378f15a2652a45cb93103
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104235
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index ed29b2cdaed6..1e7a4d279ac0 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -73,6 +73,9 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_uiwriter))
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_uiwriter, \
modules/swriter \
+ sfx \
+ svt \
+ svx \
))
$(eval $(call gb_CppunitTest_use_packages,sw_uiwriter, \
More information about the Libreoffice-commits
mailing list