[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Data / Test / System.Data / BinarySerializationTest.cs
index 36d82147cdc8a24a22c9a5a8e300d6a9dacebcba..5eae92a3963e12b5c443040ea5557aa0b1cb6a1e 100644 (file)
@@ -132,9 +132,6 @@ public class BinarySerializationTest
                dt.Rows[1].RejectChanges();
        }
        [Test]
-#if TARGET_JVM
-       [Ignore ("Net Binary formatting is not supported for DataSet")]
-#endif
        public void DataTableSerializationTest2 ()
        {
                //Serialize Table
@@ -274,9 +271,6 @@ public class BinarySerializationTest
                        
        }
        [Test]
-#if TARGET_JVM
-       [Ignore ("Net Binary formatting is not supported for DataSet")]
-#endif
        public void Test_With_Null_Values2 ()
        {
                //Serialize Table
@@ -454,9 +448,6 @@ public class BinarySerializationTest
                
        }
        [Test]
-#if TARGET_JVM
-       [Ignore ("Net Binary formatting is not supported for DataSet")]
-#endif
        public void DataSetSerializationTest2 ()
        {
                DataSet ds = new DataSet ();
@@ -653,9 +644,6 @@ public class BinarySerializationTest
                        Assert.AreEqual (ds.Relations [i].RelationName, ds.Relations [i].RelationName, "#9 Relation : {0} differs", ds.Relations [i]);
        }
        [Test]
-#if TARGET_JVM
-       [Ignore ("Net Binary formatting is not supported for DataSet")]
-#endif
        public void Constraint_Relations_Test2 ()
        {
                //Serialize DataSet