2005-10-18 Jordi Mas i Hernandez <jordi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
2
3         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
4
5 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
6
7         * TabControlTest.cs : Added test case for TabControl
8
9 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
10
11         * TrackBarTest.cs : Added test case for TrackBar
12
13 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
14          
15         * DataGridBoolColumn.cs: fixes warning
16
17 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
18
19         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
20           order for want and actual to avoid misleading errors
21
22 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
23
24         * GenerateControlStyleTest.cs: Code to auto-generate the
25           source file ControlStyleTest.cs
26         * ControlStyleTest.cs: Tests for testing ControlStyles
27
28 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
29
30         * Common.cs : Add common things here.
31         * LabelTest.cs : Remove common declarations to Common.cs
32         * ScrollBarTest.cs : Remove common declarations to Common.cs
33                              Add more propery range / exception tests
34                              Add more event order tests
35                              Fix Mouse tests.
36                              Add event arg tests.
37
38 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
39
40         * LabelTest.cs : Added more event tests (external handlers)
41                           Added event arg checks
42                           Fixed OnPaint tests.
43                           Seperated invalidation tests.
44
45 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
46
47         * ScrollBarTest.cs : Add more tests for event firing order
48                              Messages to simulate mouse events
49
50 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
51
52         * ErrorProviderTest.cs : Added test case for ErrorProvider
53
54 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
55
56         * LabelTest.cs : Added messages to simulate Key* events.
57                          Key* events have tests now.
58
59 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
60
61         * LabelTest.cs : Implement event firing order tests.
62         * ScrollBarTest.cs : Implement event firing order tests.
63
64 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
65          
66         * MenuTest.cs: Fixes some tests
67         * MenuItemTest.cs: New unit test
68
69 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
70
71        * LabelTest.cs : Several new tests.
72        * ScrollBarTest.cs : Several new tests.
73        * bitmaps : added dir containing images for tests.
74
75 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
76
77         * ListViewItemTest.cs: New unit test 
78
79 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
80
81         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
82         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
83         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
84         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
85         ToolBarTest.cs, MenuTest.cs
86
87         Remove all the tests that are giving errors. All of them should 
88         be reviewed. Right now having this text throwing 40 errors do not
89         help at all to do regression testing. Peter has already assigned
90         a group of controls to every developer that will be tested and 
91         reviewed.
92
93 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
94
95         * PictureBoxTest.cs : Test case for PictureBox
96
97 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
98
99         * MonthCalendarTest.cs : Test case for MonthCalendar
100
101 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
102         
103         * ProgressBarTest.cs : Test case for ProgressBar
104         * ToolBarTest.cs : Test case for ToolBar
105         * ToolTipTest.cs : Test case for ToolTip
106         * RichTextBoxTest.cs : Test case for RichTextBox
107
108 2005-08-16  Martin Baulig  <martin@ximian.com>
109
110         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
111         to make it compile.
112
113 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
114         
115         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
116           ListViewTest.cs: enhancement and cleanup
117
118 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
119
120         * ImageListTest.cs   : Test case for ImageList
121         * RadioButtonTest.cs : Test case for RadioButton
122         * ScrollBarTest.cs   : Test case for ScrollBar
123         * StatusBatTest.cs   : Test case for StatusBar
124
125 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
126
127         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
128           yet implemented)
129
130 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
131
132         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
133         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
134
135 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
136
137         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
138
139 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
140
141         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
142           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
143           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
144           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
145           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
146           ListViewEventTest.cs :
147                       Cleanup, Ignored tests which need manual intervention,
148                       work still in progress.  
149         
150 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
151
152         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
153         * GridTableStylesCollectionTest.cs: test fixes and enhancements
154         * DataGridTest.cs: test fixes and enhancements
155         * DataGridCellTest.cs: New unit test
156         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
157         * DataGridTableStyleTest.cs: test fixes and enhancements
158
159 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
160
161         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
162           errors, streamlined a few tests, added full tab order test, still
163           work in progress
164
165 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
166         
167         * FormTest.cs : Test case for Form
168         * GropBoxTest : Test case for GroupBox
169         * MenuTest.cs : Test case for Menu
170         * ImageListTest.cs : Test case for ImageList
171
172 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
173         
174         * ListViewTest.cs : Test case for ListView
175         * ListViewEventTest.cs : Test case for ListView events
176         * ComboBoxTest.cs : Test case for ComboBox
177         * FormEventTest.cs : Test case for Form events
178
179 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
180         
181         * CheckBoxTest.cs : Test case for CheckBox
182         * CheckBoxEventTest.cs : Test case for CheckBox events
183         * CheckedListBoxTest.cs : Test case for CheckedListBox
184         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
185
186 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
187
188         * DataGridTextBoxColumnTest.cs: Test case
189         * GridTableStylesCollectionTest.cs: Test case
190         * DataGridTest.cs: Test case
191         * GridColumnStylesCollectionTest.cs: Test case
192         * DataGridTableStyleTest.cs: Test case
193
194
195 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
196         
197         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
198         * ListBoxEventTest.cs  : Test Cases for ListBox Events
199
200 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
201         
202         * TextBoxTest.cs : Test Cases for TextBox 
203         * BUttonTest.cs  : Test Cases for Buttons
204
205 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
206         
207         * ControlEventTest.cs : Test Cases for Events 
208         
209 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
210
211         * ControlTest.cs : Minor modifications
212
213 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
214         
215         * ControlTest.cs : Test for Control
216
217 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
218         * LabelPropertyTest.cs : Test for Label
219
220 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
221         * TreeViewTest.cs : Test for TreeView
222         * TreeNodeTest.cs : Test for TreeNode
223
224 2004-11-29  Ravindra <rkumar@novell.com> 
225         * ImageIndexConverter.cs : Test for ImageIndexConversion.
226         
227