summaryrefslogtreecommitdiff
path: root/sc/JunitTest_sc_complex.mk
diff options
context:
space:
mode:
authorkadertarlan <kadertarlan1@gmail.com>2016-02-11 03:01:14 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-02-15 00:27:47 +0000
commit8c125eca7f8a0dd2d59678cff2574bbccc70e536 (patch)
tree57589ef1a8b8e9b469d7c2dc5c0573eaf20260e8 /sc/JunitTest_sc_complex.mk
parent30a36fa3a6451cf27cdec039aba480357d6f1613 (diff)
tdf#45904 move java based api tests to c++
Change-Id: Ia4eedef6a6cb060d756ee83b3fb82afa68ac2c5a Reviewed-on: https://gerrit.libreoffice.org/22276 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/JunitTest_sc_complex.mk')
-rw-r--r--sc/JunitTest_sc_complex.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/JunitTest_sc_complex.mk b/sc/JunitTest_sc_complex.mk
index 8fedb478745a..6e446e8e258f 100644
--- a/sc/JunitTest_sc_complex.mk
+++ b/sc/JunitTest_sc_complex.mk
@@ -13,7 +13,6 @@ $(eval $(call gb_JunitTest_JunitTest,sc_complex))
# any key after resizing" etc.)
$(eval $(call gb_JunitTest_add_classes,sc_complex, \
- complex.cellRanges.CheckXCellRangesQuery \
complex.dataPilot.CheckDataPilot \
complex.sc.CalcRTL \
))
@@ -27,7 +26,6 @@ $(eval $(call gb_JunitTest_use_jars,sc_complex, \
))
$(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \
- sc/qa/complex/cellRanges/CheckXCellRangesQuery \
sc/qa/complex/dataPilot/CheckDataPilot \
sc/qa/complex/dataPilot/_XDataPilotDescriptor \
sc/qa/complex/dataPilot/_XDataPilotTable \