dbaccess/CppunitTest_dbaccess_firebird_test.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit f6f0ef29f17a7afebd855dc06bd7172884649d73
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Aug 31 11:14:24 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Aug 31 21:41:26 2022 +0200

    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 <sberg...@redhat.com>

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:

Reply via email to