remove TARGET_JVM
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Wed, 14 Mar 2007 09:27:37 +0000 (09:27 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Wed, 14 Mar 2007 09:27:37 +0000 (09:27 -0000)
svn path=/trunk/mcs/; revision=74243

mcs/class/System.XML/Test/System.Xml.Serialization/XmlSerializerTests.cs

index f6c19ed06046dd35b38afc5b4a3baf9ac565d951..b5836e699061027199c3e4637ef1a5638093e0d7 100644 (file)
@@ -1880,9 +1880,6 @@ namespace MonoTests.System.XmlSerialization
                }
 
                [Test]
-#if TARGET_JVM
-               [Ignore ("TD #7475")]
-#endif
                public void TestSerializeChoice ()
                {
                        Choices ch = new Choices ();
@@ -2169,10 +2166,8 @@ namespace MonoTests.System.XmlSerialization
                }
 
 #if NET_2_0
+#if !TARGET_JVM
                [Test]
-#if TARGET_JVM
-               [Ignore("XmlSerializer.GenerateSerializer is not supported")]
-#endif
                public void GenerateSerializerGenerics ()
                {
                        XmlReflectionImporter imp = new XmlReflectionImporter ();
@@ -2181,6 +2176,7 @@ namespace MonoTests.System.XmlSerialization
                                new Type [] {type},
                                new XmlTypeMapping [] {imp.ImportTypeMapping (type)});
                }
+#endif
 
                [Test]
                public void Nullable ()