| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- 2006-11-01 Gert Driesen <[email protected]>
- * TextBoxTest.cs: Added tests for part of bug #79799.
- 2006-11-01 Gert Driesen <[email protected]>
- * ControlTest.cs: Fixed build using csc 1.x.
- 2006-10-30 Alexander Olk <[email protected]>
- * PictureBoxTest.cs: Enable the previously not working
- ToStringMethodTest and move the not working Image property
- test to its own method.
- * UpDownTest.cs: Added
- 2006-10-29 Chris Toshok <[email protected]>
- * ControlTest.cs: correct namespace and add TopLevelControlTest
- for bug #79781.
- 2006-10-29 Alexander Olk <[email protected]>
- * FormTest.cs: Fix typo.
- 2006-10-13 Gert Driesen <[email protected]>
- * PropertyGridTest.cs: Enabled previously not-working tests.
- 2006-10-13 Gert Driesen <[email protected]>
- * PropertyGridTest.cs: Added some tests for PropertyGrid.
- 2006-10-13 Andreia Gaita <[email protected]>
- * FocusTest.cs: add more test cases for GetNextControl.
- see #78650
- 2006-10-11 Chris Toshok <[email protected]>
- * ToolBarTest.cs: add test for ToolBarButton rectangles.
- 2006-10-06 Gert Driesen <[email protected]>
- * ListViewCollectionsTest.cs: Added tests for bug #79415.
- * ListViewTest.cs: Enabled test for bug #79416.
- 2006-10-03 Sebastien Pouliot <[email protected]>
- * ContainerControlTest.cs: New. Add a few test cases for
- GetContainerControl method.
- 2006-10-02 Sebastien Pouliot <[email protected]>
- * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
- 2006-10-02 Sebastien Pouliot <[email protected]>
- * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
- as NonWorking (see bug #79552). Fixed line-endings.
- 2006-09-22 Sebastien Pouliot <[email protected]>
- * SystemInformationTest.cs: Add tests case for MenuFont.
- 2006-09-18 Jonathan Pobst <[email protected]>
- * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
- 2006-09-13 Jonathan Pobst <[email protected]>
- * SplitContainerTests.cs: Added.
- 2006-09-11 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ComboBoxTest.cs: Add tests for CB.ObjectCollection
- methods throwing ArgumentNullException.
- 2006-08-18 Carlos Alberto Cortez <[email protected]>
- * ComboBoxTest.cs: Add tests for adding/modifying null items
- in ObjectCollection.
- * ListBox.cs: Likewise.
- 2006-08-08 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * PrintDialogTest.cs: Added.
- 2006-07-21 Matt Hargett ([email protected])
- * ControlTest.cs: Added tests for MinimumSize/MaximumSize
- 2006-07-20 Carlos Alberto Cortez <[email protected]>
- * ListControlTest.cs: Added DataSourceWrongArgumentType method
- to test the exception being thrown.
- 2006-07-18 Carlos Alberto Cortez <[email protected]>
- * ListControlTest.cs: Added.
- 2006-07-14 Jonathan Pobst <[email protected]>
- * EventArgsTest.cs: Added
- 2006-07-10 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * DataGridTableStyleTest.cs: couple more tests.
- 2006-07-06 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added "LinkLabel with link" test
- 2006-06-30 Chris Toshok <[email protected]>
- * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
- default DataGridTableStyle.
- 2006-06-23 Chris Toshok <[email protected]>
- * PropertyManagerTest.cs: new tests regarding the
- [Related]PropertyManager class.
- 2006-06-19 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added tests for enabled state inheritance
- 2006-06-19 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
- setter.
- 2006-06-01 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * TreeViewTest.cs: Add a couple of default properties. Put in
- correct namespace.
- * TabControlTest.cs: Put in correct namespace.
- 2006-05-25 Atsushi Enomoto <[email protected]>
- * BindingContextTest.cs : added more tests for Item, Contains()
- and GetEnumerator().
- 2006-05-18 Sebastien Pouliot <[email protected]>
- * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
- 2006-05-18 Atsushi Enomoto <[email protected]>
- 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 <[email protected]>
- * DataGridTest.cs: Add a test case based on 78420, confirm that
- the fix works.
- 2006-05-15 Atsushi Enomoto <[email protected]>
- * TabControlTest.cs : added test for bug #78395.
- 2006-04-16 Gert Driesen <[email protected]>
- * TabControlTest.cs: Added test for bug #78121. Marked failing tests
- NotWorking. Set eol-style to native.
- 2006-04-12 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added backcolor tests related to transparency
- (bug #78026)
- 2006-03-31 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Ignore Invoke test, it hangs
- 2006-02-28 Matt Hargett ([email protected])
- * ComboBoxTests.cs: Added
- 2006-02-02 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added test for layout nesting
- * MonthCalendarTest.cs: Fixed typo in class name
- 2005-12-01 Jackson Harper <[email protected]>
- * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
- SingleNodeIndexTest.
- - Fixed warning CS0219. Patches by Dieter Bremes
- 2005-11-12 Pedro Martínez Juliá <[email protected]>
- * DataGridViewElementTest.cs DataGridViewBandTest.cs
- DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
- DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
- Add some DataGridView tests.
- 2005-11-11 Ankit Jain <[email protected]>
- * RichTextBoxTest.cs: Fix typos.
- 2005-11-09 Peter Dennis Bartok <[email protected]>
- * RichTextBoxTest.cs: Added Find() tests
- 2005-11-05 Kornél Pál <[email protected]>
- * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
- 2005-10-18 Jordi Mas i Hernandez <[email protected]>
- * ListViewCollectionsTest.cs: Add tests for the ListView Collections
- 2005-10-17 Ritvik Mayank <[email protected]>
- * TabControlTest.cs : Added test case for TabControl
- 2005-10-16 Ritvik Mayank <[email protected]>
- * TrackBarTest.cs : Added test case for TrackBar
- 2005-10-16 Jordi Mas i Hernandez <[email protected]>
-
- * DataGridBoolColumn.cs: fixes warning
- 2005-10-10 Peter Dennis Bartok <[email protected]>
- * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
- order for want and actual to avoid misleading errors
- 2005-10-07 Peter Dennis Bartok <[email protected]>
- * GenerateControlStyleTest.cs: Code to auto-generate the
- source file ControlStyleTest.cs
- * ControlStyleTest.cs: Tests for testing ControlStyles
- 2005-09-28 Hisham Mardam Bey <[email protected]>
- * 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 <[email protected]>
- * LabelTest.cs : Added more event tests (external handlers)
- Added event arg checks
- Fixed OnPaint tests.
- Seperated invalidation tests.
- 2005-09-26 Hisham Mardam Bey <[email protected]>
- * ScrollBarTest.cs : Add more tests for event firing order
- Messages to simulate mouse events
- 2005-09-23 Ritvik Mayank <[email protected]>
- * ErrorProviderTest.cs : Added test case for ErrorProvider
- 2005-09-23 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Added messages to simulate Key* events.
- Key* events have tests now.
- 2005-09-22 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Implement event firing order tests.
- * ScrollBarTest.cs : Implement event firing order tests.
- 2005-09-22 Jordi Mas i Hernandez <[email protected]>
-
- * MenuTest.cs: Fixes some tests
- * MenuItemTest.cs: New unit test
- 2005-09-21 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Several new tests.
- * ScrollBarTest.cs : Several new tests.
- * bitmaps : added dir containing images for tests.
- 2005-09-21 Jordi Mas i Hernandez <[email protected]>
- * ListViewItemTest.cs: New unit test
- 2005-09-20 Jordi Mas i Hernandez <[email protected]>
- * 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 <[email protected]>
- * PictureBoxTest.cs : Test case for PictureBox
- 2005-09-08 Ritvik Mayank <[email protected]>
- * MonthCalendarTest.cs : Test case for MonthCalendar
- 2005-08-29 Ritvik Mayank <[email protected]>
-
- * 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 <[email protected]>
- * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
- to make it compile.
- 2005-08-16 Ritvik Mayank <[email protected]>
-
- * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
- ListViewTest.cs: enhancement and cleanup
- 2005-08-16 Ritvik Mayank <[email protected]>
- * 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 <[email protected]>
- * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
- yet implemented)
- 2005-08-08 Jordi Mas i Hernandez <[email protected]>
- * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
- * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
- 2005-08-06 Ritvik Mayank <[email protected]>
- * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
- 2005-08-05 Ritvik Mayank <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
-
- * 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 <[email protected]>
-
- * 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 <[email protected]>
-
- * 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 <[email protected]>
- * 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 <[email protected]>
-
- * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
- * ListBoxEventTest.cs : Test Cases for ListBox Events
- 2005-06-13 Ritvik Mayank <[email protected]>
-
- * TextBoxTest.cs : Test Cases for TextBox
- * BUttonTest.cs : Test Cases for Buttons
- 2005-05-11 Ritvik Mayank <[email protected]>
-
- * ControlEventTest.cs : Test Cases for Events
-
- 2005-05-02 Ritvik Mayank <[email protected]>
- * ControlTest.cs : Minor modifications
- 2005-05-02 Ritvik Mayank <[email protected]>
-
- * ControlTest.cs : Test for Control
- 2005-04-25 Ritvik Mayank <[email protected]>
- * LabelPropertyTest.cs : Test for Label
- 2004-11-29 Marek Safar <[email protected]>
- * TreeViewTest.cs : Test for TreeView
- * TreeNodeTest.cs : Test for TreeNode
- 2004-11-29 Ravindra <[email protected]>
- * ImageIndexConverter.cs : Test for ImageIndexConversion.
-
|