summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-10-31 22:46:33 -0500
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-10-31 22:46:33 -0500
commit22119b5a476748bb5eee5e624eebc7afee9d9141 (patch)
treeef002e09e01ccca5dbd1907693994dfe97f331fd /sc
parent7abfae3622fc952ecac8ebacb1d70650ef773619 (diff)
GPU Calc: re-enable regression test testSharedFormulaXLS
Change-Id: Ica508140d849cfd7754aea91e019fb3ed565d993
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/opencl-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 862d24c6c6ec..4e7e92e04fde 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -117,7 +117,7 @@ public:
void testFinacialYIELDDISCFormula();
void testFinacialYIELDMATFormula();
CPPUNIT_TEST_SUITE(ScOpenclTest);
-// CPPUNIT_TEST(testSharedFormulaXLS);
+ CPPUNIT_TEST(testSharedFormulaXLS);
CPPUNIT_TEST(testFinacialFormula);
CPPUNIT_TEST(testStatisticalFormulaFisher);
CPPUNIT_TEST(testStatisticalFormulaFisherInv);