diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-08-25 20:23:11 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-08-31 21:10:04 +0200 |
commit | d8a0b3030c3cf7b8883667e2140dc6cbe8eb90f9 (patch) | |
tree | 25aeaa944d62eace300c5c5986abfb1572150940 /sw | |
parent | dfde7cef704533fa9e352225ee596da7e2e106d1 (diff) |
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Module_sw.mk | 1 | ||||
-rw-r--r-- | sw/UITest_sw_findSimilarity.mk | 16 | ||||
-rw-r--r-- | sw/qa/uitest/findReplace/findSimilarity.py (renamed from sw/qa/uitest/findSimilarity/findSimilarity.py) | 0 | ||||
-rw-r--r-- | sw/qa/uitest/findReplace/tdf126627.py (renamed from sw/qa/uitest/writer_tests6/tdf126627.py) | 0 | ||||
-rw-r--r-- | sw/qa/uitest/findReplace/tdf44837.py (renamed from sw/qa/uitest/writer_tests6/tdf44837.py) | 0 |
5 files changed, 0 insertions, 17 deletions
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 index e637d60baffb..e637d60baffb 100644 --- a/sw/qa/uitest/findSimilarity/findSimilarity.py +++ b/sw/qa/uitest/findReplace/findSimilarity.py diff --git a/sw/qa/uitest/writer_tests6/tdf126627.py b/sw/qa/uitest/findReplace/tdf126627.py index b5a6d61f9955..b5a6d61f9955 100644 --- a/sw/qa/uitest/writer_tests6/tdf126627.py +++ b/sw/qa/uitest/findReplace/tdf126627.py diff --git a/sw/qa/uitest/writer_tests6/tdf44837.py b/sw/qa/uitest/findReplace/tdf44837.py index 66b3840fd9c9..66b3840fd9c9 100644 --- a/sw/qa/uitest/writer_tests6/tdf44837.py +++ b/sw/qa/uitest/findReplace/tdf44837.py |