X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FTest%2FSystem.Drawing.Imaging%2FTestImageCodecInfo.cs;h=39ef67ef733e641f1625be1e06cb427b7581f3b1;hb=6cfd2055426c190ca2f6a9f8ca3af2da6f6a79d0;hp=a6f477d521a01fe9d58c7bf524671200b8c605b1;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestImageCodecInfo.cs b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestImageCodecInfo.cs index a6f477d521a..39ef67ef733 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestImageCodecInfo.cs +++ b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestImageCodecInfo.cs @@ -132,9 +132,6 @@ namespace MonoTests.System.Drawing } [Test] -#if TARGET_JVM - [Category ("NotWorking")] -#endif public void BMPCodec() { Guid g = new Guid ("557cf400-1a04-11d3-9a73-0000f81ef32e"); @@ -145,9 +142,6 @@ namespace MonoTests.System.Drawing } [Test] -#if TARGET_JVM - [Category ("NotWorking")] -#endif public void GifCodec() { Guid g = new Guid ("557cf402-1a04-11d3-9a73-0000f81ef32e"); @@ -158,9 +152,6 @@ namespace MonoTests.System.Drawing } [Test] -#if TARGET_JVM - [Category ("NotWorking")] -#endif public void JpegCodec() { Guid g = new Guid ("557cf401-1a04-11d3-9a73-0000f81ef32e"); @@ -171,9 +162,6 @@ namespace MonoTests.System.Drawing } [Test] -#if TARGET_JVM - [Category ("NotWorking")] -#endif public void PngCodec() { Guid g = new Guid ("557cf406-1a04-11d3-9a73-0000f81ef32e");