summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-11 20:35:48 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-11 21:40:28 -0400
commitd5d43b2d8d3b8d547c8fd7553d101c31f3bfdff8 (patch)
treedf838b5dad6d23da2f7eddaa4ce3f28fd03e2137 /sc
parent115b2958125cf71d1d9283bbf411827348105fdb (diff)
Enable scaddins for ucalc test session.
This adds several worksheet functions to the list. Change-Id: Ib1a72c4401a4bd5e09ec98dfa1bd6175234005e0
Diffstat (limited to 'sc')
-rw-r--r--sc/CppunitTest_sc_ucalc.mk3
-rw-r--r--sc/qa/unit/ucalc.cxx12
2 files changed, 15 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index c4d48d814422..b4bf31d24be5 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -99,6 +99,9 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
ucb/source/ucp/file/ucpfile1 \
unoxml/source/service/unoxml \
uui/util/uui \
+ scaddins/source/analysis/analysis \
+ scaddins/source/datefunc/date \
+ scaddins/source/pricing/pricing \
))
$(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 09b3880e8be0..06ef5660ad5a 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2374,10 +2374,14 @@ void Test::testFunctionLists()
"DAY",
"DAYS",
"DAYS360",
+ "DAYSINMONTH",
+ "DAYSINYEAR",
"EASTERSUNDAY",
"HOUR",
+ "ISLEAPYEAR",
"MINUTE",
"MONTH",
+ "MONTHS",
"NETWORKDAYS.INTL",
"NOW",
"SECOND",
@@ -2386,8 +2390,11 @@ void Test::testFunctionLists()
"TODAY",
"WEEKDAY",
"WEEKNUM",
+ "WEEKS",
+ "WEEKSINYEAR",
"WORKDAY.INTL",
"YEAR",
+ "YEARS",
0
};
@@ -2406,6 +2413,10 @@ void Test::testFunctionLists()
"NOMINAL",
"NPER",
"NPV",
+ "OPT_BARRIER",
+ "OPT_PROB_HIT",
+ "OPT_PROB_INMONEY",
+ "OPT_TOUCH",
"PMT",
"PPMT",
"PV",
@@ -2739,6 +2750,7 @@ void Test::testFunctionLists()
"RIGHT",
"RIGHTB",
"ROMAN",
+ "ROT13",
"SEARCH",
"SUBSTITUTE",
"T",