summaryrefslogtreecommitdiffstats
path: root/sc/UITest_range_name.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-18 01:58:05 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-18 02:04:24 +0100
commit224a8b3856ec3cbe6d9f864789184d49ecb8c8d8 (patch)
treec0d0a53907ad506c605bbfdba1459ae35f42101d /sc/UITest_range_name.mk
parentuitest: add method to simplify sending CTRL+A (diff)
downloadcore-224a8b3856ec3cbe6d9f864789184d49ecb8c8d8.tar.gz
core-224a8b3856ec3cbe6d9f864789184d49ecb8c8d8.zip
add test for tdf#86214
We should extend the test and check for all invalid names. At the same time this can be used as indirect documentation of the names that are not allowed. Change-Id: I9c8b760d49ce2bfe40158a9096246a75f727ff9d
Diffstat (limited to 'sc/UITest_range_name.mk')
-rw-r--r--sc/UITest_range_name.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_range_name.mk b/sc/UITest_range_name.mk
new file mode 100644
index 000000000000..db8146dfd567
--- /dev/null
+++ b/sc/UITest_range_name.mk
@@ -0,0 +1,15 @@
+# -*- 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,range_name))
+
+$(eval $(call gb_UITest_add_modules,range_name,$(SRCDIR)/sc/qa/uitest,\
+ range_name/ \
+))
+# vim: set noet sw=4 ts=4: