diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-18 01:58:05 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-18 02:04:24 +0100 |
commit | 224a8b3856ec3cbe6d9f864789184d49ecb8c8d8 (patch) | |
tree | c0d0a53907ad506c605bbfdba1459ae35f42101d /sc/Module_sc.mk | |
parent | 58323be71c721e7eb4029c255e42be7061b61d73 (diff) |
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/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 274e3e527620..d1cd0fd72c76 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -139,6 +139,7 @@ $(eval $(call gb_Module_add_screenshot_targets,sc,\ $(eval $(call gb_Module_add_uicheck_targets,sc,\ UITest_conditional_format \ + UITest_range_name \ )) # vim: set noet sw=4 ts=4: |