[Libreoffice-commits] core.git: sc/qa
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Mar 25 06:20:56 PDT 2013
sc/qa/unit/subsequent_filters-test.cxx | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit 8ff2fd867544885cb6bbb2ff85cbd9b330d9e6ee
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Mar 24 05:31:22 2013 +0100
a few more cases where we should close the doc after the test
Change-Id: I46b00d62d604ecc80f079cf91671de3c07a1b589
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 187a81a..130be28 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1742,6 +1742,8 @@ void ScFiltersTest::testDataBarODS()
ScDocument* pDoc = xDocSh->GetDocument();
CPPUNIT_ASSERT(pDoc);
testDataBar_Impl(pDoc);
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testDataBarXLSX()
@@ -1752,6 +1754,8 @@ void ScFiltersTest::testDataBarXLSX()
ScDocument* pDoc = xDocSh->GetDocument();
CPPUNIT_ASSERT(pDoc);
testDataBar_Impl(pDoc);
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testColorScaleODS()
@@ -1763,6 +1767,8 @@ void ScFiltersTest::testColorScaleODS()
testColorScale2Entry_Impl(pDoc);
testColorScale3Entry_Impl(pDoc);
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testColorScaleXLSX()
@@ -1774,6 +1780,8 @@ void ScFiltersTest::testColorScaleXLSX()
testColorScale2Entry_Impl(pDoc);
testColorScale3Entry_Impl(pDoc);
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testNewCondFormatODS()
More information about the Libreoffice-commits
mailing list