chart2/CppunitTest_chart2_xshape.mk |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit f9267444d9961812214d127c1c69caeb154ef555
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Dec 14 16:37:57 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Dec 14 17:30:06 2021 +0100

    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 <sberg...@redhat.com>

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:

Reply via email to