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