diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-26 21:26:33 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-02 21:32:25 -0400 |
commit | 1b1e50ccc02b833f2ca8ef85a47dd2e8c28a479b (patch) | |
tree | f8bd8354451d3ff64d6ee85d97515024363039eb /sc/qa/unit/ucalc.hxx | |
parent | dd617c0bbe4906e8d6e589289f42415738f00006 (diff) |
Write the first test for this formula-to-value feature.
Change-Id: I545328a1c126b3bfeee8c1f662c5eb9a471d33ca
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r-- | sc/qa/unit/ucalc.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx index e968f6c0f85d..e59378cefa7b 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -387,6 +387,8 @@ public: void testDeleteContents(); void testTransliterateText(); + void testFormulaToValue(); + void testColumnFindEditCells(); CPPUNIT_TEST_SUITE(Test); @@ -569,6 +571,7 @@ public: CPPUNIT_TEST(testImportStream); CPPUNIT_TEST(testDeleteContents); CPPUNIT_TEST(testTransliterateText); + CPPUNIT_TEST(testFormulaToValue); CPPUNIT_TEST(testColumnFindEditCells); CPPUNIT_TEST_SUITE_END(); |