* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index dc13adeb2f623ad372dd504ad5643a25e0e5f1be..c84f2bb479fe307cef72937d25401f6d34ecd180 100644 (file)
@@ -1,3 +1,362 @@
+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
+
+2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
+
+       * ControlTest.cs: Added test for layout nesting
+       * MonthCalendarTest.cs: Fixed typo in class name
+
+2005-12-01  Jackson Harper  <jackson@ximian.com>
+
+        * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
+        SingleNodeIndexTest.
+        - Fixed warning CS0219. Patches by Dieter Bremes
+
+2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
+
+       * DataGridViewElementTest.cs DataGridViewBandTest.cs
+       DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
+       DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
+
+       Add some DataGridView tests.
+
+2005-11-11  Ankit Jain  <jankit@novell.com>
+
+       * RichTextBoxTest.cs: Fix typos.
+
+2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
+
+       * RichTextBoxTest.cs: Added Find() tests
+
+2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
+
+       * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
+
+2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ListViewCollectionsTest.cs: Add tests for the ListView Collections
+
+2005-10-17  Ritvik Mayank  <mritvik@novell.com>
+
+       * TabControlTest.cs : Added test case for TabControl
+
+2005-10-16  Ritvik Mayank  <mritvik@novell.com>
+
+       * TrackBarTest.cs : Added test case for TrackBar
+
+2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
+        
+       * DataGridBoolColumn.cs: fixes warning
+
+2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
+
+       * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
+         order for want and actual to avoid misleading errors
+
+2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
+
+       * GenerateControlStyleTest.cs: Code to auto-generate the
+         source file ControlStyleTest.cs
+       * ControlStyleTest.cs: Tests for testing ControlStyles
+
+2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+        * Common.cs : Add common things here.
+       * LabelTest.cs : Remove common declarations to Common.cs
+       * ScrollBarTest.cs : Remove common declarations to Common.cs
+                            Add more propery range / exception tests
+                            Add more event order tests
+                            Fix Mouse tests.
+                            Add event arg tests.
+
+2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+       * LabelTest.cs : Added more event tests (external handlers)
+                         Added event arg checks
+                         Fixed OnPaint tests.
+                         Seperated invalidation tests.
+
+2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+       * ScrollBarTest.cs : Add more tests for event firing order
+                            Messages to simulate mouse events
+
+2005-09-23  Ritvik Mayank  <mritvik@novell.com>
+
+       * ErrorProviderTest.cs : Added test case for ErrorProvider
+
+2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+        * LabelTest.cs : Added messages to simulate Key* events.
+                        Key* events have tests now.
+
+2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+        * LabelTest.cs : Implement event firing order tests.
+       * ScrollBarTest.cs : Implement event firing order tests.
+
+2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
+        
+       * MenuTest.cs: Fixes some tests
+       * MenuItemTest.cs: New unit test
+
+2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
+
+       * LabelTest.cs : Several new tests.
+       * ScrollBarTest.cs : Several new tests.
+       * bitmaps : added dir containing images for tests.
+
+2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ListViewItemTest.cs: New unit test 
+
+2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
+
+        * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
+       LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
+       ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
+       ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
+       ToolBarTest.cs, MenuTest.cs
+
+       Remove all the tests that are giving errors. All of them should 
+       be reviewed. Right now having this text throwing 40 errors do not
+       help at all to do regression testing. Peter has already assigned
+       a group of controls to every developer that will be tested and 
+       reviewed.
+
+2005-09-20  Ritvik Mayank  <mritvik@novell.com>
+
+       * PictureBoxTest.cs : Test case for PictureBox
+
+2005-09-08  Ritvik Mayank  <mritvik@novell.com>
+
+       * MonthCalendarTest.cs : Test case for MonthCalendar
+
+2005-08-29  Ritvik Mayank  <mritvik@novell.com>
+       
+       * ProgressBarTest.cs : Test case for ProgressBar
+       * ToolBarTest.cs : Test case for ToolBar
+       * ToolTipTest.cs : Test case for ToolTip
+       * RichTextBoxTest.cs : Test case for RichTextBox
+
+2005-08-16  Martin Baulig  <martin@ximian.com>
+
+       * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
+       to make it compile.
+
+2005-08-16  Ritvik Mayank  <mritvik@novell.com>
+       
+       * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
+         ListViewTest.cs: enhancement and cleanup
+
+2005-08-16  Ritvik Mayank  <mritvik@novell.com>
+
+       * ImageListTest.cs   : Test case for ImageList
+       * RadioButtonTest.cs : Test case for RadioButton
+       * ScrollBarTest.cs   : Test case for ScrollBar
+       * StatusBatTest.cs   : Test case for StatusBar
+
+2005-08-10  Ritvik Mayank  <mritvik@novell.com>
+
+       * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
+         yet implemented)
+
+2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
+       * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
+
+2005-08-06  Ritvik Mayank  <mritvik@novell.com>
+
+       * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
+
+2005-08-05  Ritvik Mayank  <mritvik@novell.com>
+
+       * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
+         LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
+         CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
+         CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
+         FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
+         ListViewEventTest.cs :
+                     Cleanup, Ignored tests which need manual intervention,
+                     work still in progress.  
+       
+2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * DataGridTextBoxColumnTest.cs: test fixes and enhancements
+       * GridTableStylesCollectionTest.cs: test fixes and enhancements
+       * DataGridTest.cs: test fixes and enhancements
+       * DataGridCellTest.cs: New unit test
+       * GridColumnStylesCollectionTest.cs: test fixes and enhancements
+       * DataGridTableStyleTest.cs: test fixes and enhancements
+
+2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
+         errors, streamlined a few tests, added full tab order test, still
+         work in progress
+
+2005-08-02  Ritvik Mayank  <mritvik@novell.com>
+       
+       * FormTest.cs : Test case for Form
+       * GropBoxTest : Test case for GroupBox
+       * MenuTest.cs : Test case for Menu
+       * ImageListTest.cs : Test case for ImageList
+
+2005-07-26  Ritvik Mayank  <mritvik@novell.com>
+       
+       * ListViewTest.cs : Test case for ListView
+       * ListViewEventTest.cs : Test case for ListView events
+       * ComboBoxTest.cs : Test case for ComboBox
+       * FormEventTest.cs : Test case for Form events
+
+2005-07-12  Ritvik Mayank  <mritvik@novell.com>
+       
+       * CheckBoxTest.cs : Test case for CheckBox
+       * CheckBoxEventTest.cs : Test case for CheckBox events
+       * CheckedListBoxTest.cs : Test case for CheckedListBox
+       * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
+
+2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
+
+       * DataGridTextBoxColumnTest.cs: Test case
+       * GridTableStylesCollectionTest.cs: Test case
+       * DataGridTest.cs: Test case
+       * GridColumnStylesCollectionTest.cs: Test case
+       * DataGridTableStyleTest.cs: Test case
+
+
+2005-07-04  Ritvik Mayank  <mritvik@novell.com>
+       
+       * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
+       * ListBoxEventTest.cs  : Test Cases for ListBox Events
 
 2005-06-13  Ritvik Mayank  <mritvik@novell.com>