sw/CppunitTest_sw_ooxmlexport_de_locale.mk | 6 +++--- sw/Module_sw.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 0be7618a894a39ddfe357c0618df17d1dab3f676 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Wed Jul 2 12:24:21 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Jul 2 14:13:02 2025 +0200 CppunitTest_sw_ooxmlexport26: rename it to CppunitTest_sw_ooxmlexport_de_locale to make it clear it uses LO_TEST_LOCALE=de Change-Id: Ieb786add9b66ae25567d0b9024386642fd73f4ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187271 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/CppunitTest_sw_ooxmlexport26.mk b/sw/CppunitTest_sw_ooxmlexport_de_locale.mk similarity index 71% rename from sw/CppunitTest_sw_ooxmlexport26.mk rename to sw/CppunitTest_sw_ooxmlexport_de_locale.mk index 2bb987dd2ce4..dc5d3f3d5d21 100644 --- a/sw/CppunitTest_sw_ooxmlexport26.mk +++ b/sw/CppunitTest_sw_ooxmlexport_de_locale.mk @@ -9,11 +9,11 @@ # #************************************************************************* -$(eval $(call sw_ooxmlexport_test,26)) +$(eval $(call sw_ooxmlexport_test,_de_locale)) # this test requires "de" translations and if missing tests will be skipped -$(call gb_CppunitTest_get_target,sw_ooxmlexport26) : $(call gb_AllLangMoTarget_get_target,sw) +$(call gb_CppunitTest_get_target,sw_ooxmlexport_de_locale) : $(call gb_AllLangMoTarget_get_target,sw) -$(call gb_CppunitTest_get_target,sw_ooxmlexport26) : export LO_TEST_LOCALE=de +$(call gb_CppunitTest_get_target,sw_ooxmlexport_de_locale) : export LO_TEST_LOCALE=de # vim: set noet sw=4 ts=4: diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index f3421aecb542..bfa1028a4df5 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -103,7 +103,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_ooxmlexport23 \ CppunitTest_sw_ooxmlexport24 \ CppunitTest_sw_ooxmlexport25 \ - CppunitTest_sw_ooxmlexport26 \ + CppunitTest_sw_ooxmlexport_de_locale \ CppunitTest_sw_ooxmlexport_template \ CppunitTest_sw_ooxmlfieldexport \ CppunitTest_sw_ooxmllinks \ diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport26.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport_de_locale.cxx similarity index 100% rename from sw/qa/extras/ooxmlexport/ooxmlexport26.cxx rename to sw/qa/extras/ooxmlexport/ooxmlexport_de_locale.cxx