summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 11:11:36 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 17:00:30 -0400
commit9247a100e3aa0c1ebd81254683eef2311a516a17 (patch)
tree25f807ddd55e386655f2b9f7d5e83d658efb2e0a /sc/qa
parent04eaaad8d0600890e20627126a4cde8dfd555b24 (diff)
The test documents for these tests are not available.
Change-Id: Ie0cebecd56a41ce21a962d352ed3e000c9959818
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/opencl-test.cxx8
1 files changed, 4 insertions, 4 deletions
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()
{