diff options
Diffstat (limited to 'vcl/qa/cppunit/BitmapExTest.cxx')
-rw-r--r-- | vcl/qa/cppunit/BitmapExTest.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/qa/cppunit/BitmapExTest.cxx b/vcl/qa/cppunit/BitmapExTest.cxx index 56b91afe5049..517d7574accf 100644 --- a/vcl/qa/cppunit/BitmapExTest.cxx +++ b/vcl/qa/cppunit/BitmapExTest.cxx @@ -58,11 +58,6 @@ void BitmapExTest::testGetPixelColor24_8() void BitmapExTest::testGetPixelColor32() { - // Check backend capabilities and return from the test successfully - // if the backend doesn't support 32-bit bitmap - if (!ImplGetSVData()->mpDefInst->supportsBitmap32()) - return; - Bitmap aBitmap(Size(3, 3), vcl::PixelFormat::N32_BPP); { BitmapScopedWriteAccess pWriteAccess(aBitmap); |