[Libreoffice-commits] core.git: sc/qa
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Dec 1 21:46:24 PST 2013
sc/qa/unit/ucalc.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1538965598944de054f3a5141e107ccd412b31b4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Dec 2 08:44:26 2013 +0100
enabling new tests make some sense
Change-Id: Iaafd778bb6e95f9521c29b5c6f8a51c02596fd31
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 6538efc..f87047a 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:
More information about the Libreoffice-commits
mailing list