Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs')
-rw-r--r--mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs
index a792b9fcaed..f792ecced86 100644
--- a/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs
+++ b/mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestBmpCodec.cs
@@ -547,37 +547,37 @@ namespace MonoTests.System.Drawing.Imaging {
}
}
- [Test]
+ [Test]
#if TARGET_JVM
[Category("NotWorking")]
-#endif
+#endif
public void Save_24bppRgb ()
{
Save (PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true);
}
- [Test]
+ [Test]
#if TARGET_JVM
[Category("NotWorking")]
-#endif
+#endif
public void Save_32bppRgb ()
{
Save (PixelFormat.Format32bppRgb, PixelFormat.Format32bppRgb, true);
}
- [Test]
+ [Test]
#if TARGET_JVM
[Category("NotWorking")]
-#endif
+#endif
public void Save_32bppArgb ()
{
Save (PixelFormat.Format32bppArgb, PixelFormat.Format32bppRgb, true);
}
- [Test]
+ [Test]
#if TARGET_JVM
[Category("NotWorking")]
-#endif
+#endif
public void Save_32bppPArgb ()
{
Save (PixelFormat.Format32bppPArgb, PixelFormat.Format32bppRgb, true);