diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-09 00:31:06 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-09 06:05:39 +0100 |
commit | cedfc2a67448692eb2c0028f18f77427a49a900b (patch) | |
tree | 12dca323a8a837546c6a0538b991fff7c8d54af3 /sc/Module_sc.mk | |
parent | eee86d79d7b8ac44be44807e4d5974f4a2592e32 (diff) |
add some tests related to fdo#42624
see fdo#44587 for problems with range names in matrix formulas during xlsx
import/export
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index e57a43396a55..cb3ae270b651 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -37,6 +37,7 @@ $(eval $(call gb_Module_add_targets,sc,\ $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_filters_test \ CppunitTest_sc_ucalc \ + CppunitTest_sc_subsequent_filters_test \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ @@ -45,7 +46,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_macros_test \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_spreadsheetobj \ - CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_tableautoformatfield \ JunitTest_sc_complex \ JunitTest_sc_unoapi \ |