From ab5e812e381b85ddd8bc4a3456e9b7695f824c95 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Apr 2023 14:02:50 +0200 Subject: [PATCH] Missing test dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > 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 --- sw/CppunitTest_sw_dialogs_test.mk | 4 ++++ 1 file changed, 4 insertions(+) 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,\