* DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 26 Jul 2007 08:58:23 +0000 (08:58 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Thu, 26 Jul 2007 08:58:23 +0000 (08:58 -0000)
commitbc8b656f4062fc2c4632b5a5c2fd0428698fcdf6
tree4a8b12ec2230a85f94837c57521a3e1c2cc1e477
parent0593cad751880a0490cd388933ab8ded6b3c0334
* DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
* EventLogger.cs: Create a EventLog class, can print to the console
  events as they are raised.
* DataGridViewCellTest.cs: Added AddRow_Changes.
* TestHelper.cs: Add DumpObject, can be used to dump an object's values
  in a Assert.X (values) form.
* FormTest.cs: Added ChildFocused test (NotWorking).

svn path=/trunk/mcs/; revision=82744
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewCellTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DataGridViewRowTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/EventLogger.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TestHelper.cs