sc/Module_sc.mk | 1 + sc/UITest_pasteSpecial.mk | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+)
New commits: commit bec391133da18e1c7c0e7f3d562bceeb6f93b497 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Mon Jul 5 13:07:54 2021 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Jul 5 14:00:41 2021 +0200 uitest: sc: move pasteSpecial tests to their own folder Change-Id: I19dcb65937bb25ccc74f347788a554450fb291f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118410 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 23f87316b79c..99600f5d9838 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -264,6 +264,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\ UITest_sort \ UITest_chart \ UITest_pageFormat \ + UITest_pasteSpecial \ UITest_calc_tests8 \ UITest_calc_dialogs \ UITest_calc_tests9 \ diff --git a/sc/UITest_pasteSpecial.mk b/sc/UITest_pasteSpecial.mk new file mode 100644 index 000000000000..6da1278138c7 --- /dev/null +++ b/sc/UITest_pasteSpecial.mk @@ -0,0 +1,20 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# 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,pasteSpecial)) + +$(eval $(call gb_UITest_add_modules,pasteSpecial,$(SRCDIR)/sc/qa/uitest,\ + pasteSpecial/ \ +)) + +$(eval $(call gb_UITest_set_defs,pasteSpecial, \ + TDOC="$(SRCDIR)/sc/qa/uitest/data" \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/sc/qa/uitest/calc_tests8/tdf114710.py b/sc/qa/uitest/pasteSpecial/tdf114710.py similarity index 100% rename from sc/qa/uitest/calc_tests8/tdf114710.py rename to sc/qa/uitest/pasteSpecial/tdf114710.py diff --git a/sc/qa/uitest/calc_tests8/tdf118308.py b/sc/qa/uitest/pasteSpecial/tdf118308.py similarity index 100% rename from sc/qa/uitest/calc_tests8/tdf118308.py rename to sc/qa/uitest/pasteSpecial/tdf118308.py diff --git a/sc/qa/uitest/calc_tests3/tdf142932.py b/sc/qa/uitest/pasteSpecial/tdf142932.py similarity index 100% rename from sc/qa/uitest/calc_tests3/tdf142932.py rename to sc/qa/uitest/pasteSpecial/tdf142932.py diff --git a/sc/qa/uitest/calc_tests3/tdf57274.py b/sc/qa/uitest/pasteSpecial/tdf57274.py similarity index 100% rename from sc/qa/uitest/calc_tests3/tdf57274.py rename to sc/qa/uitest/pasteSpecial/tdf57274.py diff --git a/sc/qa/uitest/calc_tests3/tdf62267.py b/sc/qa/uitest/pasteSpecial/tdf62267.py similarity index 100% rename from sc/qa/uitest/calc_tests3/tdf62267.py rename to sc/qa/uitest/pasteSpecial/tdf62267.py diff --git a/sc/qa/uitest/calc_tests3/tdf65856.py b/sc/qa/uitest/pasteSpecial/tdf65856.py similarity index 100% rename from sc/qa/uitest/calc_tests3/tdf65856.py rename to sc/qa/uitest/pasteSpecial/tdf65856.py diff --git a/sc/qa/uitest/calc_tests3/tdf69450.py b/sc/qa/uitest/pasteSpecial/tdf69450.py similarity index 100% rename from sc/qa/uitest/calc_tests3/tdf69450.py rename to sc/qa/uitest/pasteSpecial/tdf69450.py diff --git a/sc/qa/uitest/manual_tests/more_calc.py b/sc/qa/uitest/pasteSpecial/tdf84810.py similarity index 100% rename from sc/qa/uitest/manual_tests/more_calc.py rename to sc/qa/uitest/pasteSpecial/tdf84810.py diff --git a/sc/qa/uitest/calc_tests4/tdf86253.py b/sc/qa/uitest/pasteSpecial/tdf86253.py similarity index 100% rename from sc/qa/uitest/calc_tests4/tdf86253.py rename to sc/qa/uitest/pasteSpecial/tdf86253.py _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits