summaryrefslogtreecommitdiff
path: root/sd/qa/unit/PNGExportTests.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-10-28 09:33:22 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-10-28 18:51:18 +0200
commit2a302e143d4c6b1fc26aee6fdb53e876166d0340 (patch)
treeea51ada86a35640acc900e9f642816fce90e6e3c /sd/qa/unit/PNGExportTests.cxx
parentdd278812a456148e6d4326f6013b738b48140bb0 (diff)
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd/qa/unit/PNGExportTests.cxx')
-rw-r--r--sd/qa/unit/PNGExportTests.cxx5
1 files changed, 2 insertions, 3 deletions
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)