diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-11 16:34:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-11 17:03:55 -0500 |
commit | 15c1e163222e1513ba6fb1ebf9dd7ea57f7834ca (patch) | |
tree | 8cce5caf45a53dd2eccb7546e86e3dbb0bca0f18 | |
parent | d52bfc915f6513256b64aa0ed088783150a041c3 (diff) |
CHISQ.DIST now supported in the core.
Change-Id: I125bd593bf05db644443738ca7b1482cd6b6ce87
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index b2dc2b6d762c..c954048ba794 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -385,9 +385,10 @@ void ScFiltersTest::testFunctionsExcel2010() CPPUNIT_ASSERT_MESSAGE("Expected a formula cell without errro.", isFormulaWithoutError(*pDoc, ScAddress(1,2,0))); CPPUNIT_ASSERT_MESSAGE("Expected a formula cell without errro.", isFormulaWithoutError(*pDoc, ScAddress(1,3,0))); CPPUNIT_ASSERT_MESSAGE("Expected a formula cell without errro.", isFormulaWithoutError(*pDoc, ScAddress(1,4,0))); -#if 0 // CHISQ.TEST and F.DIST.RT are not yet supported in the core. CPPUNIT_ASSERT_MESSAGE("Expected a formula cell without errro.", isFormulaWithoutError(*pDoc, ScAddress(1,5,0))); // Skip B7. + +#if 0 //F.DIST.RT not yet supported in the core. CPPUNIT_ASSERT_MESSAGE("Expected a formula cell without errro.", isFormulaWithoutError(*pDoc, ScAddress(1,7,0))); #endif |