vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 6046c64bb67124afa2fe41f67c08101980ce14fc Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Apr 9 09:44:08 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Wed Apr 9 12:16:44 2025 +0200 add comment to test for other people like myself who may get confused Change-Id: Ibc7234306b214bd74ba35b8b4c46f18016ebf504 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183865 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx index a8f7ffd0ea1a..4ec0e62527d5 100644 --- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx +++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx @@ -58,6 +58,9 @@ public: void BitmapRenderTest::testTdf104141() { + // Noting, for people who may debug this test, that it is not particularly useful. + // The GIF we load is 100% transparent, so we are only actually testing that + // drawing 100% transparent image with DrawBitmapEx() does not change the output. ScopedVclPtrInstance<VirtualDevice> pVDev; pVDev->SetOutputSizePixel(Size(400, 400)); pVDev->SetBackground(Wallpaper(COL_GREEN));