sw/Module_sw.mk | 1 + sw/UITest_sw_findBar.mk | 16 ++++++++++++++++ 2 files changed, 17 insertions(+)
New commits: commit 0979798658ff536defe537f57cc6b32278d32414 Author: Xisco Fauli <[email protected]> AuthorDate: Tue Nov 17 10:37:13 2020 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Nov 17 11:47:43 2020 +0100 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 <[email protected]> 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 similarity index 100% rename from sw/qa/uitest/writer_tests6/findbar.py rename to sw/qa/uitest/findBar/findbar.py diff --git a/sw/qa/uitest/writer_tests6/tdf136941.py b/sw/qa/uitest/findBar/tdf136941.py similarity index 100% rename from sw/qa/uitest/writer_tests6/tdf136941.py rename to sw/qa/uitest/findBar/tdf136941.py diff --git a/sw/qa/uitest/writer_tests6/tdf88608.py b/sw/qa/uitest/findBar/tdf88608.py similarity index 100% rename from sw/qa/uitest/writer_tests6/tdf88608.py rename to sw/qa/uitest/findBar/tdf88608.py _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
