Author: toshok
Date: 2007-01-18 09:03:40 -0500 (Thu, 18 Jan 2007)
New Revision: 71260

Modified:
   
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs
Log:
remove the NotWorking's from a bunch of these

Modified: 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs
===================================================================
--- 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs
        2007-01-18 14:01:16 UTC (rev 71259)
+++ 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridTextBoxColumnTest.cs
        2007-01-18 14:03:40 UTC (rev 71260)
@@ -202,7 +202,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestDoEdit ()
                {
                        MakeTable (true);
@@ -289,7 +288,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestCommit ()
                {
                        MakeTable (false);
@@ -323,7 +321,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestCommit2 ()
                {
                        MakeTable (false);
@@ -374,7 +371,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestAbort ()
                {
                        MakeTable (false);
@@ -407,7 +403,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestAbort_DifferentRow ()
                {
                        MakeTable (false);
@@ -440,7 +435,6 @@
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestUpdateUI ()
                {
                        MakeTable (false);

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

Reply via email to