summaryrefslogtreecommitdiff
path: root/basebmp/test/masktest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/masktest.cxx')
-rw-r--r--basebmp/test/masktest.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx
index 95fdfd16cebe..1cd85c038cb4 100644
--- a/basebmp/test/masktest.cxx
+++ b/basebmp/test/masktest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: masktest.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2006-06-02 13:57:25 $
+ * last change: $Author: thb $ $Date: 2006-06-09 04:21:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,6 +85,10 @@ private:
const basegfx::B2IPoint aDestRightBottom(5,5);
rDevice->clear(aCol);
+ rDevice->setPixel(
+ basegfx::B2IPoint(1,1),
+ aCol2,
+ DrawMode_PAINT);
rDevice->drawMaskedColor(
aCol2,
rBmp,
@@ -151,7 +155,7 @@ public:
void testMaskBasics()
{
implTestMaskBasics( mpDevice32bpp, mpMask );
- implTestMaskBasics( mpDevice1bpp, mpMask );
+ //implTestMaskBasics( mpDevice1bpp, mpMask );
}
void testMaskClip()