From 2b782f84edf571190739cd55dfe9fe38b292a91a Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Fri, 9 Mar 2007 00:58:16 +0000 Subject: [PATCH] 2007-03-08 Sebastien Pouliot * 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 | 5 +++++ mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog b/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog index 239fb547f5a..d2b83ef3fb5 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog @@ -1,3 +1,8 @@ +2007-03-08 Sebastien Pouliot + + * TestBitmap.cs: Re-add the 2 NotWorking cases that were removed by + mistake. + 2007-03-07 Vladimir Krasnov * TestBitmap.cs, TestFont.cs, TestIcon.cs, TestRegion.cs: removed tests diff --git a/mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs b/mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs index cd691c9619d..2d5c5772518 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs +++ b/mcs/class/System.Drawing/Test/System.Drawing/TestBitmap.cs @@ -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 () { -- 2.25.1