diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-11-17 10:37:13 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-11-17 11:47:43 +0100 |
commit | 0979798658ff536defe537f57cc6b32278d32414 (patch) | |
tree | 07021b9c5e742c82e05e400706ae1f6b0d63cb29 | |
parent | 42e30c24615402c49351f80cc8a47d61d47267c6 (diff) |
uitest: move findBar tests to their own folder
Change-Id: I083b5c63a1c96e36d958e3071d9a7b2be14373bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105973
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
-rw-r--r-- | sw/Module_sw.mk | 1 | ||||
-rw-r--r-- | sw/UITest_sw_findBar.mk | 16 | ||||
-rw-r--r-- | sw/qa/uitest/findBar/findbar.py (renamed from sw/qa/uitest/writer_tests6/findbar.py) | 0 | ||||
-rw-r--r-- | sw/qa/uitest/findBar/tdf136941.py (renamed from sw/qa/uitest/writer_tests6/tdf136941.py) | 0 | ||||
-rw-r--r-- | sw/qa/uitest/findBar/tdf88608.py (renamed from sw/qa/uitest/writer_tests6/tdf88608.py) | 0 |
5 files changed, 17 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 3a0053a20db7..0142cf32fa33 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -169,6 +169,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sw,\ UITest_writer_tests6 \ UITest_writer_tests7 \ UITest_sw_table \ + UITest_sw_findBar \ UITest_sw_findReplace \ UITest_sw_findSimilarity \ UITest_chapterNumbering \ diff --git a/sw/UITest_sw_findBar.mk b/sw/UITest_sw_findBar.mk new file mode 100644 index 000000000000..ad2f7d5a188e --- /dev/null +++ b/sw/UITest_sw_findBar.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_findBar)) + +$(eval $(call gb_UITest_add_modules,sw_findBar,$(SRCDIR)/sw/qa/uitest,\ + findBar/ \ +)) + +$(eval $(call gb_UITest_set_defs,sw_findBar, \ + TDOC="$(SRCDIR)/sw/qa/uitest/data" \ +)) diff --git a/sw/qa/uitest/writer_tests6/findbar.py b/sw/qa/uitest/findBar/findbar.py index df973dc8e162..df973dc8e162 100644 --- a/sw/qa/uitest/writer_tests6/findbar.py +++ b/sw/qa/uitest/findBar/findbar.py diff --git a/sw/qa/uitest/writer_tests6/tdf136941.py b/sw/qa/uitest/findBar/tdf136941.py index a96964a2fb79..a96964a2fb79 100644 --- a/sw/qa/uitest/writer_tests6/tdf136941.py +++ b/sw/qa/uitest/findBar/tdf136941.py diff --git a/sw/qa/uitest/writer_tests6/tdf88608.py b/sw/qa/uitest/findBar/tdf88608.py index 463968dc4daa..463968dc4daa 100644 --- a/sw/qa/uitest/writer_tests6/tdf88608.py +++ b/sw/qa/uitest/findBar/tdf88608.py |