2006-10-03 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * ContainerControlTest.cs: New. Add a few test cases for 
4         GetContainerControl method.
5
6 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
7
8         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
9
10 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
13         as NonWorking (see bug #79552). Fixed line-endings.
14
15 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * SystemInformationTest.cs: Add tests case for MenuFont.
18
19 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
20         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
21
22 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
23
24         * SplitContainerTests.cs: Added.
25
26 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * ListViewTest.cs: Added test for bug #79076. Added tests for 
29         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
30         NotWorking).
31         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
32         and ListViewItemCollection fixes.
33
34 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
35
36         * ComboBoxTest.cs: Add tests for sorting and selection handling.
37         Deal with a couple of exception mismatches in 2_0.
38
39 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
40
41         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
42         methods throwing ArgumentNullException.
43
44 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
45
46         * ComboBoxTest.cs: Add tests for adding/modifying null items
47         in ObjectCollection.
48         * ListBox.cs: Likewise.
49
50 2006-08-08  Chris Toshok  <toshok@ximian.com>
51
52         * GridTableStylesCollectionTest.cs: make this fixture public so
53         it's actually included, and add a test for changing the
54         MappingName of a constituent TableStyle.
55
56 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
57
58         * PrintDialogTest.cs: Added.
59
60 2006-07-21  Matt Hargett (matt@use.net)
61
62         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
63
64 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
65
66         * ListControlTest.cs: Added DataSourceWrongArgumentType method
67         to test the exception being thrown.
68
69 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
70
71         * ListControlTest.cs: Added.
72
73 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
74
75         * EventArgsTest.cs: Added
76
77 2006-07-10  Chris Toshok  <toshok@ximian.com>
78
79         * DataGridTest.cs: make this class public so it shows up in the
80         list of fixtures (and its tests get run).
81
82         * CurrencyManagerTest.cs: add a test that just spews properties
83         about the currency manager and the datasource, as well as a test
84         for the finalType field.
85
86 2006-07-07  Chris Toshok  <toshok@ximian.com>
87
88         * DataGridTableStyleTest.cs: couple more tests.
89
90 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
91
92         * ControlTest.cs: Added "LinkLabel with link" test
93
94 2006-06-30  Chris Toshok  <toshok@ximian.com>
95
96         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
97         default DataGridTableStyle.
98
99 2006-06-23  Chris Toshok  <toshok@ximian.com>
100
101         * PropertyManagerTest.cs: new tests regarding the
102         [Related]PropertyManager class.
103
104 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
105
106         * ControlTest.cs: Added tests for enabled state inheritance
107
108 2006-06-19  Chris Toshok  <toshok@ximian.com>
109
110         * CurrencyManagerTest.cs: add some tests for related currency
111         managers.
112
113         * BindingContextTest.cs: add a test for
114         BindingContext.CollectionChanged -=.  Also add a test for passing
115         null for data_member to BindingContext.Contains.
116
117 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
118
119         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
120         setter.
121
122 2006-06-01  Chris Toshok  <toshok@ximian.com>
123
124         * CurrencyManagerTest.cs: add a few tests to see what events are
125         being emitted in which order from AddNew, CancelCurrentEdit and
126         EndCurrentEdit.
127
128 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
129
130         * LabelTest.cs: 
131           - Added (still unused) fuzzy compare for events
132           - Disabled event order tests, they are too strict
133         * ScrollBarTest.cs: Disabled event order tests, are too strict
134
135 2006-05-25  Jackson Harper  <jackson@ximian.com>
136
137         * TreeViewTest.cs: Add a couple of default properties.  Put in
138         correct namespace.
139         * TabControlTest.cs: Put in correct namespace.
140
141 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
142
143         * BindingContextTest.cs : added more tests for Item, Contains()
144           and GetEnumerator().
145
146 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
147
148         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
149
150 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
151
152         Some compat fixes found by make run-test-ondotnet:
153         * ListBoxTest.cs : they don't throw exceptions.
154         * RichTextBoxTest.cs,
155           ScrollBarTest.cs,
156           ComboBoxTest.cs,
157           ComboBoxTests.cs : Commented some lines out since they are
158           environment (especially desktop theme) dependent.
159           TabControlTest.cs : SetSelectedIndex() was my bad that the test
160           needed the tab control be drawn to pass the test.
161           Some tests are env. dependent (as well as others).
162
163 2006-05-16  Miguel de Icaza  <miguel@novell.com>
164
165         * DataGridTest.cs: Add a test case based on 78420, confirm that
166         the fix works.
167
168 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * TabControlTest.cs : added test for bug #78395.
171
172 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
173
174         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
175         NotWorking. Set eol-style to native.
176
177 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
178
179         * ControlTest.cs: Added backcolor tests related to transparency
180           (bug #78026)
181
182 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
183
184         * ControlTest.cs: Ignore Invoke test, it hangs
185
186 2006-02-28  Matt Hargett (matt@use.net)
187
188         * ComboBoxTests.cs: Added
189
190 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
191
192         * ControlTest.cs: Added test for layout nesting
193         * MonthCalendarTest.cs: Fixed typo in class name
194
195 2005-12-01  Jackson Harper  <jackson@ximian.com>
196
197          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
198          SingleNodeIndexTest.
199          - Fixed warning CS0219. Patches by Dieter Bremes
200
201 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
202
203         * DataGridViewElementTest.cs DataGridViewBandTest.cs
204         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
205         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
206
207         Add some DataGridView tests.
208
209 2005-11-11  Ankit Jain  <jankit@novell.com>
210
211         * RichTextBoxTest.cs: Fix typos.
212
213 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
214
215         * RichTextBoxTest.cs: Added Find() tests
216
217 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
218
219         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
220
221 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
222
223         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
224
225 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
226
227         * TabControlTest.cs : Added test case for TabControl
228
229 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
230
231         * TrackBarTest.cs : Added test case for TrackBar
232
233 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
234          
235         * DataGridBoolColumn.cs: fixes warning
236
237 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
238
239         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
240           order for want and actual to avoid misleading errors
241
242 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
243
244         * GenerateControlStyleTest.cs: Code to auto-generate the
245           source file ControlStyleTest.cs
246         * ControlStyleTest.cs: Tests for testing ControlStyles
247
248 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
249
250         * Common.cs : Add common things here.
251         * LabelTest.cs : Remove common declarations to Common.cs
252         * ScrollBarTest.cs : Remove common declarations to Common.cs
253                              Add more propery range / exception tests
254                              Add more event order tests
255                              Fix Mouse tests.
256                              Add event arg tests.
257
258 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
259
260         * LabelTest.cs : Added more event tests (external handlers)
261                           Added event arg checks
262                           Fixed OnPaint tests.
263                           Seperated invalidation tests.
264
265 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
266
267         * ScrollBarTest.cs : Add more tests for event firing order
268                              Messages to simulate mouse events
269
270 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
271
272         * ErrorProviderTest.cs : Added test case for ErrorProvider
273
274 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
275
276         * LabelTest.cs : Added messages to simulate Key* events.
277                          Key* events have tests now.
278
279 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
280
281         * LabelTest.cs : Implement event firing order tests.
282         * ScrollBarTest.cs : Implement event firing order tests.
283
284 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
285          
286         * MenuTest.cs: Fixes some tests
287         * MenuItemTest.cs: New unit test
288
289 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
290
291        * LabelTest.cs : Several new tests.
292        * ScrollBarTest.cs : Several new tests.
293        * bitmaps : added dir containing images for tests.
294
295 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
296
297         * ListViewItemTest.cs: New unit test 
298
299 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
300
301         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
302         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
303         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
304         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
305         ToolBarTest.cs, MenuTest.cs
306
307         Remove all the tests that are giving errors. All of them should 
308         be reviewed. Right now having this text throwing 40 errors do not
309         help at all to do regression testing. Peter has already assigned
310         a group of controls to every developer that will be tested and 
311         reviewed.
312
313 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
314
315         * PictureBoxTest.cs : Test case for PictureBox
316
317 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
318
319         * MonthCalendarTest.cs : Test case for MonthCalendar
320
321 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
322         
323         * ProgressBarTest.cs : Test case for ProgressBar
324         * ToolBarTest.cs : Test case for ToolBar
325         * ToolTipTest.cs : Test case for ToolTip
326         * RichTextBoxTest.cs : Test case for RichTextBox
327
328 2005-08-16  Martin Baulig  <martin@ximian.com>
329
330         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
331         to make it compile.
332
333 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
334         
335         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
336           ListViewTest.cs: enhancement and cleanup
337
338 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
339
340         * ImageListTest.cs   : Test case for ImageList
341         * RadioButtonTest.cs : Test case for RadioButton
342         * ScrollBarTest.cs   : Test case for ScrollBar
343         * StatusBatTest.cs   : Test case for StatusBar
344
345 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
346
347         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
348           yet implemented)
349
350 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
351
352         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
353         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
354
355 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
356
357         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
358
359 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
360
361         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
362           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
363           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
364           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
365           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
366           ListViewEventTest.cs :
367                       Cleanup, Ignored tests which need manual intervention,
368                       work still in progress.  
369         
370 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
371
372         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
373         * GridTableStylesCollectionTest.cs: test fixes and enhancements
374         * DataGridTest.cs: test fixes and enhancements
375         * DataGridCellTest.cs: New unit test
376         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
377         * DataGridTableStyleTest.cs: test fixes and enhancements
378
379 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
380
381         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
382           errors, streamlined a few tests, added full tab order test, still
383           work in progress
384
385 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
386         
387         * FormTest.cs : Test case for Form
388         * GropBoxTest : Test case for GroupBox
389         * MenuTest.cs : Test case for Menu
390         * ImageListTest.cs : Test case for ImageList
391
392 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
393         
394         * ListViewTest.cs : Test case for ListView
395         * ListViewEventTest.cs : Test case for ListView events
396         * ComboBoxTest.cs : Test case for ComboBox
397         * FormEventTest.cs : Test case for Form events
398
399 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
400         
401         * CheckBoxTest.cs : Test case for CheckBox
402         * CheckBoxEventTest.cs : Test case for CheckBox events
403         * CheckedListBoxTest.cs : Test case for CheckedListBox
404         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
405
406 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
407
408         * DataGridTextBoxColumnTest.cs: Test case
409         * GridTableStylesCollectionTest.cs: Test case
410         * DataGridTest.cs: Test case
411         * GridColumnStylesCollectionTest.cs: Test case
412         * DataGridTableStyleTest.cs: Test case
413
414
415 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
416         
417         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
418         * ListBoxEventTest.cs  : Test Cases for ListBox Events
419
420 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
421         
422         * TextBoxTest.cs : Test Cases for TextBox 
423         * BUttonTest.cs  : Test Cases for Buttons
424
425 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
426         
427         * ControlEventTest.cs : Test Cases for Events 
428         
429 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
430
431         * ControlTest.cs : Minor modifications
432
433 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
434         
435         * ControlTest.cs : Test for Control
436
437 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
438         * LabelPropertyTest.cs : Test for Label
439
440 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
441         * TreeViewTest.cs : Test for TreeView
442         * TreeNodeTest.cs : Test for TreeNode
443
444 2004-11-29  Ravindra <rkumar@novell.com> 
445         * ImageIndexConverter.cs : Test for ImageIndexConversion.
446         
447