sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 3350167d53cd4b25213c716d1a23dcbbbe8b21f9 Author: Andras Timar <[email protected]> AuthorDate: Mon Jul 8 19:41:42 2019 +0200 Commit: Andras Timar <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
