sd/qa/unit/PNGExportTests.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 2a302e143d4c6b1fc26aee6fdb53e876166d0340
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Sat Oct 28 09:33:22 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sat Oct 28 18:51:18 2023 +0200

    CppunitTest_sd_png_export_tests: relax test a bit
    
    See https://gerrit.libreoffice.org/c/core/+/158341
    
    Change-Id: I8a5b326063bef0cbd2d2c71a0f0650c8298c6514
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158583
    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 513d7a1e8cf9..da435ae971f1 100644
--- a/sd/qa/unit/PNGExportTests.cxx
+++ b/sd/qa/unit/PNGExportTests.cxx
@@ -1,4 +1,3 @@
-
 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * This file is part of the LibreOffice project.
@@ -496,9 +495,9 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf157793)
     }
 
     // Without the fix in place, this test would have failed with
-    // - Expected greater than: 8500
+    // - Expected greater than: 7800
     // - Actual  : 0
-    CPPUNIT_ASSERT_GREATER(8500, nLightGrayCount);
+    CPPUNIT_ASSERT_GREATER(7800, nLightGrayCount);
 }
 
 CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf157635)

Reply via email to