Pārlūkot izejas kodu

reduce word polution

svn path=/trunk/mcs/; revision=70512
Miguel de Icaza 19 gadi atpakaļ
vecāks
revīzija
c413268ced

+ 6 - 2
mcs/class/System.Data/Test/System.Data/ConstraintCollectionTest.cs

@@ -439,7 +439,10 @@ namespace MonoTests.System.Data
 		public void CollectionChanged()
 		{
 		}
-
+#if false
+		//
+		// If this fails on MS.NET and its supposed to fail, why do we have this as Ignore?
+		//
 		[Test]
 		[Ignore ("MS.NET fails this test (and it should fail)")]
 		public void RemoveAt()
@@ -451,8 +454,9 @@ namespace MonoTests.System.Data
                          _table.Constraints.AddRange (constraints);
 
 		}
+#endif
 
-		[Test]
+		//[Test]
 		[Ignore ("MS.NET fails this test (and it should fail)")]
 		public void Remove()
 		{