[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Tue Feb 14 12:34:06 UTC 2017
sc/qa/extras/anchor.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f8fc4cac291ae98e043edf7b7f636489b78e655c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Feb 14 13:33:39 2017 +0100
Close ScDocSh when done
Change-Id: Ied1b342eacd14d65d0f28480411970e7f503e0a3
diff --git a/sc/qa/extras/anchor.cxx b/sc/qa/extras/anchor.cxx
index 04e06cb..4f5594e 100644
--- a/sc/qa/extras/anchor.cxx
+++ b/sc/qa/extras/anchor.cxx
@@ -183,6 +183,8 @@ void ScAnchorTest::testTdf76183()
// The resize of first row must have moved the object down after its anchor cell
CPPUNIT_ASSERT(aOrigRect.Top() < rNewRect.Top());
+
+ pDocSh->DoClose();
}
void ScAnchorTest::tearDown()
More information about the Libreoffice-commits
mailing list