summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-11-20 22:19:19 +0000
committerJens Carl <j.carl43@gmx.de>2018-11-22 06:58:49 +0100
commitb978f9f37529c2d1428dcd37221558374e95b8d1 (patch)
tree08304fc255cdda1b5305c5eba0d079af4437aba4 /sc/Module_sc.mk
parent408e52dbf7953269edb0e6a7a7cb820c3ef42b3a (diff)
tdf#45904 Move XEnumeration Java tests to C++
Move XEnumeration Java tests to C++ for ScIndexEnumeration_DataPilotItemsEnumeration. It's also the last test in the group JunitTest_sc_unoapi_5, we finally could remove that target from the Makefile. Change-Id: I560c1ca691f0019ac4da99bde3c599b4ba22fb68 Reviewed-on: https://gerrit.libreoffice.org/63690 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 2da7844a1467..1dfe489869f6 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -98,7 +98,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
JunitTest_sc_unoapi_2 \
JunitTest_sc_unoapi_3 \
JunitTest_sc_unoapi_4 \
- JunitTest_sc_unoapi_5 \
JunitTest_sc_unoapi_6 \
JunitTest_sc_unoapi_7 \
CppunitTest_sc_anchor_test \
@@ -138,6 +137,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
CppunitTest_sc_indexenumeration_cellarealinksenumeration \
CppunitTest_sc_indexenumeration_databaserangesenumeration \
CppunitTest_sc_indexenumeration_datapilotfieldsenumeration \
+ CppunitTest_sc_indexenumeration_datapilotitemsenumeration \
CppunitTest_sc_indexenumeration_datapilottablesenumeration \
CppunitTest_sc_indexenumeration_ddelinksenumeration \
CppunitTest_sc_indexenumeration_functiondescriptionenumeration \