sw/CppunitTest_sw_dialogs_test.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit ab5e812e381b85ddd8bc4a3456e9b7695f824c95
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Apr 20 14:02:50 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Apr 20 16:48:04 2023 +0200

    Missing test dependencies
    
    > warn:vcl.gtk:1737406:1737406:vcl/unx/gtk3/gtkinst.cxx:23545: 
GtkInstanceBuilder: error when calling gtk_builder_add_from_file: Failed to 
open file “instdir/share/config/soffice.cfg/vcl/ui/screenshotparent.ui”: No 
such file or directory
    > cppunittester: vcl/unx/gtk3/gtkinst.cxx:23548: void 
{anonymous}::load_ui_file(GtkBuilder*, const rtl::OUString&): Assertion `rc && 
"could not load UI file"' failed.
    
    and then
    
    > warn:vcl.gtk:1738858:1738858:vcl/unx/gtk3/gtkinst.cxx:23545: 
GtkInstanceBuilder: error when calling gtk_builder_add_from_file: Failed to 
open file “instdir/share/config/soffice.cfg/svt/ui/scrollbars.ui”: No such file 
or directory
    > cppunittester: vcl/unx/gtk3/gtkinst.cxx:23548: void 
{anonymous}::load_ui_file(GtkBuilder*, const rtl::OUString&): Assertion `rc && 
"could not load UI file"' failed.
    
    and then
    
    > warn:vcl.gtk:1739896:1739896:vcl/unx/gtk3/gtkinst.cxx:23545: 
GtkInstanceBuilder: error when calling gtk_builder_add_from_file: Failed to 
open file “instdir/share/config/soffice.cfg/sfx/ui/tabbar.ui”: No such file or 
directory
    > cppunittester: vcl/unx/gtk3/gtkinst.cxx:23548: void 
{anonymous}::load_ui_file(GtkBuilder*, const rtl::OUString&): Assertion `rc && 
"could not load UI file"' failed.
    
    and then
    
    > warn:vcl.gtk:1741504:1741504:vcl/unx/gtk3/gtkinst.cxx:23545: 
GtkInstanceBuilder: error when calling gtk_builder_add_from_file: Failed to 
open file “instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui”: No 
such file or directory
    > cppunittester: vcl/unx/gtk3/gtkinst.cxx:23548: void 
{anonymous}::load_ui_file(GtkBuilder*, const rtl::OUString&): Assertion `rc && 
"could not load UI file"' failed.
    
    Change-Id: I0ebdbbaadbf5cec7c86d24b2603537d93db3738b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150690
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/CppunitTest_sw_dialogs_test.mk 
b/sw/CppunitTest_sw_dialogs_test.mk
index 6b9262858e2e..673020fff95f 100644
--- a/sw/CppunitTest_sw_dialogs_test.mk
+++ b/sw/CppunitTest_sw_dialogs_test.mk
@@ -71,6 +71,10 @@ $(eval $(call 
gb_CppunitTest_use_configuration,sw_dialogs_test))
 
 $(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\
        modules/swriter \
+       sfx \
+       svt \
+       svx \
+       vcl \
 ))
 
 $(eval $(call gb_CppunitTest_use_packages,sw_dialogs_test,\

Reply via email to