summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-03-09 14:28:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-03-10 08:35:39 +0100
commit41cbbb6ecb9d5bbca79d6537228dbabd8c896e84 (patch)
treeb9afe1e6e18ae86639310251d7c152c7e07c29f4 /dbaccess
parent7a9e60c4b7d6c28f5b3e084e3db9ab2445c94bfd (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/CppunitTest_dbaccess_hsqldb_test.mk4
1 files changed, 4 insertions, 0 deletions
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: