summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-01-27 21:34:31 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-01-27 22:51:46 +0100
commit9f60094358b4118840e908eca7cb134311a1224b (patch)
tree0dd6b5f8ec0145ea56b4f612313702a3b8ff19f8 /sc
parentce188ba178de0b99ba60c9e7935a118ddceb80bb (diff)
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@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/Module_sc.mk1
-rw-r--r--sc/UITest_hideShowSheet.mk20
-rw-r--r--sc/qa/uitest/calc_tests6/hideShowSheet.py (renamed from sc/qa/uitest/hideShowSheet/hideShowSheet.py)0
3 files changed, 0 insertions, 21 deletions
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
index da8feb166fe0..da8feb166fe0 100644
--- a/sc/qa/uitest/hideShowSheet/hideShowSheet.py
+++ b/sc/qa/uitest/calc_tests6/hideShowSheet.py