summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-06-30 09:38:43 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-07-01 07:35:25 +0200
commitb1c119679700630d16bcf76d96a99e3a39908914 (patch)
treef8b3cadb6d72cf85a3acebec90e097fca782746e /vcl/qa
parente5c7f3e6d327fb422692c62332ec66834a031524 (diff)
do not use scanline padding for computing vcl bitmap checksum
This idea of checksums is still kind of broken (different RGB order or different scaling algorithm make the checksum different between different VCL backends). But at least don't include undefined garbage. Change-Id: Ia03bb960c50d3da51dad9b37de7a4f709d8ee206 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97484 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/cppunit/svm/svmtest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx
index 413c3b7f69f4..9deed5e13c10 100644
--- a/vcl/qa/cppunit/svm/svmtest.cxx
+++ b/vcl/qa/cppunit/svm/svmtest.cxx
@@ -1012,10 +1012,10 @@ void SvmTest::checkBitmapExs(const GDIMetaFile& rMetaFile)
"281fc589",
"5e01ddcc",
"4df0e464",
- "34434a50",
- "d1736327",
- "b37875c2",
- "a85d44b8",
+ "6c1263f9",
+ "747e8dfb",
+ "3c80d829",
+ "71efc447",
});
}