[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/qa
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 8 17:42:31 UTC 2019
sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 3350167d53cd4b25213c716d1a23dcbbbe8b21f9
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Jul 8 19:41:42 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Jul 8 19:41:42 2019 +0200
Fix sw_tiledrendering test failure (again, a new one)
Change-Id: Icfda3c2f087b6297fe22f6d30ff41aceb3c70088
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index bd7d3c6b0b87..04069f6f904b 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2427,6 +2427,8 @@ void SwTiledRenderingTest::testAnchorTypes()
// Without the accompanying fix in place, this test would have failed, setting the anchor type
// to other than as/at-char was possible.
CPPUNIT_ASSERT(!aSet.HasItem(FN_TOOL_ANCHOR_PAGE));
+
+ comphelper::LibreOfficeKit::setActive(false);
}
CPPUNIT_TEST_SUITE_REGISTRATION(SwTiledRenderingTest);
More information about the Libreoffice-commits
mailing list