Author: martin
Date: 2005-02-25 18:10:34 -0500 (Fri, 25 Feb 2005)
New Revision: 41223

Modified:
   trunk/mcs/class/corlib/Test/System/ArrayTest.cs
Log:
Make Ben happy :-)


Modified: trunk/mcs/class/corlib/Test/System/ArrayTest.cs
===================================================================
--- trunk/mcs/class/corlib/Test/System/ArrayTest.cs     2005-02-25 22:52:47 UTC 
(rev 41222)
+++ trunk/mcs/class/corlib/Test/System/ArrayTest.cs     2005-02-25 23:10:34 UTC 
(rev 41223)
@@ -2643,6 +2643,7 @@
        }
 
        [Test]
+       [Category("NotWorking")]
        public void ReadOnly_Contains ()
        {
                int[] arr = new int [2];
@@ -2655,6 +2656,7 @@
        }
 
        [Test]
+       [Category("NotWorking")]
        public void ReadOnly_IndexOf ()
        {
                int[] arr = new int [2];

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to