Kaydet (Commit) 2be34236 authored tarafından Michael Meeks's avatar Michael Meeks

re-apply calc /tmp unit test file leakage.

üst 1c04ef06
......@@ -926,6 +926,8 @@ void ScFiltersTest::testBordersOoo33()
}
}
}
xDocSh->DoClose();
}
void ScFiltersTest::testBugFixesODS()
......@@ -1768,6 +1770,8 @@ void ScFiltersTest::testColorScaleODS()
rtl::OUStringBuffer aBuffer(getSrcRootPath());
aBuffer.append(m_aBaseString).append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/reference/")));
testColorScale_Impl(pDoc, aBuffer.makeStringAndClear());
xDocSh->DoClose();
}
void ScFiltersTest::testColorScaleXLSX()
......@@ -1792,6 +1796,8 @@ void ScFiltersTest::testColorScaleXLSX()
rtl::OUStringBuffer aBuffer(getSrcRootPath());
aBuffer.append(m_aBaseString).append(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/reference/")));
testColorScale_Impl(pDoc, aBuffer.makeStringAndClear());
xDocSh->DoClose();
}
void ScFiltersTest::testDataBarODS()
......@@ -1821,6 +1827,8 @@ void ScFiltersTest::testNewCondFormat()
rtl::OUString aCSVPath;
createCSVPath( aCSVFile, aCSVPath );
testCondFile(aCSVPath, pDoc, 0);
xDocSh->DoClose();
}
void ScFiltersTest::testFormulaDependency()
......@@ -1849,6 +1857,8 @@ void ScFiltersTest::testFormulaDependency()
// check that the number format is implicity inherited
// CPPUNIT_ASSERT_EQUAL(pDoc->GetString(0,4,0), pDoc->GetString(0,5,0));
xDocSh->DoClose();
}
ScFiltersTest::ScFiltersTest()
......
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