From: Konstantin Triger Date: Wed, 14 Mar 2007 09:27:37 +0000 (-0000) Subject: remove TARGET_JVM X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git remove TARGET_JVM svn path=/trunk/mcs/; revision=74243 --- diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSerializerTests.cs b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSerializerTests.cs index f6c19ed0604..b5836e69906 100644 --- a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSerializerTests.cs +++ b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSerializerTests.cs @@ -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 ()