sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 2dd467620a43be78c3816d1cbe6eb095be8e121a Author: Tamás Zolnai <[email protected]> AuthorDate: Tue Jul 2 17:49:14 2019 +0200 Commit: Tamás Zolnai <[email protected]> CommitDate: Tue Jul 2 20:57:51 2019 +0200 Fix sw_tiledrendering test failure Change-Id: Id1ea50f427c01186ac7e466b9c31d440f7b923db Reviewed-on: https://gerrit.libreoffice.org/75014 Reviewed-by: Tamás Zolnai <[email protected]> Tested-by: Tamás Zolnai <[email protected]> diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index 4a33b92a372d..ef15c30f8e79 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -2405,6 +2405,8 @@ void SwTiledRenderingTest::testSemiTransparent() CPPUNIT_ASSERT_GREATEREQUAL(190, static_cast<int>(aColor.GetRed())); CPPUNIT_ASSERT_GREATEREQUAL(190, static_cast<int>(aColor.GetGreen())); CPPUNIT_ASSERT_GREATEREQUAL(190, static_cast<int>(aColor.GetBlue())); + + comphelper::LibreOfficeKit::setActive(false); } CPPUNIT_TEST_SUITE_REGISTRATION(SwTiledRenderingTest); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
