2007-03-08 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 9 Mar 2007 00:58:16 +0000 (00:58 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 9 Mar 2007 00:58:16 +0000 (00:58 -0000)
* TestBitmap.cs: Re-add the 2 NotWorking cases that were removed by
mistake.

svn path=/trunk/mcs/; revision=73978

mcs/class/System.Drawing/Test/System.Drawing/ChangeLog
mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs

index 239fb547f5a5a14bea56acc14a5c01ba18eae472..d2b83ef3fb50692fd8a5f12d3306b066f07b144e 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestBitmap.cs: Re-add the 2 NotWorking cases that were removed by 
+       mistake.
+
 2007-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
 
        * TestBitmap.cs, TestFont.cs, TestIcon.cs, TestRegion.cs: removed tests
index cd691c9619dbef9abf3a5e4a4e62aec629637db7..2d5c5772518e792e8602352ba9c6731f380ba9db 100644 (file)
@@ -227,6 +227,8 @@ namespace MonoTests.System.Drawing {
                [Test]
 #if TARGET_JVM
                [Ignore ("Bitmap.LockBits is not implemented")]
+#else
+               [Category ("NotWorking")]
 #endif
                public void LockBits_32_24_BitmapData ()
                {
@@ -247,6 +249,8 @@ namespace MonoTests.System.Drawing {
                [Test]
 #if TARGET_JVM
                [Ignore ("Bitmap.LockBits is not implemented")]
+#else
+               [Category ("NotWorking")]
 #endif
                public void LockBits_24_24_BitmapData ()
                {