[Libreoffice-commits] core.git: sc/Module_sc.mk sc/qa sc/UITest_hideShowSheet.mk
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 27 21:52:31 UTC 2021
sc/Module_sc.mk | 1 -
sc/UITest_hideShowSheet.mk | 20 --------------------
2 files changed, 21 deletions(-)
New commits:
commit 9f60094358b4118840e908eca7cb134311a1224b
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Wed Jan 27 21:34:31 2021 +0100
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Wed Jan 27 22:51:46 2021 +0100
uitest: sc: no need to have one module for just one test
Change-Id: I2787a3bca577f8f34a9f37b25ed4bc6631bb446d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110035
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 5e57a906a2b7..ea4fc94b8e9e 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -249,7 +249,6 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\
UITest_textCase \
UITest_signatureLine \
UITest_inputLine \
- UITest_hideShowSheet \
UITest_calc_tests7 \
UITest_sort \
UITest_chart \
diff --git a/sc/UITest_hideShowSheet.mk b/sc/UITest_hideShowSheet.mk
deleted file mode 100644
index 390c86066f3d..000000000000
--- a/sc/UITest_hideShowSheet.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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,hideShowSheet))
-
-$(eval $(call gb_UITest_add_modules,hideShowSheet,$(SRCDIR)/sc/qa/uitest,\
- hideShowSheet/ \
-))
-
-$(eval $(call gb_UITest_set_defs,hideShowSheet, \
- TDOC="$(SRCDIR)/sc/qa/uitest/data" \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/sc/qa/uitest/hideShowSheet/hideShowSheet.py b/sc/qa/uitest/calc_tests6/hideShowSheet.py
similarity index 100%
rename from sc/qa/uitest/hideShowSheet/hideShowSheet.py
rename to sc/qa/uitest/calc_tests6/hideShowSheet.py
More information about the Libreoffice-commits
mailing list