CppunitTest_sw_uibase_shells: turn on set_non_application_font_use
Similar to commit dc4d7500c9
(Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23), got rid of 'MS 明朝' as suggested by the failing assert.
Change-Id: I24dcf0bffa8c213f776c0483d53fdee64ff7a413
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165982
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
parent
1dc1729183
commit
d890c27b67
2 changed files with 4 additions and 0 deletions
|
@ -75,4 +75,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_shells, \
|
|||
|
||||
$(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_shells))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_shells,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue