[Libreoffice-commits] core.git: sc/Module_sc.mk sc/qa sc/UITest_csv_dialog.mk
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 24 19:52:35 UTC 2021
sc/Module_sc.mk | 1 +
sc/UITest_csv_dialog.mk | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
New commits:
commit 66617557476e7275fdb5ef3a7f46df89027cda4e
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Jun 24 12:29:20 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu Jun 24 21:51:46 2021 +0200
uitest: sc: move csv dialog tests to their own module
Change-Id: Ib8456cb77b1c147856f378eb6198f69d380e18c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117775
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index a75da398136f..23f87316b79c 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -249,6 +249,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\
UITest_calc_tests3 \
UITest_calc_tests4 \
UITest_calc_tests6 \
+ UITest_csv_dialog \
UITest_statistics \
UITest_solver \
UITest_goalSeek \
diff --git a/sc/UITest_csv_dialog.mk b/sc/UITest_csv_dialog.mk
new file mode 100644
index 000000000000..9e1ac6ab9d08
--- /dev/null
+++ b/sc/UITest_csv_dialog.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,csv_dialog))
+
+$(eval $(call gb_UITest_add_modules,csv_dialog,$(SRCDIR)/sc/qa/uitest,\
+ csv_dialog/ \
+))
+
+$(eval $(call gb_UITest_set_defs,csv_dialog, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/data" \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/qa/uitest/calc_tests9/tdf142395.py b/sc/qa/uitest/csv_dialog/tdf142395.py
similarity index 100%
rename from sc/qa/uitest/calc_tests9/tdf142395.py
rename to sc/qa/uitest/csv_dialog/tdf142395.py
diff --git a/sc/qa/uitest/calc_tests9/tdf57841.py b/sc/qa/uitest/csv_dialog/tdf57841.py
similarity index 100%
rename from sc/qa/uitest/calc_tests9/tdf57841.py
rename to sc/qa/uitest/csv_dialog/tdf57841.py
diff --git a/sc/qa/uitest/calc_tests9/tdf60468.py b/sc/qa/uitest/csv_dialog/tdf60468.py
similarity index 100%
rename from sc/qa/uitest/calc_tests9/tdf60468.py
rename to sc/qa/uitest/csv_dialog/tdf60468.py
More information about the Libreoffice-commits
mailing list