sd/qa/unit/data/pptx/smartart-autofit-sync.pptx |binary 1 file changed New commits: commit 4a81d6168a81ce0a0e7fdd2af852d88c49fc8656 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Fri Oct 20 15:47:45 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Oct 24 12:59:25 2023 +0200
CppunitTest_sd_import_tests-smartart: make testAutofitSync more robust - replace 'Calibri Light' with 'Noto Sans' (we bundle the later) - replace 'Calibri' with 'Arial' With this: diff --git a/sd/CppunitTest_sd_import_tests-smartart.mk b/sd/CppunitTest_sd_import_tests-smartart.mk index 9b7362b08152..72e0dead7731 100644 --- a/sd/CppunitTest_sd_import_tests-smartart.mk +++ b/sd/CppunitTest_sd_import_tests-smartart.mk @@ -11,4 +11,6 @@ $(eval $(call sd_import_test,-smartart)) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sd_import_tests-smartart,abort)) + # vim: set noet sw=4 ts=4: doesn't abort anymore. In fact the second replacement is just for completeness, the first was enough alredy. Change-Id: I455b473233e351b7a2ee6a1b1b66049e63a8a6ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158263 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> (cherry picked from commit e64f3ab974e2f8c528fef8d75162b82ec0453293) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158283 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sd/qa/unit/data/pptx/smartart-autofit-sync.pptx b/sd/qa/unit/data/pptx/smartart-autofit-sync.pptx index 9a6ce0f494c5..e27dbbfd3de3 100644 Binary files a/sd/qa/unit/data/pptx/smartart-autofit-sync.pptx and b/sd/qa/unit/data/pptx/smartart-autofit-sync.pptx differ