Author: toshok
Date: 2007-05-03 17:26:35 -0400 (Thu, 03 May 2007)
New Revision: 76651

Modified:
   trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
   
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs
Log:
2007-05-03  Chris Toshok  <[EMAIL PROTECTED]>

        * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
        profile as well.



Modified: 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog   
2007-05-03 21:25:18 UTC (rev 76650)
+++ trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog   
2007-05-03 21:26:35 UTC (rev 76651)
@@ -1,3 +1,8 @@
+2007-05-03  Chris Toshok  <[EMAIL PROTECTED]>
+
+       * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
+       profile as well.
+
 2007-05-03  Jonathan Pobst  <[EMAIL PROTECTED]>
 
        * ApplicationTest.cs: Add a test for RaiseIdle.

Modified: 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs
===================================================================
--- 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs
 2007-05-03 21:25:18 UTC (rev 76650)
+++ 
trunk/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs
 2007-05-03 21:26:35 UTC (rev 76651)
@@ -520,12 +520,6 @@
                [Test]
                public void TestInsertRowAtCurrent ()
                {
-#if NET_2_0
-                       if (TestHelper.RunningOnUnix) {
-                               Assert.Ignore ("Fails with 2.0 profile");
-                       }
-#endif
-
                        Control c = new Control ();
                        c.CreateControl ();
                        Binding binding;

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

Reply via email to