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