sw/Module_sw.mk | 1 - sw/UITest_sw_findSimilarity.mk | 16 ---------------- 2 files changed, 17 deletions(-)
New commits: commit d8a0b3030c3cf7b8883667e2140dc6cbe8eb90f9 Author: Xisco Fauli <[email protected]> AuthorDate: Wed Aug 25 20:23:11 2021 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Aug 31 21:10:04 2021 +0200 uitest: sw: move find and replace tests to their own folder No need to have sw_findSimilarity for just one test Change-Id: Ifec7ee9cbc81492dcae95f330a697e03875ac3a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121044 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 3f200348d0a3..d0f5e63bb0c3 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -190,7 +190,6 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\ UITest_sw_chart \ UITest_sw_findBar \ UITest_sw_findReplace \ - UITest_sw_findSimilarity \ UITest_chapterNumbering \ UITest_sw_navigator \ UITest_sw_options \ diff --git a/sw/UITest_sw_findSimilarity.mk b/sw/UITest_sw_findSimilarity.mk deleted file mode 100644 index 6b3402a85416..000000000000 --- a/sw/UITest_sw_findSimilarity.mk +++ /dev/null @@ -1,16 +0,0 @@ -# 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_findSimilarity)) - -$(eval $(call gb_UITest_add_modules,sw_findSimilarity,$(SRCDIR)/sw/qa/uitest,\ - findSimilarity/ \ -)) - -$(eval $(call gb_UITest_set_defs,sw_findSimilarity, \ - TDOC="$(SRCDIR)/sw/qa/uitest/data" \ -)) diff --git a/sw/qa/uitest/findSimilarity/findSimilarity.py b/sw/qa/uitest/findReplace/findSimilarity.py similarity index 100% rename from sw/qa/uitest/findSimilarity/findSimilarity.py rename to sw/qa/uitest/findReplace/findSimilarity.py diff --git a/sw/qa/uitest/writer_tests6/tdf126627.py b/sw/qa/uitest/findReplace/tdf126627.py similarity index 100% rename from sw/qa/uitest/writer_tests6/tdf126627.py rename to sw/qa/uitest/findReplace/tdf126627.py diff --git a/sw/qa/uitest/writer_tests6/tdf44837.py b/sw/qa/uitest/findReplace/tdf44837.py similarity index 100% rename from sw/qa/uitest/writer_tests6/tdf44837.py rename to sw/qa/uitest/findReplace/tdf44837.py
