[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_lifecycle.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 25 19:42:29 UTC 2018


 vcl/CppunitTest_vcl_lifecycle.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 04ae4a9721dab0133e7f63db69fcbae55fe87ef0
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Nov 25 19:08:51 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Nov 25 20:42:08 2018 +0100

    Missing test dependency
    
    > warn:vcl.layout:29309:29309:vcl/source/window/builder.cxx:446: 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)
    >     when: Unable to read .ui file
    >     type: com.sun.star.container.NoSuchElementException
    >     message: file:///.../core/instdir/share/config/soffice.cfg/vcl/ui/printprogressdialog.ui
    
    Change-Id: Ie275f5dbee52c5928276c06f65a5401a5fe1ae29
    Reviewed-on: https://gerrit.libreoffice.org/63995
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/CppunitTest_vcl_lifecycle.mk b/vcl/CppunitTest_vcl_lifecycle.mk
index 44914e8e0294..209a2a8d5915 100644
--- a/vcl/CppunitTest_vcl_lifecycle.mk
+++ b/vcl/CppunitTest_vcl_lifecycle.mk
@@ -49,4 +49,8 @@ $(eval $(call gb_CppunitTest_use_components,vcl_lifecycle,\
 
 $(eval $(call gb_CppunitTest_use_configuration,vcl_lifecycle))
 
+$(eval $(call gb_CppunitTest_use_uiconfigs,vcl_lifecycle, \
+    vcl \
+))
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list