sw/Module_sw.mk | 1 + sw/UITest_sw_fieldDialog.mk | 16 ++++++++++++++++ 2 files changed, 17 insertions(+)
New commits: commit e50f6cefdc92d98b16abcdaad11f1eb046dc7652 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon Apr 18 17:23:02 2022 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Apr 18 19:11:08 2022 +0200 uitest: sw: move field dialog tests to their own place Change-Id: I9b4b462af85cea7e2427b4025a268dcc200fff51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133130 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 84a718feb766..a543a57b0f55 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -192,6 +192,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\ UITest_writer_tests7 \ UITest_sw_table \ UITest_sw_chart \ + UITest_sw_fieldDialog \ UITest_sw_findBar \ UITest_sw_findReplace \ UITest_chapterNumbering \ diff --git a/sw/UITest_sw_fieldDialog.mk b/sw/UITest_sw_fieldDialog.mk new file mode 100644 index 000000000000..ac9f04059237 --- /dev/null +++ b/sw/UITest_sw_fieldDialog.mk @@ -0,0 +1,16 @@ +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_UITest_UITest,sw_fieldDialog)) + +$(eval $(call gb_UITest_add_modules,sw_fieldDialog,$(SRCDIR)/sw/qa/uitest,\ + fieldDialog/ \ +)) + +$(eval $(call gb_UITest_set_defs,sw_fieldDialog, \ + TDOC="$(SRCDIR)/sw/qa/uitest/data" \ +)) diff --git a/sw/qa/uitest/writer_tests/tdf129796.py b/sw/qa/uitest/fieldDialog/tdf129796.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf129796.py rename to sw/qa/uitest/fieldDialog/tdf129796.py diff --git a/sw/qa/uitest/writer_tests/tdf135377.py b/sw/qa/uitest/fieldDialog/tdf135377.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf135377.py rename to sw/qa/uitest/fieldDialog/tdf135377.py diff --git a/sw/qa/uitest/writer_tests/tdf143483.py b/sw/qa/uitest/fieldDialog/tdf143483.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf143483.py rename to sw/qa/uitest/fieldDialog/tdf143483.py diff --git a/sw/qa/uitest/writer_tests/tdf145062.py b/sw/qa/uitest/fieldDialog/tdf145062.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf145062.py rename to sw/qa/uitest/fieldDialog/tdf145062.py diff --git a/sw/qa/uitest/writer_tests/tdf146462.py b/sw/qa/uitest/fieldDialog/tdf146462.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf146462.py rename to sw/qa/uitest/fieldDialog/tdf146462.py diff --git a/sw/qa/uitest/writer_tests/tdf148551.py b/sw/qa/uitest/fieldDialog/tdf148551.py similarity index 100% rename from sw/qa/uitest/writer_tests/tdf148551.py rename to sw/qa/uitest/fieldDialog/tdf148551.py