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