New test.
[mono.git] / mcs / class / System.Data / Test / System.Data.Common / DataTableMappingCollectionTest.cs
index 1112975ff8ad5b48f991605d8a97e772e438ad06..e9b2be98fe68a038a1026002f400cc31ef4aab0b 100644 (file)
@@ -360,6 +360,9 @@ namespace MonoTests.System.Data.Common
                }
                
                [Test]
+#if TARGET_JVM
+               [Ignore ("Does not work with TARGET_JVM")]
+#endif
                public void ToStringTest()
                {
                        AssertEquals("test1","System.Data.Common.DataTableMappingCollection",tableMapCollection.ToString());