diff options
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index adab89fb9b0f..7e9bba755bbf 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -2750,7 +2750,11 @@ void Test::testFunctionLists() "NORMSINV", "PEARSON", "PERCENTILE", + "PERCENTILE.EXC", + "PERCENTILE.INC", "PERCENTRANK", + "PERCENTRANK.EXC", + "PERCENTRANK.INC", "PERMUT", "PERMUTATIONA", "PHI", @@ -2758,7 +2762,11 @@ void Test::testFunctionLists() "POISSON.DIST", "PROB", "QUARTILE", + "QUARTILE.EXC", + "QUARTILE.INC", "RANK", + "RANK.AVG", + "RANK.EQ", "RSQ", "SKEW", "SKEWP", |