summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-08-31 11:14:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-08-31 21:41:26 +0200
commitf6f0ef29f17a7afebd855dc06bd7172884649d73 (patch)
tree635259dba06fbbbcefcf8a43e3ae1075bdeb06b5
parent0f0cc045e06c8f3cd3f9780054f2259c6a0995f7 (diff)
Missing test dependency
> warn:vcl.builder:1135119:1135119:vcl/source/window/builder.cxx:480: 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" > warn:dbaccess:1135119:1135119:dbaccess/source/filter/xml/dbloader2.cxx:460: DBG_UNHANDLED_EXCEPTION in load exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/dbaccess/ui/appborderwindow.ui" > unotest/source/cpp/macros_test.cxx:74:FirebirdTest::testEmptyDBConnection > assertion failed > - Expression: xComponent.is() > - loading failed: file:////tmp/FirebirdTest__testEmptyDBConnection_2lyauo.tmp Change-Id: I25ede2d4b74753d056a15147737ae67e1c4b5588 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139087 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--dbaccess/CppunitTest_dbaccess_firebird_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_firebird_test.mk b/dbaccess/CppunitTest_dbaccess_firebird_test.mk
index 5065520993e2..c9ca5b9bf4bb 100644
--- a/dbaccess/CppunitTest_dbaccess_firebird_test.mk
+++ b/dbaccess/CppunitTest_dbaccess_firebird_test.mk
@@ -67,4 +67,8 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
$(eval $(call gb_CppunitTest_use_configuration,dbaccess_firebird_test))
+$(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_firebird_test, \
+ dbaccess \
+))
+
# vim: set noet sw=4 ts=4: