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::uno::Reference<com::sun::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@redhat.com>
This commit is contained in:
Stephan Bergmann 2018-11-25 19:08:51 +01:00
parent 4ac2f1799f
commit 04ae4a9721

View file

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