From 15c1e163222e1513ba6fb1ebf9dd7ea57f7834ca Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 11 Nov 2013 16:34:48 -0500 Subject: CHISQ.DIST now supported in the core. Change-Id: I125bd593bf05db644443738ca7b1482cd6b6ce87 --- sc/qa/unit/subsequent_filters-test.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit