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 <sbergman@redhat.com>
This commit is contained in:
parent
6413e3060b
commit
ab5e812e38
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_dialogs_test))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\
|
$(eval $(call gb_CppunitTest_use_uiconfigs,sw_dialogs_test,\
|
||||||
modules/swriter \
|
modules/swriter \
|
||||||
|
sfx \
|
||||||
|
svt \
|
||||||
|
svx \
|
||||||
|
vcl \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_packages,sw_dialogs_test,\
|
$(eval $(call gb_CppunitTest_use_packages,sw_dialogs_test,\
|
||||||
|
|
Loading…
Reference in a new issue