added test cases for ImageList, RadioButton, ScrollBar and StatusBar
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
2
3         * ImageListTest.cs   : Test case for ImageList
4         * RadioButtonTest.cs : Test case for RadioButton
5         * ScrollBarTest.cs   : Test case for ScrollBar
6         * StatusBatTest.cs   : Test case for StatusBar
7
8 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
9
10         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
11           yet implemented)
12
13 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
14
15         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
16         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
17
18 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
19
20         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
21
22 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
23
24         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
25           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
26           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
27           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
28           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
29           ListViewEventTest.cs :
30                       Cleanup, Ignored tests which need manual intervention,
31                       work still in progress.  
32         
33 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
34
35         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
36         * GridTableStylesCollectionTest.cs: test fixes and enhancements
37         * DataGridTest.cs: test fixes and enhancements
38         * DataGridCellTest.cs: New unit test
39         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
40         * DataGridTableStyleTest.cs: test fixes and enhancements
41
42 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
43
44         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
45           errors, streamlined a few tests, added full tab order test, still
46           work in progress
47
48 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
49         
50         * FormTest.cs : Test case for Form
51         * GropBoxTest : Test case for GroupBox
52         * MenuTest.cs : Test case for Menu
53         * ImageListTest.cs : Test case for ImageList
54
55 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
56         
57         * ListViewTest.cs : Test case for ListView
58         * ListViewEventTest.cs : Test case for ListView events
59         * ComboBoxTest.cs : Test case for ComboBox
60         * FormEventTest.cs : Test case for Form events
61
62 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
63         
64         * CheckBoxTest.cs : Test case for CheckBox
65         * CheckBoxEventTest.cs : Test case for CheckBox events
66         * CheckedListBoxTest.cs : Test case for CheckedListBox
67         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
68
69 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
70
71         * DataGridTextBoxColumnTest.cs: Test case
72         * GridTableStylesCollectionTest.cs: Test case
73         * DataGridTest.cs: Test case
74         * GridColumnStylesCollectionTest.cs: Test case
75         * DataGridTableStyleTest.cs: Test case
76
77
78 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
79         
80         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
81         * ListBoxEventTest.cs  : Test Cases for ListBox Events
82
83 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
84         
85         * TextBoxTest.cs : Test Cases for TextBox 
86         * BUttonTest.cs  : Test Cases for Buttons
87
88 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
89         
90         * ControlEventTest.cs : Test Cases for Events 
91         
92 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
93
94         * ControlTest.cs : Minor modifications
95
96 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
97         
98         * ControlTest.cs : Test for Control
99
100 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
101         * LabelPropertyTest.cs : Test for Label
102
103 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
104         * TreeViewTest.cs : Test for TreeView
105         * TreeNodeTest.cs : Test for TreeNode
106
107 2004-11-29  Ravindra <rkumar@novell.com> 
108         * ImageIndexConverter.cs : Test for ImageIndexConversion.
109         
110