[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/qa
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 2 18:58:34 UTC 2019
sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2dd467620a43be78c3816d1cbe6eb095be8e121a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Jul 2 17:49:14 2019 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
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 <tamas.zolnai at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
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);
More information about the Libreoffice-commits
mailing list