Adapt CppunitTest_cppcanvas_emfplus CPPUNIT_TEST_NAME=testFdo77229::TestBody
...to374e261ad1
"increase maximum document thumbnail size from 256 to 512" (which wasn't caught by Jenkins due tobcd243793e
"CppunitTest_cppcanvas_emfplus: disable this in case there is no display to use") Change-Id: Ibe3dc93401e237c37b4823f0393746b1e8b569bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126424 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
8406139062
commit
d519d0a434
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ CPPUNIT_TEST_FIXTURE(Test, testFdo77229)
|
|||
Bitmap aBitmap = load("fdo77229.emf");
|
||||
Bitmap::ScopedReadAccess pAccess(aBitmap);
|
||||
// The green star was missing.
|
||||
Color aColor(pAccess->GetPixel(142, 140));
|
||||
Color aColor(pAccess->GetPixel(284, 280));
|
||||
CPPUNIT_ASSERT_EQUAL(sal_uInt8(0), aColor.GetRed());
|
||||
CPPUNIT_ASSERT_EQUAL(sal_uInt8(0), aColor.GetBlue());
|
||||
CPPUNIT_ASSERT(aColor.GetGreen() == 0xfe || aColor.GetGreen() == 0xff);
|
||||
|
|
Loading…
Reference in a new issue