summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2013-11-23 19:31:24 +0100
committerEike Rathke <erack@redhat.com>2013-11-29 11:12:20 -0600
commit8539039e0c108da7d0306c37962415ce7e271c84 (patch)
treef89a8992c602bcdef28bc4063bd495f568347b57 /sc/qa
parentd694313b57f2edca8fb04cd8655476df6d879784 (diff)
fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISE
Change-Id: I96f6beb34c1ce7f7191c6e9d379145ba98320c87 Reviewed-on: https://gerrit.libreoffice.org/6775 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx6
-rw-r--r--sc/qa/unit/ucalc.cxx3
2 files changed, 6 insertions, 3 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 581734beac4e..a05b161fc716 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -415,9 +415,9 @@ void ScFiltersTest::testFunctionsExcel2010()
{ 28, true },
{ 29, true },
{ 30, false },
- { 31, false },
- { 32, false },
- { 33, false },
+ { 31, true },
+ { 32, true },
+ { 33, true },
{ 34, true },
{ 35, true },
{ 36, false },
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 12b4ac7df201..809b4c6b7311 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2403,9 +2403,12 @@ void Test::testFunctionLists()
"FORECAST",
"FTEST",
"GAMMA",
+ "GAMMA.DIST",
+ "GAMMA.INV",
"GAMMADIST",
"GAMMAINV",
"GAMMALN",
+ "GAMMALN.PRECISE",
"GAUSS",
"GEOMEAN",
"HARMEAN",