From f9267444d9961812214d127c1c69caeb154ef555 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 14 Dec 2021 16:37:57 +0100 Subject: [PATCH] Missing test dependencies > [_RUN_____] Chart2XShapeTest::testPieChartLabels1 [...] > warn:vcl.builder:4127841:4127841: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:///data/lo/core/instdir/share/config/soffice.cfg/svt/ui/tabbuttons.ui /data/lo/core/xmlreader/source/xmlreader.cxx:66 and > [_RUN_____] Chart2XShapeTest::testPieChartLabels1 [...] > warn:vcl.builder:4129133:4129133: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:///data/lo/core/instdir/share/config/soffice.cfg/modules/scalc/ui/posbox.ui /data/lo/core/xmlreader/source/xmlreader.cxx:66 and > [_RUN_____] Chart2XShapeTest::testPieChartLabels1 [...] > warn:vcl.builder:4132624:4132624: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:///data/lo/core/instdir/share/config/soffice.cfg/sfx/ui/tabbar.ui /data/lo/core/xmlreader/source/xmlreader.cxx:66 and > [_RUN_____] Chart2XShapeTest::testTdf88154LabelRotatedLayout [...] > warn:vcl.builder:4134247:4134247: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:///data/lo/core/instdir/share/config/soffice.cfg/modules/simpress/ui/tabviewbar.ui /data/lo/core/xmlreader/source/xmlreader.cxx:66 Change-Id: Ie8251580793654c0b7931d430be4a17ae0782cfe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126836 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- chart2/CppunitTest_chart2_xshape.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chart2/CppunitTest_chart2_xshape.mk b/chart2/CppunitTest_chart2_xshape.mk index 7f4c65f415dc..4ea92462848e 100644 --- a/chart2/CppunitTest_chart2_xshape.mk +++ b/chart2/CppunitTest_chart2_xshape.mk @@ -125,4 +125,11 @@ $(eval $(call gb_CppunitTest_use_components,chart2_xshape,\ $(eval $(call gb_CppunitTest_use_configuration,chart2_xshape)) +$(eval $(call gb_CppunitTest_use_uiconfigs,chart2_xshape, \ + modules/scalc \ + modules/simpress \ + sfx \ + svt \ +)) + # vim: set noet sw=4 ts=4: