summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-19 02:42:42 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-19 02:43:36 +0100
commit60ab9a0bc8af439a7b7d0f57ea6b5215dc8aa9fa (patch)
treee1527946bfa9d6aaf4389e6a5cb943db1afe7d77 /sc
parent7e18e657c1ae33c35c8046676b1da195b0d3f493 (diff)
that should not have been in the patch
Diffstat (limited to 'sc')
-rw-r--r--sc/Module_sc.mk2
-rw-r--r--sc/qa/unit/ucalc.cxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 6f36f6900da4..4a4fc4192b85 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -44,6 +44,8 @@ endif
$(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_ucalc \
+ CppunitTest_sc_filters_test \
+ CppunitTest_sc_rangelst_test \
))
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 6f58ffe4a3a0..ec9465228ee5 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -607,6 +607,7 @@ void testFuncN(ScDocument* pDoc)
void testFuncCOUNTIF(ScDocument* pDoc)
{
// COUNTIF (test case adopted from OOo i#36381)
+
// Empty A1:A39 first.
clearRange(pDoc, ScRange(0, 0, 0, 0, 40, 0));
@@ -1211,7 +1212,6 @@ void Test::testCellFunctions()
void Test::testCopyToDocument()
{
CPPUNIT_ASSERT_MESSAGE ("failed to insert sheet", m_pDoc->InsertTab (0, "src"));
- *((int*)42)=42;
m_pDoc->SetString(0, 0, 0, "Header");
m_pDoc->SetString(0, 1, 0, "1");