2009-06-16 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Mon, 15 Jun 2009 23:58:56 +0000 (23:58 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Mon, 15 Jun 2009 23:58:56 +0000 (23:58 -0000)
* DataGridViewTest.cs: Duplicate test label fix.

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

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

index 97ca43fd97a47ecc5cca4a29a4090bc5eb500541..53d367c809a5c4db622668e0f9d824aeeb33d984 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Duplicate test label fix.
+
 2009-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * DataObjectTest.cs: New assertions for the text functionality.
index 86405d46e26598ac8b187767a81cf3b54a2a87bd..211f4483c179e5295bb31c593a35eb4f7e1969e4 100644 (file)
@@ -1761,7 +1761,7 @@ namespace MonoTests.System.Windows.Forms
                        Assert.AreEqual (0, dgv.CurrentCell.ColumnIndex, "F3");
 
                        dgv.RowCount = 0;
-                       Assert.IsNull (dgv.CurrentCell, "G1");
+                       Assert.IsNull (dgv.CurrentCell, "P1");
 
                        dgv.RowCount = 10;
                        Assert.AreEqual (10, dgv.RowCount, "I1");