From 8c125eca7f8a0dd2d59678cff2574bbccc70e536 Mon Sep 17 00:00:00 2001 From: kadertarlan Date: Thu, 11 Feb 2016 03:01:14 +0200 Subject: tdf#45904 move java based api tests to c++ Change-Id: Ia4eedef6a6cb060d756ee83b3fb82afa68ac2c5a Reviewed-on: https://gerrit.libreoffice.org/22276 Tested-by: Jenkins Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- sc/JunitTest_sc_complex.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/JunitTest_sc_complex.mk') 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 \ -- cgit