Kaydet (Commit) 11bdc1bd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: Id242594559883654aa8cb78fc15b81f78ed803ee
üst 89cd19fd
......@@ -732,7 +732,7 @@ void CanvasBitmapTest::runTest()
BitmapEx aBmp = vcl::unotools::bitmapExFromXBitmap(xTestBmp);
CPPUNIT_ASSERT_MESSAGE( "Palette bitmap is transparent",
aBmp.IsTransparent() == false);
!aBmp.IsTransparent());
CPPUNIT_ASSERT_MESSAGE( "Bitmap does not have size (10,10)",
aBmp.GetSizePixel() == Size(10,10));
CPPUNIT_ASSERT_MESSAGE( "Bitmap does not have bitcount of 8",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment