Kaydet (Commit) 60ab9a0b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

that should not have been in the patch

üst 7e18e657
......@@ -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, \
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment