X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FTest%2FSystem.Windows.Forms%2FChangeLog;h=783a41ed1a81d99f966b7a263663fa46cf8d36e0;hb=8434a764322b471048f417d08eb693c79213f2ae;hp=c9318c0e7be34b37a9280804d3d252c1872cac5e;hpb=089d5fed1917f774dfd602b2e3e4f5a60285a349;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog index c9318c0e7be..783a41ed1a8 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog @@ -1,3 +1,291 @@ +2006-10-03 Sebastien Pouliot + + * ContainerControlTest.cs: New. Add a few test cases for + GetContainerControl method. + +2006-10-02 Sebastien Pouliot + + * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject. + +2006-10-02 Sebastien Pouliot + + * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject + as NonWorking (see bug #79552). Fixed line-endings. + +2006-09-22 Sebastien Pouliot + + * SystemInformationTest.cs: Add tests case for MenuFont. + +2006-09-18 Jonathan Pobst + * EventArgsTest.cs: Add tests for ToolStrip*EventArgs. + +2006-09-13 Jonathan Pobst + + * SplitContainerTests.cs: Added. + +2006-09-11 Gert Driesen + + * ListViewTest.cs: Added test for bug #79076. Added tests for + sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked + NotWorking). + * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection + and ListViewItemCollection fixes. + +2006-09-01 Carlos Alberto Cortez + + * ComboBoxTest.cs: Add tests for sorting and selection handling. + Deal with a couple of exception mismatches in 2_0. + +2006-08-21 Carlos Alberto Cortez + + * ComboBoxTest.cs: Add tests for CB.ObjectCollection + methods throwing ArgumentNullException. + +2006-08-18 Carlos Alberto Cortez + + * ComboBoxTest.cs: Add tests for adding/modifying null items + in ObjectCollection. + * ListBox.cs: Likewise. + +2006-08-08 Chris Toshok + + * GridTableStylesCollectionTest.cs: make this fixture public so + it's actually included, and add a test for changing the + MappingName of a constituent TableStyle. + +2006-07-30 Carlos Alberto Cortez + + * PrintDialogTest.cs: Added. + +2006-07-21 Matt Hargett (matt@use.net) + + * ControlTest.cs: Added tests for MinimumSize/MaximumSize + +2006-07-20 Carlos Alberto Cortez + + * ListControlTest.cs: Added DataSourceWrongArgumentType method + to test the exception being thrown. + +2006-07-18 Carlos Alberto Cortez + + * ListControlTest.cs: Added. + +2006-07-14 Jonathan Pobst + + * EventArgsTest.cs: Added + +2006-07-10 Chris Toshok + + * 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 + + * DataGridTableStyleTest.cs: couple more tests. + +2006-07-06 Peter Dennis Bartok + + * ControlTest.cs: Added "LinkLabel with link" test + +2006-06-30 Chris Toshok + + * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the + default DataGridTableStyle. + +2006-06-23 Chris Toshok + + * PropertyManagerTest.cs: new tests regarding the + [Related]PropertyManager class. + +2006-06-19 Peter Dennis Bartok + + * ControlTest.cs: Added tests for enabled state inheritance + +2006-06-19 Chris Toshok + + * 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 + + * FormTest.cs: Add SetDialogResult, to test Form.DialogResult + setter. + +2006-06-01 Chris Toshok + + * 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 + + * 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 + + * TreeViewTest.cs: Add a couple of default properties. Put in + correct namespace. + * TabControlTest.cs: Put in correct namespace. + +2006-05-25 Atsushi Enomoto + + * BindingContextTest.cs : added more tests for Item, Contains() + and GetEnumerator(). + +2006-05-18 Sebastien Pouliot + + * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs. + +2006-05-18 Atsushi Enomoto + + 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 + + * DataGridTest.cs: Add a test case based on 78420, confirm that + the fix works. + +2006-05-15 Atsushi Enomoto + + * TabControlTest.cs : added test for bug #78395. + +2006-04-16 Gert Driesen + + * TabControlTest.cs: Added test for bug #78121. Marked failing tests + NotWorking. Set eol-style to native. + +2006-04-12 Peter Dennis Bartok + + * ControlTest.cs: Added backcolor tests related to transparency + (bug #78026) + +2006-03-31 Peter Dennis Bartok + + * ControlTest.cs: Ignore Invoke test, it hangs + +2006-02-28 Matt Hargett (matt@use.net) + + * ComboBoxTests.cs: Added + +2006-02-02 Peter Dennis Bartok + + * ControlTest.cs: Added test for layout nesting + * MonthCalendarTest.cs: Fixed typo in class name + +2005-12-01 Jackson Harper + + * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace + + SingleNodeIndexTest. + - Fixed warning CS0219. Patches by Dieter Bremes + +2005-11-12 Pedro Martínez Juliá + + * DataGridViewElementTest.cs DataGridViewBandTest.cs + DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs + DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs: + + Add some DataGridView tests. + +2005-11-11 Ankit Jain + + * RichTextBoxTest.cs: Fix typos. + +2005-11-09 Peter Dennis Bartok + + * RichTextBoxTest.cs: Added Find() tests + +2005-11-05 Kornél Pál + + * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1). + +2005-10-18 Jordi Mas i Hernandez + + * ListViewCollectionsTest.cs: Add tests for the ListView Collections + +2005-10-17 Ritvik Mayank + + * TabControlTest.cs : Added test case for TabControl + +2005-10-16 Ritvik Mayank + + * TrackBarTest.cs : Added test case for TrackBar + +2005-10-16 Jordi Mas i Hernandez + + * DataGridBoolColumn.cs: fixes warning + +2005-10-10 Peter Dennis Bartok + + * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped + order for want and actual to avoid misleading errors + +2005-10-07 Peter Dennis Bartok + + * GenerateControlStyleTest.cs: Code to auto-generate the + source file ControlStyleTest.cs + * ControlStyleTest.cs: Tests for testing ControlStyles + +2005-09-28 Hisham Mardam Bey + + * 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 + + * LabelTest.cs : Added more event tests (external handlers) + Added event arg checks + Fixed OnPaint tests. + Seperated invalidation tests. + +2005-09-26 Hisham Mardam Bey + + * ScrollBarTest.cs : Add more tests for event firing order + Messages to simulate mouse events + +2005-09-23 Ritvik Mayank + + * ErrorProviderTest.cs : Added test case for ErrorProvider + +2005-09-23 Hisham Mardam Bey + + * LabelTest.cs : Added messages to simulate Key* events. + Key* events have tests now. + +2005-09-22 Hisham Mardam Bey + + * LabelTest.cs : Implement event firing order tests. + * ScrollBarTest.cs : Implement event firing order tests. + +2005-09-22 Jordi Mas i Hernandez + + * MenuTest.cs: Fixes some tests + * MenuItemTest.cs: New unit test + 2005-09-21 Hisham Mardam Bey * LabelTest.cs : Several new tests.