summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basebmp/test/masktest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx
index 5976e1325582..93b4085fbf89 100644
--- a/basebmp/test/masktest.cxx
+++ b/basebmp/test/masktest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: masktest.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2006-07-11 11:38:56 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:42:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -155,7 +155,7 @@ public:
void testMaskBasics()
{
implTestMaskBasics( mpDevice32bpp, mpMask );
- //implTestMaskBasics( mpDevice1bpp, mpMask );
+ implTestMaskBasics( mpDevice1bpp, mpMask );
}
void testMaskClip()