From 9247a100e3aa0c1ebd81254683eef2311a516a17 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 29 Oct 2013 11:11:36 -0400 Subject: The test documents for these tests are not available. Change-Id: Ie0cebecd56a41ce21a962d352ed3e000c9959818 --- sc/qa/unit/opencl-test.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx index 3957d4925674..eec7690be389 100644 --- a/sc/qa/unit/opencl-test.cxx +++ b/sc/qa/unit/opencl-test.cxx @@ -55,8 +55,10 @@ public: const OUString &rUserData, unsigned int nFilterFlags, unsigned int nClipboardID, unsigned int nFilterVersion); void testSharedFormulaXLS(); +#if 0 void testSharedFormulaXLSGroundWater(); void testSharedFormulaXLSStockHistory(); +#endif void testFinacialFormula(); void testStatisticalFormulaFisher(); void testStatisticalFormulaFisherInv(); @@ -104,8 +106,6 @@ public: void testFinacialYIELDMATFormula(); CPPUNIT_TEST_SUITE(ScOpenclTest); CPPUNIT_TEST(testSharedFormulaXLS); - CPPUNIT_TEST(testSharedFormulaXLSGroundWater); - CPPUNIT_TEST(testSharedFormulaXLSStockHistory); CPPUNIT_TEST(testFinacialFormula); CPPUNIT_TEST(testStatisticalFormulaFisher); CPPUNIT_TEST(testStatisticalFormulaFisherInv); @@ -264,9 +264,9 @@ void ScOpenclTest::testCompilerInEq() xDocShRes->DoClose(); } +#if 0 void ScOpenclTest::testSharedFormulaXLSStockHistory() { -#if 1 ScDocShellRef xDocSh = loadDoc("stock-history.", XLS); enableOpenCL(xDocSh); @@ -295,7 +295,6 @@ void ScOpenclTest::testSharedFormulaXLSStockHistory() xDocSh->DoClose(); xDocShRes->DoClose(); -#endif } void ScOpenclTest::testSharedFormulaXLSGroundWater() @@ -321,6 +320,7 @@ void ScOpenclTest::testSharedFormulaXLSGroundWater() xDocSh->DoClose(); xDocShRes->DoClose(); } +#endif void ScOpenclTest::testSharedFormulaXLS() { -- cgit