2005-11-12 Pedro Martínez Juliá <pedromj@gmail.com>
authorPedro Martínez Juliá <pedro@mono-cvs.ximian.com>
Sat, 12 Nov 2005 22:48:09 +0000 (22:48 -0000)
committerPedro Martínez Juliá <pedro@mono-cvs.ximian.com>
Sat, 12 Nov 2005 22:48:09 +0000 (22:48 -0000)
* System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
DataGridViewBandTest.cs DataGridViewCellTest.cs
DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
DataGridViewRowTest.cs DataGridViewTest.cs

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

mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms_test.dll.sources

index 803ce52d7c7b2492a798f473f94de5af7f81dc99..0108b46e4a72f11c4da9ff1170252b6b44ebcd6f 100644 (file)
@@ -1,3 +1,10 @@
+2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
+
+       * System.Windows.Forms_test.dll.sources: Added DataGridViewElementTest.cs
+       DataGridViewBandTest.cs DataGridViewCellTest.cs
+       DataGridViewAdvancedBorderStyleTest.cs DataGridViewCellStyleTest.cs
+       DataGridViewRowTest.cs DataGridViewTest.cs
+
 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
 
        * System.Windows.Forms_test.dll.sources: Added RichTextBoxTest.cs
index aa5f75ee74c2612dc5a95d3f0f0871977c49f275..611a08d3d04b3a9be1255bde45b0e6462e63b5f1 100644 (file)
@@ -13,6 +13,13 @@ System.Windows.Forms/CursorTest.cs
 System.Windows.Forms/DataGridTableStyleTest.cs
 System.Windows.Forms/DataGridTest.cs
 System.Windows.Forms/DataGridTextBoxColumnTest.cs
+System.Windows.Forms/DataGridViewAdvancedBorderStyleTest.cs
+System.Windows.Forms/DataGridViewBandTest.cs
+System.Windows.Forms/DataGridViewCellStyleTest.cs
+System.Windows.Forms/DataGridViewCellTest.cs
+System.Windows.Forms/DataGridViewElementTest.cs
+System.Windows.Forms/DataGridViewRowTest.cs
+System.Windows.Forms/DataGridViewTest.cs
 System.Windows.Forms/GridColumnStylesCollectionTest.cs
 System.Windows.Forms/GridTableStylesCollectionTest.cs
 System.Windows.Forms/GroupBoxTest.cs