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