dbaccess/CppunitTest_dbaccess_hsqldb_test.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 41cbbb6ecb9d5bbca79d6537228dbabd8c896e84 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Mar 9 14:28:18 2022 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Mar 10 08:35:39 2022 +0100 Missing test dependency > [_RUN_____] HSQLDBTest::testEmptyDBConnection [...] > warn:vcl.builder:997476:997476:vcl/source/window/builder.cxx:479: DBG_UNHANDLED_EXCEPTION in VclBuilder > when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/dbaccess/ui/appborderwindow.ui at xmlreader/source/xmlreader.cxx:66" Change-Id: I695e19919c66e14852fca2cc23436b463544ec52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131252 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk b/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk index 500d8b376398..3cad59f2ad47 100644 --- a/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk +++ b/dbaccess/CppunitTest_dbaccess_hsqldb_test.mk @@ -77,4 +77,8 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_hsqldb_test,\ $(eval $(call gb_CppunitTest_use_configuration,dbaccess_hsqldb_test)) +$(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_hsqldb_test, \ + dbaccess \ +)) + # vim: set noet sw=4 ts=4: