[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/CppunitTest_sw_apitests.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 22 09:39:04 UTC 2020


 sw/CppunitTest_sw_apitests.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e37b65f9a69f9bd6d24328d4eaf6018a5b0345a3
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Mar 19 16:00:45 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Mar 22 10:38:33 2020 +0100

    Missing test dependency
    
    `make clean && make CppunitTest_sw_apitests` SIGABRT'ed with
    
    [...]
    > warn:vcl.builder:2929395:2929395:vcl/source/window/builder.cxx:462: DBG_UNHANDLED_EXCEPTION in VclBuilder::VclBuilder(vcl::Window*, const rtl::OUString&, const rtl::OUString&, const rtl::OString&, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, bool, const NotebookBarAddonsItem*)
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui
    > warn:sfx.sidebar:2929395:2929395:sfx2/source/sidebar/SidebarController.cxx:976: Cannot create panel private:resource/toolpanel/SvxPanelFactory/StylesPropertyPanel com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui
    > warn:vcl.builder:2929395:2929395:vcl/source/window/builder.cxx:462: DBG_UNHANDLED_EXCEPTION in VclBuilder::VclBuilder(vcl::Window*, const rtl::OUString&, const rtl::OUString&, const rtl::OString&, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, bool, const NotebookBarAddonsItem*)
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebartextpanel.ui
    > warn:sfx.sidebar:2929395:2929395:sfx2/source/sidebar/SidebarController.cxx:976: Cannot create panel private:resource/toolpanel/SvxPanelFactory/TextPropertyPanel com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebartextpanel.ui
    > warn:vcl.builder:2929395:2929395:vcl/source/window/builder.cxx:462: DBG_UNHANDLED_EXCEPTION in VclBuilder::VclBuilder(vcl::Window*, const rtl::OUString&, const rtl::OUString&, const rtl::OString&, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, bool, const NotebookBarAddonsItem*)
    >     when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file:///.../instdir/share/config/soffice.cfg/svx/ui/sidebarparagraph.ui
    > warn:legacy.osl:2929395:2929395:vcl/source/window/window.cxx:269: Window ( 7Control()) with live children destroyed:  7VclVBox()
    > Window ( 7Control()) with live children destroyed:  7VclVBox()
    
    Change-Id: I89b6365bdabfea75e53a2bce7f8639061390e038
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90754
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    (cherry picked from commit 61d8d991a27c3bfe70e3b8d3b4ce4d8a41d18d2d)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90643

diff --git a/sw/CppunitTest_sw_apitests.mk b/sw/CppunitTest_sw_apitests.mk
index 370ed779d8b9..3a3527f0de60 100644
--- a/sw/CppunitTest_sw_apitests.mk
+++ b/sw/CppunitTest_sw_apitests.mk
@@ -71,4 +71,8 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_apitests))
 
 $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services))
 
+$(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \
+    svx \
+))
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list