sd/qa/unit/PNGExportTests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2f69b38c74524c116cd9fe77dc8d3d62568786be Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Jan 11 15:12:30 2024 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Jan 11 18:15:36 2024 +0100 CppunitTest_sd_png_export_tests: relax test a bit See https://lists.freedesktop.org/archives/libreoffice/2024-January/091422.html Change-Id: I79e94912708a8d0ebd2aca76899e6fbb9fc23f2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161923 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sd/qa/unit/PNGExportTests.cxx b/sd/qa/unit/PNGExportTests.cxx index 4f0078b13a85..8c28a1951f7c 100644 --- a/sd/qa/unit/PNGExportTests.cxx +++ b/sd/qa/unit/PNGExportTests.cxx @@ -350,7 +350,7 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf158743) // Without the fix in place, this test would have failed with // - Expected: 842 // - Actual : 2493 - CPPUNIT_ASSERT_LESS(850, nBlackCount); + CPPUNIT_ASSERT_LESS(900, nBlackCount); } CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf157795)