* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / TestIcon.cs
index 6b9bb2a299c87115d0cf26c91e3fe97926932b00..40b893f362760f0b579263d51f83072791fa63ba 100644 (file)
@@ -55,6 +55,9 @@ namespace MonoTests.System.Drawing{
                }
 
                [Test]
+#if TARGET_JVM
+               [Category ("NotWorking")]
+#endif
                public void TestConstructors ()
                {
                        newIcon = new Icon (fs1, 48, 48);
@@ -67,6 +70,9 @@ namespace MonoTests.System.Drawing{
                }                               
 
                [Test]
+#if TARGET_JVM
+               [Category ("NotWorking")]
+#endif
                public void TestProperties ()
                {
                        Assert.AreEqual (32, icon.Height, "P#1");
@@ -77,6 +83,9 @@ namespace MonoTests.System.Drawing{
                }
 
                [Test]
+#if TARGET_JVM
+               [Category ("NotWorking")]
+#endif
                public void TestMethods ()
                {
                        /*