diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-02 08:44:26 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-12-02 08:45:55 +0100 |
commit | 1538965598944de054f3a5141e107ccd412b31b4 (patch) | |
tree | 9fd5a34f8d8c1f363def64998be497bbd6f49045 /sc/qa/unit | |
parent | d9a97d141e80d55f0f7aa3810cb4ce57a7781de5 (diff) |
enabling new tests make some sense
Change-Id: Iaafd778bb6e95f9521c29b5c6f8a51c02596fd31
Diffstat (limited to 'sc/qa/unit')
-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 6538efca75b8..f87047acbdf4 100644 --- a/sc/qa/unit/ucalc.hxx +++ b/sc/qa/unit/ucalc.hxx @@ -391,6 +391,9 @@ public: CPPUNIT_TEST(testCellTextWidth); CPPUNIT_TEST(testEditTextIterator); CPPUNIT_TEST(testCondFormatINSDEL); + CPPUNIT_TEST(testCondFormatInsertRow); + CPPUNIT_TEST(testCondFormatInsertCol); + CPPUNIT_TEST(testCondCopyPaste); CPPUNIT_TEST_SUITE_END(); private: |