summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-10-07 21:39:02 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-10-07 22:05:11 -0400
commitf37292941fef7375b8bc29783f54e0c64d670a24 (patch)
tree880813e002c5b336c4bb10c1e29b102bf423824c /sc/qa/unit/ucalc.hxx
parent61b76cd8ca6a4a98a2ffe6fb42c73eba561aa87f (diff)
Write test case for it.
Change-Id: I63f8b5d490686f838c0618d670bb21a957690866
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index cbc99810634f..2a7a1a259827 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -107,6 +107,7 @@ public:
void testMarkData();
void testInput();
void testDocStatistics();
+ void testRowForHeight();
/**
* The 'data entries' data is a list of strings used for suggestions as
@@ -492,6 +493,7 @@ public:
CPPUNIT_TEST(testMarkData);
CPPUNIT_TEST(testInput);
CPPUNIT_TEST(testDocStatistics);
+ CPPUNIT_TEST(testRowForHeight);
CPPUNIT_TEST(testDataEntries);
CPPUNIT_TEST(testSelectionFunction);
CPPUNIT_TEST(testFormulaCreateStringFromTokens);