* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index 969fdfb5bbf45722a212945e0735f6d6b346f5a2..c84f2bb479fe307cef72937d25401f6d34ecd180 100644 (file)
@@ -1,3 +1,129 @@
+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
+
+2006-06-19  Chris Toshok  <toshok@ximian.com>
+
+       * CurrencyManagerTest.cs: add some tests for related currency
+       managers.
+
+       * BindingContextTest.cs: add a test for
+       BindingContext.CollectionChanged -=.  Also add a test for passing
+       null for data_member to BindingContext.Contains.
+
+2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
+       setter.
+
+2006-06-01  Chris Toshok  <toshok@ximian.com>
+
+       * CurrencyManagerTest.cs: add a few tests to see what events are
+       being emitted in which order from AddNew, CancelCurrentEdit and
+       EndCurrentEdit.
+
+2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
+
+       * LabelTest.cs: 
+         - Added (still unused) fuzzy compare for events
+         - Disabled event order tests, they are too strict
+       * ScrollBarTest.cs: Disabled event order tests, are too strict
+
+2006-05-25  Jackson Harper  <jackson@ximian.com>
+
+       * TreeViewTest.cs: Add a couple of default properties.  Put in
+       correct namespace.
+       * TabControlTest.cs: Put in correct namespace.
+
+2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BindingContextTest.cs : added more tests for Item, Contains()
+         and GetEnumerator().
+
+2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
+
+2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       Some compat fixes found by make run-test-ondotnet:
+       * ListBoxTest.cs : they don't throw exceptions.
+       * RichTextBoxTest.cs,
+         ScrollBarTest.cs,
+         ComboBoxTest.cs,
+         ComboBoxTests.cs : Commented some lines out since they are
+         environment (especially desktop theme) dependent.
+         TabControlTest.cs : SetSelectedIndex() was my bad that the test
+         needed the tab control be drawn to pass the test.
+         Some tests are env. dependent (as well as others).
+
+2006-05-16  Miguel de Icaza  <miguel@novell.com>
+
+       * DataGridTest.cs: Add a test case based on 78420, confirm that
+       the fix works.
+
+2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TabControlTest.cs : added test for bug #78395.
+
+2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * TabControlTest.cs: Added test for bug #78121. Marked failing tests
+       NotWorking. Set eol-style to native.
+
+2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
+
+       * ControlTest.cs: Added backcolor tests related to transparency
+         (bug #78026)
+
+2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
+
+       * ControlTest.cs: Ignore Invoke test, it hangs
+
 2006-02-28  Matt Hargett (matt@use.net)
 
        * ComboBoxTests.cs: Added