sd/qa/unit/PNGExportTests.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b34132256c1e9ebbf0cc82a14f4da7335574a887 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Fri Oct 20 10:28:50 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Oct 20 12:26:01 2023 +0200 CppunitTest_sd_png_export_tests: relax test even more I misread https://gerrit.libreoffice.org/c/core/+/158181/3#message-f54ed5a8dcf1d68fea73ace5ff9851d3d5fe5a2f Change-Id: I31523af088f8fa83f43a8a49e449d27b0f230149 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158229 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 6c6d13a8a942..c141c0ddeeb0 100644 --- a/sd/qa/unit/PNGExportTests.cxx +++ b/sd/qa/unit/PNGExportTests.cxx @@ -296,9 +296,9 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf156808) } // Without the fix in place, this test would have failed with - // - Expected greater than: 9300 + // - Expected greater than: 9000 // - Actual : 0 - CPPUNIT_ASSERT_GREATER(9300, nBlackCount); + CPPUNIT_ASSERT_GREATER(9000, nBlackCount); } CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf157636)