diff options
author | Artur Neumann <artur@jankaritech.com> | 2019-07-26 12:59:48 +0545 |
---|---|---|
committer | Zdenek Crhonek <zcrhonek@gmail.com> | 2019-07-26 11:24:05 +0200 |
commit | 36088d528a3df82b3fcdf9a8685e53ba2f1cbd16 (patch) | |
tree | f0746db413b636628947d4bcd71d98369c3b8aea /sc/Module_sc.mk | |
parent | df82473f320d3c703357b6ded31f519f271a9788 (diff) |
UI test for #tdf121949
Test if calc crashes when copying a noncoherent range to the
clipboard
Change-Id: I64d436ffb01775df9d50eb966ea2a12040482517
Reviewed-on: https://gerrit.libreoffice.org/76348
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
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 50fc8c3d7b8c..1b2ca6bfc399 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -254,6 +254,7 @@ $(eval $(call gb_Module_add_uicheck_targets,sc,\ UITest_pageFormat \ UITest_calc_tests8 \ UITest_calc_dialogs \ + UITest_calc_tests9 \ )) endif |