Kaydet (Commit) 8a488890 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Re-add missing test file and re-enable previously disabled test.

Changed the name to remove camel casing in file names.

Change-Id: Ie62c35c1f7285efafd3ef9a7473d754c9f8e8147
üst 07a31ccc
......@@ -106,7 +106,7 @@ public:
void testFinacialYIELDMATFormula();
CPPUNIT_TEST_SUITE(ScOpenclTest);
// CPPUNIT_TEST(testSharedFormulaXLS);
// CPPUNIT_TEST(testFinacialFormula);
CPPUNIT_TEST(testFinacialFormula);
CPPUNIT_TEST(testStatisticalFormulaFisher);
CPPUNIT_TEST(testStatisticalFormulaFisherInv);
CPPUNIT_TEST(testStatisticalFormulaGamma);
......@@ -438,12 +438,12 @@ void ScOpenclTest::testFinacialFormula()
if (!enableOpenCL())
return;
ScDocShellRef xDocSh = loadDoc("FinancialFormulaTest.", XLS);
ScDocShellRef xDocSh = loadDoc("OpenclCase/financial/general.", XLS);
CPPUNIT_ASSERT_MESSAGE("Failed to load document.", xDocSh.Is());
ScDocument* pDoc = xDocSh->GetDocument();
CPPUNIT_ASSERT(pDoc);
xDocSh->DoHardRecalc(true);
ScDocShellRef xDocShRes = loadDoc("FinancialFormulaTest.", XLS);
ScDocShellRef xDocShRes = loadDoc("OpenclCase/financial/general.", XLS);
CPPUNIT_ASSERT_MESSAGE("Failed to load document.", xDocShRes.Is());
ScDocument* pDocRes = xDocShRes->GetDocument();
CPPUNIT_ASSERT(pDocRes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment