sc/Module_sc.mk             |    1 +
 sc/UITest_external_links.mk |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

New commits:
commit a77981ad21aa0793f0af2ac262bd3573e0501235
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Mar 14 12:07:50 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Mar 14 15:26:38 2022 +0100

    uitest: sc: move external links tests to their own place
    
    Change-Id: Ie02318a502ec9baf8c27c9a353b070ae113672f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131531
    Tested-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 5179c5fdb292..1c146060b3a4 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -258,6 +258,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\
        UITest_calc_tests4 \
        UITest_calc_tests6 \
        UITest_csv_dialog \
+       UITest_external_links \
        UITest_statistics \
        UITest_solver \
        UITest_goalSeek \
diff --git a/sc/UITest_external_links.mk b/sc/UITest_external_links.mk
new file mode 100644
index 000000000000..161883227d08
--- /dev/null
+++ b/sc/UITest_external_links.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,external_links))
+
+$(eval $(call gb_UITest_add_modules,external_links,$(SRCDIR)/sc/qa/uitest,\
+       external_links/ \
+))
+
+$(eval $(call gb_UITest_set_defs,external_links, \
+    TDOC="$(SRCDIR)/sc/qa/uitest/data" \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/qa/uitest/calc_tests3/tdf114995.py 
b/sc/qa/uitest/external_links/tdf114995.py
similarity index 100%
rename from sc/qa/uitest/calc_tests3/tdf114995.py
rename to sc/qa/uitest/external_links/tdf114995.py
diff --git a/sc/qa/uitest/calc_tests3/tdf127484.py 
b/sc/qa/uitest/external_links/tdf127484.py
similarity index 100%
rename from sc/qa/uitest/calc_tests3/tdf127484.py
rename to sc/qa/uitest/external_links/tdf127484.py
diff --git a/sc/qa/uitest/calc_tests3/tdf147767.py 
b/sc/qa/uitest/external_links/tdf147767.py
similarity index 100%
rename from sc/qa/uitest/calc_tests3/tdf147767.py
rename to sc/qa/uitest/external_links/tdf147767.py
diff --git a/sc/qa/uitest/calc_tests3/tdf95217.py 
b/sc/qa/uitest/external_links/tdf95217.py
similarity index 100%
rename from sc/qa/uitest/calc_tests3/tdf95217.py
rename to sc/qa/uitest/external_links/tdf95217.py
diff --git a/sc/qa/uitest/calc_tests3/tdf96499.py 
b/sc/qa/uitest/external_links/tdf96499.py
similarity index 100%
rename from sc/qa/uitest/calc_tests3/tdf96499.py
rename to sc/qa/uitest/external_links/tdf96499.py

Reply via email to