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 <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2021-12-14 16:37:57 +01:00
parent 0d1971a8dc
commit f9267444d9

View file

@ -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: