* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index 59a5c264e9c187e34dccfd1b67b92c995d822baa..c84f2bb479fe307cef72937d25401f6d34ecd180 100644 (file)
@@ -1,3 +1,47 @@
+2006-07-21  Matt Hargett (matt@use.net)
+
+       * ControlTest.cs: Added tests for MinimumSize/MaximumSize
+
+2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListControlTest.cs: Added DataSourceWrongArgumentType method
+       to test the exception being thrown.
+
+2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListControlTest.cs: Added.
+
+2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
+
+       * EventArgsTest.cs: Added
+
+2006-07-10  Chris Toshok  <toshok@ximian.com>
+
+       * DataGridTest.cs: make this class public so it shows up in the
+       list of fixtures (and its tests get run).
+
+       * CurrencyManagerTest.cs: add a test that just spews properties
+       about the currency manager and the datasource, as well as a test
+       for the finalType field.
+
+2006-07-07  Chris Toshok  <toshok@ximian.com>
+
+       * DataGridTableStyleTest.cs: couple more tests.
+
+2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
+
+       * ControlTest.cs: Added "LinkLabel with link" test
+
+2006-06-30  Chris Toshok  <toshok@ximian.com>
+
+       * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
+       default DataGridTableStyle.
+
+2006-06-23  Chris Toshok  <toshok@ximian.com>
+
+       * PropertyManagerTest.cs: new tests regarding the
+       [Related]PropertyManager class.
+
 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
 
        * ControlTest.cs: Added tests for enabled state inheritance