2007-05-21 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Mon, 21 May 2007 16:30:43 +0000 (16:30 -0000)
committerChris Toshok <toshok@novell.com>
Mon, 21 May 2007 16:30:43 +0000 (16:30 -0000)
* DataBindingTests.cs (TestColumnAdd): enable this test.  the
system.data changes required are in, and it works now.

svn path=/trunk/mcs/; revision=77770

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataBindingTests.cs

index 2dada8062fb1f4ace83cf7b65c3b195ccd351157..02f80e52fa900c04dd2fd9f143f3c80d8e43dc9d 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-21  Chris Toshok  <toshok@ximian.com>
+
+       * DataBindingTests.cs (TestColumnAdd): enable this test.  the
+       system.data changes required are in, and it works now.
+
 2007-05-19  Andreia Gaita  <avidigal@novell.com>
 
        * NumericUpDownTest: Added.
index b7ea5ada01bca3d650698fbbc66dddbe750931ee..7279797e5e4ec554f20589219d5ea83beb80a7b8 100644 (file)
@@ -583,12 +583,6 @@ namespace MonoTests.System.Windows.Forms.DataBinding
                [Test]
                public void TestColumnAdd ()
                {
-#if ONLY_1_1
-                       if (TestHelper.RunningOnUnix) {
-                               Assert.Ignore ("in 1.1, DataView emits 2 MetadataChanged events per column add.  fix in System.Data");
-                       }
-#endif
-
                        Control c = new Control ();
                        c.CreateControl ();
                        Binding binding;