vcl/CppunitTest_vcl_lifecycle.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 04ae4a9721dab0133e7f63db69fcbae55fe87ef0 Author: Stephan Bergmann <[email protected]> AuthorDate: Sun Nov 25 19:08:51 2018 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
