CppunitTest_sw_odfimport: turn on set_non_application_font_use

Similar to commit dc4d7500c9 (Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23), replaced fonts as suggested by the failing assert.

Change-Id: Ia0225a15b295efd86b6dbfeb2c80e9c161cbe566
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164800
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2024-03-14 08:05:15 +01:00
parent 1b5010bfb7
commit bb9faad7e9
11 changed files with 4 additions and 0 deletions

View file

@ -74,4 +74,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_odfimport,\
officecfg/registry \
))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_odfimport,abort))
endif
# vim: set noet sw=4 ts=4: