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