2009-06-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2009-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ListBindingHelperTest.cs: New assertion for GetListItemType, as well
4         as a new helper collection class.
5
6 2009-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7
8         * ClipboardTest.cs: New test for serializable types.
9
10 2009-05-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11
12         * ToolStripDropDownTest.cs: New test to assure the Height atfer
13         calculating the layout depends on ToolStripItem.GetPreferredHeight.
14
15 2009-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
16
17         * ToolStripControlHost.cs: New tests for DefaultSize and
18         OnHostedControlResize members.
19
20 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
21
22         * ToolStripMenuItemTest.cs: Improve test, and remove the
23         NotWorking attribute. Also remove the 'var' keywords, doh!
24
25 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
26
27         * ToolStripMenuItemTest.cs: Simplify test.
28
29 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
30
31         * ToolStripMenuItemTest.cs: Add yet another non-passing test
32           (wors in MS.NET).
33
34 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
35
36         * ToolStripMenuItemTest.cs: add tests for Owner and OwnerItem.
37
38 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
39
40         * ToolStripMenuItemTest.cs: more accurate test, and fix build
41         (namespace clash).
42
43 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
44
45         * ToolStripMenuItemTest.cs: Add a test for GetCurrentParent
46         (passes on MS.NET). Related to a11y bugs #485524 and #479397.
47
48 2009-05-04  Andrés G. Aragoneses <aaragoneses@novell.com>
49
50         * TabControlTest.cs: More accurate test for bug#499887 showing
51         the SelectedIndex at the moment of the event (passes on MS.NET).
52
53 2009-04-30  Andrés G. Aragoneses <aaragoneses@novell.com>
54
55         * TabControlTest.cs: Added test for bug#499887.
56
57 2009-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
58
59         * ClipboardTest.cs: New rrich text format test, and also re-name the 
60         previous test to be a little more informative. Also clear the data 
61         we have put in the clipboard before returning.
62
63 2009-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
64
65         * ToolStripTest.cs:
66         * ToolStripItemTest.cs: Update our Dispose tests.
67
68 2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
69
70         * DataGridViewTest.cs: Add tests to verify that the current cell changes 
71         if IsHandleCreated and the first row is added in a non-databound scenario.
72
73 2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
74
75         * DataGridViewTest.cs, DataGridViewColumnTest.cs: Add tests for 
76         Row/CellTemplates being always null.
77
78 2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
79
80         * DataGridViewTest.cs: Add tests for the relevance of IsHandleCreated and 
81         the BindingContext for the databound state of the DataGridView.
82
83 2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
84
85         * DataGridViewTest.cs: Add a test for Browsable(false) columns.
86
87 2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
88
89         * DataGridViewTest.cs: Add tests for CurrentCell.
90
91 2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
92
93         * DataGridViewTest.cs: Add tests for ColumnCount.
94
95 2009-03-07  Ivan N. Zlatev  <contact@i-nz.net>
96
97         * DataGridViewTest.cs: Add more tests for the RowCount property.
98
99 2009-03-06  Ivan N. Zlatev  <contact@i-nz.net>
100
101         * DataGridViewTest.cs: 
102
103 2009-03-05 Ivan N. Zlatev  <contact@i-nz.net>
104
105         * DataGridViewTest.cs: Add tests for scroll to selection to verify that 
106         the effect is applied synchronously.
107           Based on a patch by Tom Hindle <tom_hindle@sil.org>
108
109 2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
110
111         * DataGridViewTest.cs: Add tests for RowCount/ColumnCount decreasing. 
112
113 2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
114
115         * DataGridViewCellTest.cs: Add tests for OnDataGridViewChanged behavior.
116
117 2009-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
118
119         * MaskedTextBoxTest.cs: Yet a new Text test case.
120
121 2009-02-04  Mario Carrion <mcarrion@novell.com>
122
123         * ColumnHeaderTest.cs: Testing ListView.ColumnWidthChanged when 
124         changing Width (for bug #467086).
125
126 2009-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
127
128         * FormEventTest.cs: New test for VisibleChanged event (and children
129         controls as well).
130
131 2009-01-30  Ivan N. Zlatev  <contact@i-nz.net>
132
133         * NumericUpDownTest.cs: Add a test to check Height == PreferredHeight.
134
135 2009-01-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
136
137         * ListBoxTest.cs: New test for RemoveAt and selection.
138
139 2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
140
141         * ClipboardTest.cs: Ouch, I am an idiot - the members used in the new
142         file are 2.0.
143
144 2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
145
146         * ClipboardTest.cs: New tests file.
147
148 2009-01-16  Jonathan Pobst  <monkey@jpobst.com>
149
150         * FormEventTest.cs: Disable failing test that was enabled in r118455.
151
152 2009-01-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
153
154         * RadioButtonTest.cs: New test for Checked property. Also reset
155         'event_called' field to keep sanity for other tests.
156
157 2008-12-31  Ivan N. Zlatev  <contact@i-nz.net>
158
159         * DataGridViewTest.cs: Add a test for bug #457305.
160
161 2008-12-23  Jonathan Pobst  <monkey@jpobst.com>
162
163         * DataGridViewDataBindingTest.cs: Add test for bug #462019.
164
165 2008-12-22  Mario Carrion <mcarrion@novell.com>
166
167         * ControlTest.cs: CreatedAccessibilityTest enabled, testing
168         handle creation and custom accessibility implementation.
169
170 2008-12-19  Mario Carrion <mcarrion@novell.com>
171
172         * ControlTest.cs: Reverted r121558: Removed 
173         AccessibilityPropertiesTest.
174
175 2008-12-17  Jonathan Pobst  <monkey@jpobst.com>
176
177         * ListViewItemTest.cs: Add test for empty constructor.
178
179 2008-12-15  Mario Carrion <mcarrion@novell.com>
180
181         * ControlTest.cs: New test added: AccessibilityPropertiesTest to test
182         accessibility properties: AccessibleName, AccessibleDescription, 
183         AccessibleDefaultActionDescription and AccessibleRole.
184
185 2008-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
186
187         * MaskedTextBoxTest.cs: New test for the Text property.
188         By Andrus Moor (kobruleht2 at hot.ee).
189
190 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
191
192         * BindingSourceTest.cs: Sort_IBindingListView passes now.
193
194 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
195
196         * BindingSourceTest.cs: ListChanged_DataSourceSet passes now.
197
198 2008-12-02  Jonathan Pobst  <monkey@jpobst.com>
199
200         * PaintEventArgsTest.cs: Tests were failing due to being dependent
201         on the order in which the tests were running, which changed when we
202         did nunit 2.2->2.4.  Modified tests to not use global Graphics contexts,
203         and to dispose the Graphics like they were relying on the
204         GraphicsDispose () test to do.
205
206 2008-11-24  Jonathan Pobst  <monkey@jpobst.com>
207
208         * DataGridViewDataBindingTest.cs: Flush and add test for bug #448005.
209         * DataGridViewRowCollectionTest.cs: Add test for bug #448005.
210
211 2008-11-23  Jonathan Pobst  <monkey@jpobst.com>
212
213         * FormTest.cs: Add test for bug #447873.
214
215 2008-11-20  Jonathan Pobst  <monkey@jpobst.com>
216
217         * ToolStripItemTest.cs: Add test to ensure we don't crash when
218         ImageIndex refers to a non-existant index.
219
220 2008-11-18  Jonathan Pobst  <monkey@jpobst.com>
221
222         * DataGridViewColumnCollectionTest.cs: Add test to ensure we re-index
223         columns after modifying the collection.
224
225 2008-11-17  Jonathan Pobst  <monkey@jpobst.com>
226
227         * DataGridViewTest.cs: Add a test showing how RowTemplate works.
228
229 2008-11-01  Jonathan Pobst  <monkey@jpobst.com>
230
231         * DataGridViewRowCollectionTest.cs: Add some tests for bug #442181.
232
233 2008-11-11  Andreia Gaita <shana@jitted.com> 
234
235         * TestHelper.cs: Inconsistent eol fixes and eol-style
236
237 2008-11-11  Andreia Gaita <shana@jitted.com> 
238
239         * FocusTest.cs, FormTest.cs, FormEventTest.cs: Enable tests that depend on
240           synchronous WM_ACTIVATE messages and are now working with the latest
241           message fixes
242
243 2008-11-07  Jonathan Pobst  <monkey@jpobst.com>
244
245         * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
246         for bug #439479.
247
248 2008-11-06  Jonathan Pobst  <monkey@jpobst.com>
249
250         * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
251         for bug #439443.
252
253 2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
254
255         * ProgressBarTest.cs: Add new tests provided by Andy Hume. See
256         bug #440220.
257
258 2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
259
260         * FormTest.cs: Add test for bug #438866.
261
262 2008-10-31  Andreia Gaita  <shana@jitted.com>
263
264         * TestHelper.cs: Remove extraneous debug message
265         
266 2008-10-31  Andreia Gaita  <shana@jitted.com>
267
268         * TestHelper.cs: Add virtual setup and teardown methods. Any forms left
269           hanging around after a test will be disposed here so that they don't
270           clutter up the screen while the tests are running.
271
272         * *.cs: All tests now inherit from TestHelper so that the setup and
273           teardown routines are always called (barring one or two that already
274           inherit from swf classes that needs to be fixed)
275
276 2008-10-19  Andreia Gaita  <avidigal@novell.com>
277
278         * tests2.sh: Remove extra echos
279
280 2008-10-19  Andreia Gaita  <avidigal@novell.com>
281
282         * FormTest.cs: Fix failing test on .NET/Win
283
284 2008-10-19  Andreia Gaita  <avidigal@novell.com>
285
286         * FormTest.cs: Forms that get closed without a handle being created are
287         disposed in 2.0. Fixes failing FormTest.FormClose and
288         FormTest.FormClose2 on windows.
289
290 2008-10-18  Andreia Gaita  <avidigal@novell.com>
291
292         * tests2.sh: Some useful test options, see usage (default behaviour
293         remains the same)
294
295 2008-10-17  Jonathan Pobst  <monkey@jpobst.com>
296
297         * ComboBoxTest.cs: Add test for bug #436328.
298
299 2008-10-15  Ivan N. Zlatev  <contact@i-nz.net>
300
301         * TimerTest.cs: Enabling test case for bug #325033, because it's 
302         fixed.
303
304 2008-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
305
306         * ImageListTest.cs: Improved test for ICollection.CopyTo.
307
308 2008-09-30  Jonathan Pobst  <monkey@jpobst.com>
309
310         * TreeNodeTest.cs: Test for ImageKey/ImageIndex plus flush some tests
311         sitting in my local tree.
312
313 2008-09-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
314
315         * DragAndDropTest.cs: Simplify some of the helper code, as well as
316         adding a new test for dnd operations without mouse movement.
317
318 2008-09-24  Jonathan Pobst  <monkey@jpobst.com>
319
320         * ControlTest.cs: Add test for bug #386450.
321
322 2008-09-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
323
324         * ListViewItemTest.cs: New test for public ctor of
325         ListViewSubItemCollection.
326
327 2008-09-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>   
328
329         * BindingTest.cs: New test for data source looking for a data source
330         property with a *specific* value type, more specific than just the
331         property type.
332
333 2008-09-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
334
335         * ListControlTest.cs: New test for testing that FormattingEnabled,
336         FormatString and FormatInfo property changes *actually* cause a call
337         to RefreshItems.
338
339 2008-09-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
340
341         * BindingTest.cs: New test for empty string passed as property.
342
343 2008-09-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
344
345         * BindingTest.cs: New .ctor asertion for DataSourceNullValue default
346         value.
347
348 2008-09-15  Jonathan Pobst  <monkey@jpobst.com>
349
350         * CheckedListBoxTest.cs, ListBoxTest.cs: Add some tests from Andy
351         Hume for bug #426166.
352
353 2008-09-11  Jonathan Pobst  <monkey@jpobst.com>
354
355         * ListViewCollectionsTest.cs: Add test for bug #425342.
356
357 2008-09-08  Jonathan Pobst  <monkey@jpobst.com>
358
359         * ComboBoxTest.cs: Add test for bug #424270.
360
361 2008-09-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
362
363         * BindingTest.cs: New test for nested properties using a DataSet.
364
365 2008-09-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
366
367         * BindingTest.cs: New tests for multiple nested properties in the
368         data source, by Andy Hume.
369
370 2008-08-26  Jonathan Pobst  <monkey@jpobst.com>
371
372         * ErrorProviderTest.cs: Add test for bug #420305.
373
374 2008-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
375
376         * ListControlTest.cs: Add a container for a mock item, to test
377         multiple nested properties.
378         * BindingContextTest.cs: New test for the overload of the indexer
379         taking a data source with a data member (including nested properties,
380         or multiple objects, as msdnstates).
381
382 2008-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
383
384         * ListBoxTest.cs: Added tests for SetItemsCore. Added and improved tests
385         for ObjectCollection. Added tests for IntegerCollection.
386
387 2008-08-23  Gert Driesen  <drieseng@users.sourceforge.net>
388
389         * ControlTest.cs: Added .ctor tests.    
390
391 2008-08-19  Jonathan Pobst  <monkey@jpobst.com>
392
393         * LinkLabelTest.cs: Add test for bug #410709.
394
395 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
396
397         * FormEventTest.cs: Modified several tests to no longer require manual
398         intervention. Added/improved tests for Form events.
399
400 2008-07-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
401
402         * ListBindingHelperTest.cs: New test for GetList receiving an IEnumerable
403         object which return instances of ICustomTypeDescriptor instances,
404         instead of actual items.
405
406 2008-07-30  Ivan N. Zlatev  <contact@i-nz.net>
407
408         * TableLayoutTest.cs: Add tests for bug #412582
409
410 2008-07-29  Jonathan Pobst  <monkey@jpobst.com>
411
412         * ListBox.cs: Make test not font dependent.
413
414 2008-07-29  Jonathan Pobst  <monkey@jpobst.com>
415
416         * ListBox.cs: Add test for bug #412728.
417
418 2008-07-25  Ivan N. Zlatev  <contact@i-nz.net>
419
420         * TableLayoutTest.cs: Add test for bug #412161
421
422 2008-07-23  Gert Driesen  <drieseng@users.sourceforge.net>
423
424         * ListViewItemTest.cs: Marked SerializeExact_Mono as NotWorking to fix
425         buildbot.
426
427 2008-07-22  Gert Driesen  <drieseng@users.sourceforge.net>
428
429         * ListViewItemTest.cs: Enabled (de)serialization tests.
430         * PictureBoxTest.cs: Enabled tests for bug #378308.
431
432 2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
433
434         * ListViewItemTest.cs: Fixed tests.
435
436 2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
437
438         * ListViewItemTest.cs: Added ListViewSubItem (de)serialization tests,
439         added/improved ctor tests and add property tests.
440         * PictureBoxTest.cs: Added tests for Load(Async) argument checks.
441
442 2008-07-15  Jonathan Pobst  <monkey@jpobst.com>
443
444         * ImageListTest.cs: Add test for bug #409169.
445
446 2008-07-14  Jonathan Pobst  <monkey@jpobst.com>
447
448         * TreeViewTest.cs: Add test for bug #409029.
449
450 2008-07-14  Jonathan Pobst  <monkey@jpobst.com>
451
452         * TreeNodeCollectionTest.cs: Add test for bug #408999.
453
454 2008-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
455
456         * PictureBoxTest.cs: Split up ImageLocation test in sync and async
457         tests.
458
459 2008-07-11  Gert Driesen  <drieseng@users.sourceforge.net>
460
461         * PictureBoxTest.cs: Added (notworking) test for ImageLocation.
462
463 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
464
465         * FormTest.cs: Enabled the MinimizedWindowSize test and made it "NotWorking".
466
467 2008-07-09  Jonathan Pobst  <monkey@jpobst.com>
468
469         * StatusBarTest.cs: Tests from Andy Hume for StatusBarPanelCollection.
470
471 2008-07-08  George Giolfan  <georgegiolfan@yahoo.com>
472
473         * FormTest.cs: Disabled the MinimizedWindowSize test.
474
475 2008-07-08  Jonathan Pobst  <monkey@jpobst.com>
476
477         * ComboBoxTest.cs: Test showing PreferredHeight is independent of
478         ItemHeight.
479
480 2008-07-08  George Giolfan  <georgegiolfan@yahoo.com>
481
482         * FormTest.cs: Added the MinimizedWindowSize test.
483
484 2008-07-07  Ivan N. Zlatev  <contact@i-nz.net>
485
486         * ControlTest.cs: Add tests for the Dispose behavior.
487
488 2008-07-07  Ivan N. Zlatev  <contact@i-nz.net>
489
490         * TableLayoutTest.cs: Add test for bug #402651
491
492 2008-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
493
494         * TreeViewTest.cs: Add test for bug #406449.
495
496 2008-07-03  Jonathan Pobst  <monkey@jpobst.com>
497
498         * ScrollBarTest.cs: Add test for bug #403122.
499
500 2008-06-20  Ivan N. Zlatev  <contact@i-nz.net>
501
502         * PaddingConverterTest.cs: Add tests for bugs #396076 and #396078
503          Based on patch by Andy Hume  <andyhume32@yahoo.co.uk>
504
505 2008-06-14  Everaldo Canuto  <ecanuto@novell.com>
506
507         * DataGridTextBoxColumnTest.cs: Fixes the size of text box, according to 
508         .Net results it must be (97,97).
509
510 2008-06-13  Jonathan Pobst  <monkey@jpobst.com>
511
512         * DefaultLayoutTests.cs: Change test for bug #399316 to be less exact.
513
514 2008-06-13  Jonathan Pobst  <monkey@jpobst.com>
515
516         * DefaultLayoutTests.cs: Add test for bug #399316.
517
518 2008-06-12  Jonathan Pobst  <monkey@jpobst.com>
519
520         * DataGridViewDataBindingTest.cs: Add test for deleting rows
521         from the dataset and the table.
522
523 2008-06-12  Jonathan Pobst  <monkey@jpobst.com>
524
525         * DataGridViewDataBindingTest.cs: Add test for bug #399601.
526
527 2008-06-09  Jonathan Pobst  <monkey@jpobst.com>
528
529         * ControlTest.cs: Add test for bug #397943.
530
531 2008-06-04  George Giolfan  <georgegiolfan@yahoo.com> 
532
533         * FormTest.cs: Added SettingIconToNull.
534
535 2008-06-03  George Giolfan <georgegiolfan@yahoo.com> 
536
537         * DataGridViewTest.cs: Added EnableHeadersVisualStylesDefaultValue. 
538
539 2008-06-03  Jonathan Pobst  <monkey@jpobst.com>
540
541         * TableLayoutTest.cs Add another test for bug #396433.
542
543 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
544
545         * TimerTest.cs: Disable test that fails a bunch on buildbots.
546
547 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
548
549         * TableLayoutTest.cs Add test for bug #396433.
550
551 2008-06-02  Andreia Gaita <avidigal@novell.com> 
552
553         * TextBoxTest.cs: Fix endif
554
555 2008-06-02  Andy Hume  <andyhume32@yahoo.co.uk>
556
557         * TextBoxTest.cs: Test for TextBoxAutoCompleteSourceConverter, 
558         bug 396124.
559
560 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
561
562         * TableLayoutTest.cs Add test for bug #396141.
563
564 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
565
566         * TimerTest.cs: Increase sleep time to see if it will make
567         StartTest fail less.
568
569 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
570
571         * DataGridViewDataBindingTest.cs: Add test for bug #345483.
572
573 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
574
575         * DataGridViewDataBindingTest.cs: Add test for bug #337470.
576
577 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
578
579         * DataGridViewDataBindingTest.cs: Add test for bug #325239.
580
581 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
582
583         * DataGridViewDataBindingTest.cs: Add test for AutoGenerateColumns.
584
585 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
586
587         * DataGridViewColumnCollectionTest.cs: Change Add() test to not
588         create 2 column collections.
589
590 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
591
592         * DataGridViewDataBindingTest.cs: Added.
593
594 2008-05-20  Andreia Gaita <avidigal@novell.com> 
595
596         * WebBrowserTest.cs: Added WebBrowser unit tests (not included in the
597           build at the moment)
598         * tests2.sh: Fix case on dll name
599
600 2008-05-13  Atsushi Enomoto  <atsushi@ximian.com>
601
602         * TimerTest.cs : added test for bug #325033.
603
604 2008-05-12  Jonathan Pobst  <monkey@jpobst.com>
605
606         * ApplicationTest.cs: Disable test that I am tired of seeing
607         false positives on the buildbot.
608
609 2008-05-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
610
611         * BindingTest.cs: Activate a pair of previously not working 2.0 tests.
612
613 2008-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
614
615         * ListBindingHelperTest.cs: Remove the NotWorking category from
616         GetListItemPropertiesTest, as well as add a pair of new assertions.
617
618 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
619
620         * BindingSourceTest.cs: New tests for ApplySort and RemoveSort methods.
621
622 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
623
624         * BindingSourceTest.cs: Activate a pair of tests.
625
626 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
627
628         * BindingSOurceTest.cs: New assertion for
629         ISupportInitializeNotification test.
630
631 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
632
633         * BindingSource.cs: New tests for ISupportInitializeNotification
634         property.
635
636 2008-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
637
638         * BindingSourceTest.cs: New tests for Sort property.
639
640 2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
641
642         * LinkLabelTest.cs: Enable tests related to bug #346156.
643
644 2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
645
646         * LinkLabelTest.cs: Enable tests related to bug #346154.
647
648 2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
649
650         * LinkLabelTest.cs: Put LinkTest and LinkCollectionTest classes outside of 
651         LinkLabelTest class, subclasses looks to be not work with nunit.
652
653 2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
654
655         * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is
656         fixed in r102445.
657
658 2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
659
660         * DataGridViewRowCollectionTest.cs: Disable test requiring shared rows.
661         * DataGridViewRowTest.cs, DataGridViewCellTest.cs: Disable
662         tests requiring DGVComboBox.
663
664 2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
665
666         * InputLanguageTest.cs: Add test for bug #385506.
667
668 2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
669
670         * BindingSourceTest.cs: New Filter/RemoveFilter tests.
671
672 2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
673
674         * DragAndDropTest.cs: New test.
675
676 2008-04-28  Jonathan Pobst  <monkey@jpobst.com>
677         
678         * ScrollBarTest.cs: Add test for bug #384182.
679
680 2008-04-24  Jonathan Pobst  <monkey@jpobst.com>
681
682         * InputLanguageTest.cs: Add test for bug #373871.
683
684 2008-04-23  Ivan N. Zlatev  <contact@i-nz.net>
685
686         * ControlTest.cs: Remove the focusing tests from the validation 
687         test. They fail on X11 anyway due to a long standing X11 visibility 
688         asynchronicity problem in MWF. The Vaildation test do pass.
689
690 2008-04-23  Jonathan Pobst  <monkey@jpobst.com>
691
692         * DataGridViewRowHeaderTest.cs: Comment font dependent tests.
693
694 2008-04-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
695
696         * DragAndDropTest.cs: New dnd tests.
697
698 2008-04-22  Jonathan Pobst  <monkey@jpobst.com>
699
700         * DataGridViewRowHeaderTest.cs: Add some tests for new
701         functionality.
702
703 2008-04-21  Jonathan Pobst  <monkey@jpobst.com>
704
705         * TreeView.cs: Add tests for bug #382028.
706
707 2008-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
708
709         * ControlTest.cs: Enabled test for bug #330501.
710
711 2008-04-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
712
713         * CurrencyManagerTest.cs: New 2.0 IsBinding test.
714
715 2008-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
716
717         * BindingTest.cs: Enable some more tests.
718
719 2008-04-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
720
721         * BindingTest.cs: Enable IsBindingTest.
722
723 2008-04-09  Jonathan Pobst  <monkey@jpobst.com>
724
725         * DataGridViewImageCellTest.cs: Add.
726
727 2008-04-08  Jonathan Pobst  <monkey@jpobst.com>
728
729         * DataGridViewCheckBoxCellTest.cs: Add.
730
731 2008-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
732
733         * BindingSourceTest.cs: Enable some old not working tests.
734
735 2008-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
736
737         * DataBindingTests.cs: Enable some CurrencyManager tests.
738
739 2008-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
740
741         * BindingSourceTest.cs: Add new tests for GetRelatedCurrencyManager
742         method.
743
744 2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
745
746         * DataGridViewLinkCellTest.cs: Add.
747
748 2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
749
750         * TimerTest.cs: Disable a finicky test that occasionally fails.
751
752 2008-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
753
754         * BindingContextTest.cs: New test for ICurrencyManagerProvider
755         instances passed as data sources.
756
757 2008-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
758
759         * BindingSourceTest.cs: New test for type instances as data sources.
760
761 2008-04-02  Jonathan Pobst  <monkey@jpobst.com>
762
763         * DataGridViewButtonCellTest.cs: Add.
764
765 2008-04-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
766
767         * BindingSourceTest.cs: New test for ICancelAddNew support.
768         * CurrencyManagerTest.cs: Likewise.
769
770 2008-04-01  Jonathan Pobst  <monkey@jpobst.com>
771
772         * DataGridViewTest.cs: Commit the rest of my test so the tests
773         compile.
774
775 2008-04-01  Jonathan Pobst  <monkey@jpobst.com>
776
777         * DataGridViewTest.cs: Add tests for IsInputChar and IsInputKey.
778
779 2008-03-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
780
781         * BindingSourceTest.cs: More event tests and also a new ones for
782         RemoveCurrent and IsBindingSuspended properties.
783
784 2008-03-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
785
786         * BindingSourceTest.cs: Add tests for ListChanged event, and also new
787         assertions for Position property. Mark ListChanged_DataSourceSet as
788         not working, while I try to figure out why setting the DataSource
789         fires 2 events instead of only one.
790
791 2008-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
792
793         * BindingSource.cs: Add test for just added members in BindingSource.
794
795 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
796
797         * ComboBoxTest.cs: Add test for bug #374654.
798
799 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
800
801         * DataGridViewTextBoxCellTest.cs: Mark 2 of the new tests
802         as font dependent.
803
804 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
805
806         * DataGridViewTextBoxCellTest.cs: Bunch of new tests.
807
808 2008-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
809
810         * DataBindingTests.cs: Mark as NotWorking some CurrencyManager tests by
811         now.
812
813 2008-03-26  Jonathan Pobst  <monkey@jpobst.com>
814
815         * DataGridViewTest.cs: Add test for bug #343965.
816
817 2008-03-26  Jonathan Pobst  <monkey@jpobst.com>
818
819         * TreeViewTest.cs: Add test for bug #373603.
820
821 2008-03-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
822
823         * ListBindingHelper.cs: New test for GetListName method.
824
825 2008-03-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
826
827         * BindingSourceTest.cs: New tests for Add/AddNew/Clear methods, as
828         well as new assertions for other tests.
829
830 2008-03-25  Jonathan Pobst  <monkey@jpobst.com>
831
832         * DataGridViewTest.cs: Enable gert's test for bug #325979.
833
834 2008-03-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
835
836         * BindingSourceTest.cs: Re-activate some tests and also add a new
837         ones.
838
839 2008-03-24  Jonathan Pobst  <monkey@jpobst.com>
840
841         * DataGridViewTest.cs: Add test for bug #331649.
842
843 2008-03-24  Jonathan Pobst  <monkey@jpobst.com>
844
845         * DataGridViewTest.cs: Add test for bug #325588.
846
847 2008-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
848
849         * BindingSourceTest.cs: New assertion for DataMember_ListRelationship
850         test method.
851
852 2008-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
853
854         * ListBindingHelperTest.cs: New assertion for GetListTest () test
855         method.
856
857 2008-03-21  Jonathan Pobst  <monkey@jpobst.com>
858
859         * MenuItemTest.cs: Add test for #372845.
860
861 2008-03-21  Andreia Gaita <avidigal@novell.com> 
862
863         * FocusTest.cs: New test for #372616. Checks if a control inside a
864           UserControl is selected when UserControl gets focus.
865
866 2008-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
867
868         * BindingSourceTest.cs: New assertion case for DataSource, passing an
869         instance of IListSource.
870         * ListBindingHelperTest.cs: Make ListSource class internal.
871
872 2008-03-20  Jonathan Pobst  <monkey@jpobst.com>
873
874         * DataGridViewCellTest.cs: Tests for newly implemented stuffs.
875
876 2008-03-20  Jonathan Pobst  <monkey@jpobst.com>
877
878         * DataGridViewCellTest.cs: Don't verify exception message,
879         throwing the exception is enough.
880
881 2008-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
882
883         * ListBindingHelperTest.cs: Update GetListTest with new assertions.
884         Also add GetListItemProperties tests - not working by now, but should
885         guide us to a correct implementation.
886
887 2008-03-19  Jonathan Pobst  <monkey@jpobst.com>
888
889         * DataGridViewCellTest.cs: Ignore Size test since a
890         cell's height is based off its height.
891
892 2008-03-19  Jonathan Pobst  <monkey@jpobst.com>
893
894         * DataGridViewCellTest.cs: Add new suite of tests.
895
896 2008-03-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
897
898         * ListBindingHelperTest.cs: New GetListItemType test.
899
900 2008-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
901
902         * ListBindingHelperTest.cs: New file and a new test.
903
904 2008-03-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
905
906         * ControlBindingsCollectionTest.cs: New test for 2.0
907         Default DataSourceUpdateMode property.
908
909 2008-03-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
910
911         * ListBoxTest.cs: New tests for 2.0 selection methods
912         in the different selection modes. Also, in GetSelectedTest (), 
913         be sure that we set the right selection mode (test cleaness).
914
915 2008-03-05  Jonathan Pobst  <monkey@jpobst.com>
916
917         * TableLayoutTest.cs: Add test for bug #367249.
918
919 2008-02-27  Jonathan Pobst  <monkey@jpobst.com>
920
921         * UserControlTest.cs: Add test for PreferredSize.
922
923 2008-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
924
925         * BindingTest.cs: Added a new test for 2.0 BindableComponent property
926         - again as not working ;-(. Also add a child class of ToolStripItem to
927         test this property.
928         * ControlBindingsCollectionTest.cs: Likewise.
929
930 2008-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
931
932         * BindingTest.cs: Added a new test for 2.0 NullValue property - mark
933         as NotWorking by now ;-(. Also add an assertion for this new property
934         in CtorTest.
935
936 2008-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
937
938         * BindingTest.cs: Update ctor test with 2.0 properties, and add new
939         tests for 2.0 FormattingEnabled and FormatString properties.
940
941 2008-02-21  Jonathan Pobst  <monkey@jpobst.com>
942
943         * ToolStripContainerTests.cs: Add test for bug #363555.
944
945 2008-02-20  Jonathan Pobst  <monkey@jpobst.com>
946
947         * SplitContainerTests.cs: Add test for bug #363303.
948
949 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
950
951         * SelectionRangeTest.cs: Add NET_2_0 so that 1.1 profile will build.
952
953 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
954
955         * SelectionRangeTest.cs: Add tests from Andy Hume.
956
957 2008-02-19  Jonathan Pobst  <monkey@jpobst.com> 
958
959         * ComboBoxTest.cs: Use PreferredHeight in MethodScaleControl.
960         Fixes buildbot failure.
961
962 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
963
964         * FlowPanelTests.cs: Add test for bug #361448.
965
966 2008-02-19  Jonathan Pobst  <monkey@jpobst.com> 
967
968         * ComboBoxTest.cs: Add test for bug #360862.
969
970 2008-02-18  Andreia Gaita <avidigal@novell.com>
971
972         * ControlTest.cs: New test to check if, when controls don't have 
973         a parent and are then reparented, their location is not changed.
974
975 2008-02-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
976
977         * BindingTest.cs: New test for 2.0 DataSourceNullValue property -
978         which is not working by now (but should guide us to correctly
979         implement some missing features in data binding).
980
981 2008-02-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
982
983         * BindingTest.cs: New test for changes in data source property (with
984         a 'PropertyChange' event).
985
986 2008-02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
987
988         * BindingTest.cs: Add new cases for DataSourceUpdateMode test,
989         and also add a 2.0 WriteValueTest test.
990
991 2008-02-08  Jonathan Pobst  <monkey@jpobst.com>
992
993         * ComboBoxTest.cs: MethodScaleControl needs to take Font into
994         account, which PreferredHeight does.  Fixes a failing test.
995
996 2008_02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
997
998         * ListControl.cs: Add setter and events for MockItem members -
999         we need them to test data binding.
1000         * BindingTest.cs: Add tests for 2.0 members (ControlUpdateMode,
1001         DataSourceUpdateMode, ReadValue), and for IsBinding property.
1002         Mark as NotWorking IsBindingTest and DataSourceUpdateMode as they are
1003         failing by now.
1004
1005 2008-02-08  Jonathan Pobst  <monkey@jpobst.com>
1006
1007         * FormTest.cs: Commit tests from James Purcell for his new
1008         AutoScale implementation.  [Bug #359098]
1009
1010 2008-02-07  Jonathan Pobst  <monkey@jpobst.com>
1011
1012         * MdiFormTest.cs: Add test for bug #336296.
1013
1014 2008-02-07  Jonathan Pobst  <monkey@jpobst.com>
1015
1016         * MdiFormTest.cs: Add test for bug #325473.
1017
1018 2008-02-06  Jonathan Pobst  <monkey@jpobst.com>
1019
1020         * TimerTest.cs: Several asserts in one test had the same name,
1021         so I can't tell which assert is failing on the buildbot.  Fixed.
1022
1023 2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1024
1025         * BindingsCollectionTest.cs: New file.
1026
1027 2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1028
1029         * CurrencyManagerTest.cs: New tests for 2.0 ListChanged event.
1030         * ListControlTest.cs: Add a default ctor for MockItem.
1031
1032 2008-02-03  Luke Page   <luke.a.page@gmail.com>
1033
1034         * RichTextBoxTest.cs: Restored property test with failing tests
1035         commented so that it tests the fix to bug 358379 that AutoSize
1036         defaults to false.
1037
1038 2008-02-03  Luke Page   <luke.a.page@gmail.com>
1039
1040         * TextBoxTest.cs: Added test from James Purcell for bug #358229 to
1041         test FixedHeight control style when multiline changed.
1042
1043 2008-02-01  Jonathan Pobst  <monkey@jpobst.com>
1044
1045         * ListBoxTest.cs: Disable test that is default font dependent.
1046
1047 2008-02-01  Jonathan Pobst  <monkey@jpobst.com>
1048
1049         * ListBoxTest.cs: Commit some tests for bug #357152 from James
1050         Purcell.
1051
1052 2008-01-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1053
1054         * BindingManagerBaseTest.cs: New test for 2.0 IsBindingSuspended test.
1055
1056 2008-01-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1057
1058         * ComboBoxTest.cs: New SelectedTextWithBinding test - for #333750.
1059
1060 2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
1061
1062         * ImageListStreamerTest.cs: Added binary (de)serialization tests.
1063
1064 2008-01-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1065
1066         * BindingTest.cs: Add DataSourceNullTest test - for #324286.
1067
1068 2008-01-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1069
1070         * ListControlTest.cs: Add SelectedValue2 test - for #324286.
1071
1072 2008-01-24  Jonathan Pobst  <monkey@jpobst.com>
1073
1074         * TableLayoutTest.cs: Add tests for bug #354672.
1075
1076 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1077
1078         * FormTest.cs: Add test for bug 355703.
1079
1080 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1081
1082         * TableLayoutTest.cs: Set ClientSize to a known size to 
1083         make Bug355408 () WM independent.
1084
1085 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1086
1087         * TableLayoutTest.cs: Add test for bug #355408.
1088
1089 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1090
1091         * TableLayoutTest.cs: Add test for bug #354676.
1092
1093 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1094
1095         * ScrollabeControlTest.cs: Add test for bug #354676.
1096
1097 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1098
1099         * ControlTest.cs: Add test for bug #355074.
1100
1101 2008-01-18  Jonathan Pobst  <monkey@jpobst.com>
1102
1103         * FormTest.cs: Add test from James Purcell for bug #354669.
1104
1105 2008-01-18  Jonathan Pobst  <monkey@jpobst.com>
1106
1107         * MdiFormTest.cs: Add test for bug #354286.
1108
1109 2008-01-15  Jonathan Pobst  <monkey@jpobst.com>
1110
1111         * FormTest.cs: Add test for bug #353827.
1112
1113 2008-01-14  Jonathan Pobst  <monkey@jpobst.com>
1114
1115         * FormTest.cs: Add tests for RestoreBounds.
1116
1117 2008-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1118
1119         * ListViewItemTest.cs: Activating the RemoveFocusedItem test,
1120         as well as commenting the assertion that is failling _only_ in the
1121         test scenario, not in real world (see the explanation in the test).
1122
1123 2008-01-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1124
1125         * ListControlTest.cs: New SelectedValue property test.
1126
1127 2008-01-05  Jonathan Pobst  <monkey@jpobst.com>
1128
1129         * RichTextBoxTest.cs: Add test for bug #351886.
1130
1131 2007-12-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1132
1133         * CurrencyManagerTest.cs: In AddNew test, also check that
1134         CurrencyManager is firing the 2.0 ListChanged event, as well as
1135         passing the right ListChangedEventArgs.
1136
1137 2007-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1138
1139         * ListBoxTest.cs: New assertions in FindStringTest and
1140         FindStringExactTest methods, needed to make sure we are doing the right
1141         thing in those methods.
1142
1143 2007-12-18  Everaldo Canuto  <ecanuto@novell.com>
1144
1145         * MenuItemTest.cs: Add a test case for menuitem properties when created by
1146         CloneMenu. Thanks Luke Page for test case.
1147
1148 2007-12-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1149
1150         * ListViewItemTest.cs: Added new Constructor_Group test, that I
1151         forgot to add after fixing a 2.0 bug.
1152
1153 2007-12-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1154
1155         * ListViewItemTest.cs: Contructor_Serializable test only applies for 
1156         the 2.0 profile.
1157
1158 2007-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1159
1160         * ListBoxTest.cs: Added test for the case when the selected item
1161         is removed.
1162
1163 2007-12-13  Jonathan Pobst  <monkey@jpobst.com>
1164
1165         * TableLayoutTest.cs: Add tests for bug #346246.
1166
1167 2007-12-11  Jonathan Pobst  <monkey@jpobst.com>
1168
1169         * ControlTest.cs: Add a test for bug #347282.
1170
1171 2007-12-10  Jonathan Pobst  <monkey@jpobst.com>
1172
1173         * ToolStripManagerTest.cs: Add a test for bug #347669.
1174
1175 2007-12-07  Jonathan Pobst  <monkey@jpobst.com>
1176
1177         * DataBindingTests.cs: Silence some debug spew.
1178
1179 2007-12-06  Andreia Gaita <avidigal@novell.com>
1180
1181         * FormTest.cs: Run ChildFocused test for win only, relies
1182         on synch messages on X
1183
1184 2007-12-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1185
1186         * ListViewItemTest.cs: Added new 2.0 Position test.
1187
1188 2007-12-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1189
1190         * ListViewItemTest.cs: Added new serialization test.
1191
1192 2007-12-05  Gert Driesen  <drieseng@users.sourceforge.net>
1193
1194         * LinkLabelTest.cs: Added tests for bug #344012, bug #346154 and
1195         bug #346156.
1196
1197 2007-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1198
1199         * MenuStripTest.cs: Added test for bug #342358.
1200
1201 2007-11-19  Everaldo Canuto  <ecanuto@novell.com>
1202
1203         * NotifyIconTest.cs: Add Balloon test, bug #342141.
1204
1205 2007-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1206
1207         * ComboBoxTest.cs: Enabled test for bug #331144.
1208
1209 2007-11-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1210
1211         * ListViewTest.cs: New exception test for 2.0 FindNearestItem method.
1212
1213 2007-11-13  Jonathan Pobst  <monkey@jpobst.com>
1214
1215         * DateTimePickerTest.cs: Remove a compare on seconds in a format
1216         string so that we get a Assert.AreEqual (DateTime.Now, DateTime.Now)
1217         failure 60x less often on the buildbots.  (I've never actually seen
1218         the minutes be different, but the possibility is still there.)
1219
1220 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1221
1222         * FormTest.cs: Added reference to bug #339641. Remove CWLs.
1223
1224 2007-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1225
1226         * PropertyGridTest.cs: Enabled and improved PropertySort tests.
1227
1228 2007-11-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1229
1230         * ListViewItemTest.cs: Mark RemoveFocusedItem as NotWorking.
1231         * PropertyGridTest.cs: The same for PropertySort_Valid and 
1232         PropertySort_Invalid.
1233
1234 2007-11-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1235
1236         * ListViewItemTest.cs: New tests for 2.0 IndentCount property.
1237
1238 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
1239
1240         * ListViewItemTest.cs: Enabled test for bug #331643 and #330415.
1241         * PropertyGridTest.cs: Added tests for PropertySort.
1242
1243 2007-10-30  Jonathan Pobst  <monkey@jpobst.com>
1244
1245         * FormTest.cs: Test from George for bug #325242.
1246
1247 2007-10-30  Jonathan Pobst  <monkey@jpobst.com>
1248
1249         * FormTest.cs: Add test for bug #325436.
1250
1251 2007-10-30  Andreia Gaita <avidigal@novell.com>
1252
1253         * ContainerControlTest.cs: Add test for #329718
1254
1255 2007-10-29  Jonathan Pobst  <monkey@jpobst.com>
1256
1257         * DateTimePickerTest.cs: Tests for setting the Value outside the
1258         range of MinDate and MaxDate.
1259
1260 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
1261
1262         * ButtonBaseTest.cs: Added test for IsDefault.
1263         * FormTest.cs: Added test for AcceptButton. Commented out CWLs.
1264
1265 2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1266
1267         * ListViewItemTest.cs: New tests for focused state. Also,
1268         comment a new ones, as they don't work by now, but should work
1269         as soon as we fix an issue there.
1270
1271 2007-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1272
1273         * RichTextBoxTest.cs: Added tests for negative SelectionLength and
1274         SelectionStart.
1275         * TextBoxTest.cs: Added tests for negative SelectionLength and
1276         SelectionStart. Avoid using anonymous methods to allow tests to build
1277         using csc 1.x; use EventLogger to capture events. Removed CWL.
1278
1279 2007-10-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1280
1281         * DragEventArgsTest.cs: New file.
1282
1283 2007-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
1284
1285         * ListViewItemTest.cs: Added test for bug #330415 and #331643.
1286         Use Assert.IsFalse and Assert.IsTrue instead of Assert.AreEqual.
1287
1288 2007-10-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1289
1290         * TreeNodeTest.cs: Added a test to be sure leaf nodes 
1291         keep their expanded/collapsed state when we get calls to
1292         Expand/Collapse. Also add a forgotten test for EndEdit method.
1293
1294 2007-10-05  Gert Driesen  <drieseng@users.sourceforge.net>
1295
1296         * ComboBoxTest.cs: Added test for bug #331144.
1297
1298 2007-10-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1299
1300         * TreeViewEventsTest.cs: New file. Tests for TreeView events.
1301
1302 2007-10-04  Gert Driesen  <drieseng@users.sourceforge.net>
1303
1304         * ControlTest.cs: Added test for bug #330501.
1305
1306 2007-10-02  Jonathan Pobst  <monkey@jpobst.com>
1307
1308         * TextBoxTest.cs: Remove NotWorking from FocusSelectsAllTest.
1309
1310 2007-09-29  Jonathan Pobst  <monkey@jpobst.com>
1311
1312         * RadioButtonTest.cs: Fix test to not fail on monobuild.
1313
1314 2007-09-27  Jonathan Pobst  <monkey@jpobst.com>
1315
1316         * RadioButtonTest.cs: Added test for bug #328672.
1317
1318 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
1319
1320         * DataGridViewTest.cs: Added test for bug #325979. Code formatting.
1321
1322 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
1323
1324         *  DataGridViewCellTest.cs: Code formatting. Removed useless SetUp and
1325         TearDown methods. Removed useless test.
1326         * DataGridViewCellCollectionTest.cs: Added indexer tests.
1327
1328 2007-09-21  Jonathan Pobst  <monkey@jpobst.com>
1329
1330         * TreeViewTest.cs: Add test for bug #326858.
1331
1332 2007-09-20  Jonathan Pobst  <monkey@jpobst.com>
1333
1334         * DateTimePickerTest.cs: Make DateTimeMinDate 2.0 only.
1335
1336 2007-09-19  Jonathan Pobst  <monkey@jpobst.com>
1337
1338         * DateTimePickerTest.cs: Add test for bug #326609.
1339
1340 2007-09-14  Jonathan Pobst  <monkey@jpobst.com>
1341
1342         * ToolStripTest.cs: Asserts showing Selectable control style depends
1343         on TabStop.
1344
1345 2007-09-14  Jonathan Pobst  <monkey@jpobst.com>
1346
1347         * SplitContainerTests.cs: Enable some ignored tests mainly dealing 
1348         with FixedPanel.
1349
1350 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1351
1352         * DefaultLayoutTest.cs: Test for Docked AutoSize controls.
1353
1354 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1355
1356         * TextBoxTest.cs: Change Modified test to use a fresh TextBox instead
1357         of relying on test running order.  Fix font dependent-ness of Bug82749
1358         to be less than 30.
1359
1360 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1361
1362         * TextBoxTest.cs: Change an IsTrue to AreEqual in Bug82749 so that I
1363         can see what the failing value is on monobuild since I cannot repro locally.
1364
1365 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1366
1367         * DefaultLayoutTest.cs: Add test for bug #82805.
1368
1369 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1370
1371         * DefaultLayoutTest.cs: Mark Bug82762 as WM dependent.
1372
1373 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1374
1375         * TextBoxTest.cs: Add test for bug #82749.
1376
1377 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1378
1379         * ControlTest.cs: Add test for bug #82748.
1380
1381 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1382
1383         * ScrollBarTest.cs: Add test demonstrating behavior when Maximum
1384         is set lower than Value.
1385
1386 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1387
1388         * DefaultLayoutTest.cs: Add test for bug #82762.
1389
1390 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
1391
1392         * TableLayoutTest.cs: Make test for bug #82605 not depend on font measurements.
1393
1394 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
1395
1396         * TableLayoutTest.cs: Add test for bug #82605.
1397
1398 2007-08-31  Jonathan Pobst  <monkey@jpobst.com>
1399
1400         * ToolStripItemTest.cs: Added test to show that Enabled can
1401         depend on Parent/Owner's Enabled.
1402
1403 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
1404
1405         * ContainerControlTest.cs: Added test for ValidateChildren.
1406
1407 2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
1408
1409         * FolderBrowserDialogTest.cs: Added tests for Description and
1410         ShowNewFolderButton.
1411
1412 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
1413
1414         * FolderBrowserDialogTest.cs: Added tests for SelectedPath and
1415         RootFolder.
1416         * SaveFileDialogTest.cs: Renamed class and improved AddExtension test.
1417
1418 2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1419
1420         * ListViewGroupTest.cs: New assertions for a pair of tests.
1421
1422 2007-08-23  George Giolfan  <georgegiolfan@yahoo.com>
1423
1424         * FlowPanelTests.cs: Add PreferredSize test.
1425
1426 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
1427
1428         * ListBoxTest.cs, ListViewTest.cs, TreeViewTest.cs: Add tests that show
1429         IsInputChar should always return true for these controls.
1430
1431 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
1432
1433         * ComboBoxTest.cs: Add test for AutoSize behavior.
1434
1435 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1436
1437         * DataGridViewCellTest.cs: Added GetClipboardContentTest,
1438           GetClipboardContentTestException.
1439         * DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs: Added.
1440         * DataGridViewColumnHeaderTest.cs: Added GetClipboardContentTestException
1441         * DataGridViewRowHeaderTest.cs: Added GetClipboardContentTestException/2.
1442         * DataGridViewTest.cs: Added GetClipboardContentsDisabled,
1443           GetClipboardContents, GetClipboardContents_HeadersAlways,
1444           GetClipboardContents_HeadersNever and GenerateClipboardTest with several
1445           helper functions.
1446
1447 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1448
1449         * DataGridViewColumnCollectionTest.cs, DataGridViewComboBoxCellTest.cs,
1450           DataGridViewRowCollectionTest.cs, DataGridViewTextBoxColumnTest.cs,
1451           DataGridViewBandTest.cs: Fixed line endings.
1452         * DataGridViewCommon.cs: Fixed line endings, added
1453           CreateAndFillForClipboard.
1454
1455 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1456
1457         * DataObjectTest.cs: Added TestConvertible.
1458
1459 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1460
1461         * ListViewGroupCollectionTest.cs: New tests for the indexers.
1462
1463 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1464
1465         * DataGridViewTest.cs: Added EditingRowAfterAddingColumns.
1466
1467 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1468
1469         * StatusBarPanelTest.cs: Added IconWidth.
1470
1471 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
1472
1473         * FormTest.cs: Add test for opacity.
1474
1475 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
1476
1477         * DataGridTableStyle.cs: An assert added to test ResetHeaderFont.
1478
1479 2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1480
1481         * FormTest.cs: Added test for bug 82358.
1482
1483 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
1484
1485         * FormTest.cs: Add test for bug #82470.
1486
1487 2007-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1488
1489         * ListViewCollectionsTest.cs: New tests for ListViewItemCollection
1490         when used with ListViewGroup.
1491         * ListViewGroupCollectionTest.cs: Likewise.
1492         * ListViewItemTest.cs: Likewise.
1493
1494 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
1495
1496         * ToolBarButtonTest.cs: Add test showing how ImageIndex and ImageKey interact.
1497
1498 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1499
1500         * TextBoxTest.cs: Fix old SelectionLength assert to work on MS and match
1501         corrected Mono behavior.
1502
1503 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1504
1505         * DataGridViewTest.cs: Added EditingRow.
1506
1507 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1508
1509         * ToolTip.cs: Add test for bug #82399.
1510
1511 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1512
1513         * TextBoxTest.cs: New test for 82371 to illustrate SelectionLength value when
1514         no text is selected.
1515
1516 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
1517
1518         * ListBoxTest.cs: Mark test MethodScaleControl as not working.
1519
1520 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1521
1522         * DataGridViewCommon.cs: Added CreateAndFillBig.
1523         * DataGridViewTest.cs: Added SelectedRowsTest and SelectedColumnsTest.
1524
1525 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1526
1527         * DataGridViewCommon.cs: Added a comment.
1528         * DataGridViewCellTest.cs: Added ReadOnlyTest.
1529
1530 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1531
1532         * DataGridViewColumnCollectionTest.cs: Added AddFullColumnSelect.
1533
1534 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1535
1536         * ContainerControlTest.cs, ControlTest.cs, DefaultLayoutTest.cs,
1537           FormTest.cs, PanelTest.cs, TableLayoutTest.cs, UserControlTest.cs:
1538           Dispose of forms when they're no longer used.
1539         * ListViewCollectionsTest.cs: Dispose of listviews when they're no longer
1540           used.
1541
1542 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
1543
1544         * ListBoxTest.cs: Added test for ScaleControl.
1545
1546 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1547
1548         * DataGridViewTest.cs: Added test for #82326 and added a few forgotten
1549           [Test] attributes.
1550
1551 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1552
1553         * DataGridViewCellTest.cs: Added EditTypeTest and TestDefaultValues.
1554
1555 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1556
1557         * DataGridViewTest.cs: Added AutoResizeColumnTest.
1558
1559 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1560
1561         * DataGridViewRowCollectionTest.cs: Added.
1562
1563 2007-07-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1564
1565         * DataGridViewRowTest.cs: Comment out more asserts that probably are
1566           DPI dependent.
1567
1568 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1569
1570         * DataGridViewRowTest.cs: Comment out a few asserts that probably are
1571           DPI dependent.
1572
1573 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1574
1575         * DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
1576         * EventLogger.cs: Create a EventLog class, can print to the console
1577           events as they are raised.
1578         * DataGridViewCellTest.cs: Added AddRow_Changes.
1579         * TestHelper.cs: Add DumpObject, can be used to dump an object's values
1580           in a Assert.X (values) form.
1581         * FormTest.cs: Added ChildFocused test (NotWorking).
1582
1583 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
1584
1585         * LabelTest.cs: Test showing that changing the width or height when
1586         autosize = true has no effect.
1587
1588 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1589
1590         * DataGridViewColumnCollectionTest.cs,
1591           DataGridViewTextBoxColumnTest.cs, DataGridViewBandTest.cs,
1592           DataGridViewCommon.cs, DataGridViewComboBoxCellTest.cs: Added.
1593         * DataGridViewColumnTest.cs: Added InitialValues.
1594         * DataGridViewTest.cs: More tests.
1595
1596 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1597
1598         * DataGridViewTest.cs: More tests.
1599         * CurrencyManagerTest.cs: Remove CWL's.
1600
1601 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1602
1603         * ScrollableControlTest.cs: Added AutoScrollPositiontest
1604
1605 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1606
1607         * FormHandleTest.cs: Make a couple of classes public, so that other
1608           tests can use them.
1609         * FormTest.cs: Added tests for #81969.
1610
1611 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1612
1613         * ComboBoxTests.cs, ComboBoxTest.cs: Unified ComboBoxTest.cs and
1614           ComboBoxTests.cs, deleted ComboBoxTests.cs
1615
1616 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1617
1618         * ToolStripTest.cs: One of my notworking tests slipped out.
1619
1620 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1621
1622         * ListBoxTest.cs, MenuStripTest.cs, ToolStripComboBoxTest.cs,
1623         ToolStripContentPanelTest.cs, ToolStripControlHostTest.cs,
1624         ToolStripDropDownTest.cs, ToolStripProgressBarTest.cs,
1625         ToolStripTest.cs: Sync up some local test additions.
1626
1627 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1628
1629         * ListControl.cs: Fix test that is failing on i586.
1630
1631 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
1632
1633         * ContainerControlTest.cs: Add test for 2.0 AutoScaling.  It's
1634         marked NotWorking because it depends on fonts and DPI, but it
1635         can still be used to compare to .NET.
1636
1637 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
1638
1639         * ComboBoxTest.cs: Added test for bug #82069.
1640         * ListControlTest.cs: Added tests for bug #81771.
1641
1642 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1643
1644         * ButtonTest.cs: Add test showing a NSE if Flat BorderColor is 
1645         transparent.
1646
1647 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1648
1649         * MessageTest.cs: Add tests for op_Equality and op_Inequality.
1650
1651 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1652
1653         * LinkAreaTest.cs: Add tests for op_Equality and op_Inequality.
1654
1655 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1656
1657         * ListBoxTest.cs: Add test for bug #80466.
1658
1659 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
1660
1661         * TableLayoutTest.cs: Simplify and enable Gert's test for bug
1662         #82040.  Add a test for bug #82041.
1663
1664 2007-07-08  Gert Driesen  <drieseng@users.souceforge.net>
1665
1666         * TableLayoutTest.cs: Added test for bug #82040.
1667
1668 2007-07-07  Jonathan Pobst  <monkey@jpobst.com>
1669
1670         * TableLayoutTest.cs: Add test for bug #81936.
1671
1672 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1673
1674         * ListControl.cs: Add test for Formatting behavior.
1675
1676 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1677
1678         * LabelTest.cs: Add test for Image[List|Index|Key].
1679
1680 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1681
1682         * TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
1683         failed on the buildbots.  I just realized it was actually failing due to
1684         a Label change I hadn't committed, which has now been committed.
1685
1686 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
1687
1688         [Various tests from my local tree]
1689         * ButtonBaseTest.cs: Test for default Accessibility.State.
1690         * LabelTest.cs: Test for default Margin.
1691         * MenuStripTest.cs: Test for CanSelect.
1692         * ScrollBarTest.cs: Test for 2.0 ScrollBarEventArgs.
1693         * SplitContainerTests.cs: Uncomment some Dock and Location asserts.
1694         * StatusStripTest.cs: Tests for default RenderMode and AccessibilityObject.
1695         * ToolStripDropDownTest.cs: Tests for default TextDirection and AccessibilityObject.
1696         * ToolStripItemTest.cs: Test for default TextDirection, ProcessMnemonic.
1697         * ToolStripMenuItemTest.cs: Test for default ForeColor and AccessibilityObject.
1698         * UserControlTest.cs: Test for AutoSize behavior.
1699
1700 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1701
1702         * ListViewItemTest.cs: Add tests for Focused property.
1703
1704 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1705
1706         * ListViewTest.cs: Add tests for 2.0 FocusedItem property setter.
1707
1708 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1709
1710         * ListViewTest.cs: Add tests for 2.0 TopItem property setter.
1711
1712 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
1713
1714         * FormTest.cs, TableLayoutTest.cs: Mark some tests that depend on
1715         WM decoration sizes as Ignore.
1716
1717 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1718
1719         * ListViewTest.cs: Add test for 2.0 HotTracking.
1720
1721 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1722
1723         * TableLayoutTest.cs: Add test for CellBorderStyle.
1724
1725 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1726
1727         * FormTest.cs: Add tests for ScaleControl and GetScaledBounds.
1728
1729 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1730
1731         * TableLayoutTest.cs: Add test for bug #81843.
1732
1733 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1734
1735         * UpDownBaseTest.cs: Test for Min/Max size.
1736
1737 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1738
1739         * ErrorProviderTest.cs: Test for Clear method.
1740
1741 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1742
1743         * PictureBoxTests.cs: Test for 2.0 field defaults.
1744
1745 2007-06-12  Andreia Gaita  <avidigal@novell.com>
1746         
1747         * TabControlTest.cs: Add test for tabcontrol without tabs but with a font
1748         change (triggers a ResizeTabs call and was blowing up nicely - #81802).
1749
1750 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1751
1752         * ListViewCollectionsTest.cs (SelectedIndexCollectionTest_IndexOfTest):
1753         Move to NET_2_0 profile.
1754
1755 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1756
1757         * ListViewCollectionsTest.cs: New tests for CheckedItemCollection and
1758         SelectedIndexCollection when using VirtualMode.
1759
1760 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1761
1762         * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".
1763
1764 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1765
1766         * GroupBoxTest.cs: Missed an if.
1767
1768 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1769
1770         * GroupBoxTest.cs: AutoSize is theme dependent.
1771
1772 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1773
1774         * ComboBoxTest.cs: Add test for ScaleControl.
1775
1776 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1777
1778         * GroupBoxTest.cs: Add some 2.0 tests.
1779
1780 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1781
1782         * PanelTest.cs: Add.
1783
1784 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1785
1786         * ScrollableControlTest.cs: ScrollToControl test is theme dependent due to
1787         the width of scrollbars.
1788
1789 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1790
1791         * ScrollableControlTest.cs: Add test for ScrollToControl.
1792
1793 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1794
1795         * ScrollBarTest.cs, SplitterTest.cs: Add some 2.0 tests.
1796         * ScrollBarTest.cs: Comment out several tests that no longer compile due
1797         to bug #81818.
1798
1799 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1800
1801         * ButtonTest.cs: BehaviorAutoSize is font dependent, only run on windows.
1802
1803 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1804
1805         * ButtonBaseTest.cs: Add test for default values.
1806         * ButtonTest.cs: Add test for default values, add test for AutoSize.
1807
1808 2007-06-04  Gert Driesen  <drieseng@users.sourceforge.net>
1809
1810         * PropertyGridTest.cs: Added test for bug #81796, and reworked
1811         SelectedGridItem_Null test to no longer check actual message.
1812
1813 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1814
1815         * FormTest.cs: Modify AutoSizeGrowAndShrink test to pass on all WM's.
1816
1817 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1818
1819         * FormTest.cs: Add tests for AutoSize'ing.
1820
1821 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1822
1823         * LabelTest.cs: Fix SizeTest for 2.0 profile since autosize theres
1824         diferent behavior on 2.0.
1825
1826 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1827
1828         * ScrollableControlTest.cs: Add ResizeAnchoredTest.
1829         * PropertyGridTest.cs: A few more tests.
1830
1831 2007-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1832
1833         * ListViewTest.cs: Added a new test for 2.0 RedrawItem method.
1834
1835 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
1836
1837         * ControlTest.cs: Add tests for 2.0 scaling methods.
1838
1839 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1840
1841         * FocusTest.cs: Add tests for ContainerControl - fire events even if 
1842         there is no form, and set active control before firing events.
1843
1844 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
1845
1846         * ControlTest.cs: Test to show the effects of ResumeLayout(false).
1847
1848 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1849
1850         * ListView.cs:
1851         * ListViewItem.cs: Added 2.0 ListViewItem.ToolTipText tests.
1852
1853 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1854
1855         * TextBoxTest.cs: Ignore a couple of font-dependent tests.
1856
1857 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1858
1859         * MonthCalendarTest.cs: Added InitialSizeTest.
1860
1861 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1862
1863         * FormTest.cs: Increase timeout value. Might prevent tests from failing
1864           on slower computers.
1865
1866 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
1867
1868         * DateTimePickerTest.cs: Added tests for MinDate and MaxDate.
1869
1870 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1871
1872         * DateTimePickerTest.cs: Avoid test failures on Windows system with
1873         non-us locale.
1874
1875 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1876
1877         * NumericUpDownTest.cs: Avoid use of global identifier since csc 1.x
1878         does not support this.
1879         * FormTest.cs: Avoid using anonymous methods. Allows our test to build
1880         again using csc 1.x.
1881
1882 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1883
1884         * TreeNodeCollectionTest.cs: Added tests for Add and AddRange. Fixed
1885         and improved test for IList indexer.
1886
1887 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
1888
1889         * TextBoxTest.cs: Improve tests for Copy, Cut and Paste to also cover
1890         bug #81736.
1891
1892 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1893
1894         * KeyEventArgsTest.cs: Added.
1895
1896 2007-05-24  Andreia Gaita  <avidigal@novell.com>
1897
1898         * NumericUpDownTest.cs: Added 1.1 and 2.0 tests.
1899
1900 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1901
1902         * ListControlTest.cs:
1903         * CheckedListBoxTest.cs: Move the GetItemText test
1904         to ListControl, since the method it's part of it. Also
1905         add a FilterItemOnProperty test.
1906
1907 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1908
1909         * DefaultLayoutTest.cs: Add test for bug 81199. (nested controls)
1910
1911 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1912
1913         * ContainerControlTest.cs: Test to show ProcessMnemonic is called
1914         regardless of CanSelect.
1915
1916 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1917
1918         * TestHelper.cs: Remove reference to event_log from constructor.
1919
1920 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1921
1922         * ControlTest.cs: Add test to show that setting a control's Visible
1923         property causes it's parent to relayout.
1924
1925 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1926
1927         * DefaultLayoutTest.cs: Add test for docking when parent has Padding.
1928
1929 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1930
1931         * TestHelper.cs: Remove Event log we already have a EventLogger class.
1932
1933 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1934
1935         * TestHelper.cs: Event log added.
1936
1937 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1938
1939         * ContextMenuTest.cs: ContextMenu tests added.
1940
1941 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1942
1943         * ToolBarButtonTest.cs: Added test for Name.
1944
1945 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
1946
1947         * FormTest.cs: Renamed FormCantGetTooSmall test and use comparison
1948         with SystemInformation.MinimumWindowSize. Enable test.
1949
1950 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1951
1952         * FormTest.cs: Added ShowDialogCloseTest.
1953
1954 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
1955
1956         * FormTest.cs: Mark FormCantGetTooSmall as NotWorking.  It only applies to Windows.
1957
1958 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
1959
1960         * DefaultLayoutTest.cs: Tests for bugs 81694, 81695.
1961         * FormTest.cs: Test setting the form size smaller than the WM will
1962         allow it.
1963
1964 2007-05-21  Chris Toshok  <toshok@ximian.com>
1965
1966         * DataBindingTests.cs (TestColumnAdd): enable this test.  the
1967         system.data changes required are in, and it works now.
1968
1969 2007-05-19  Andreia Gaita  <avidigal@novell.com>
1970
1971         * NumericUpDownTest: Added.
1972
1973 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1974
1975         * DataObjectTest.cs: Added.
1976
1977 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
1978
1979         * TreeViewTest.cs: Added test for DoubleBuffered.
1980
1981 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1982
1983         * KeysConverterTest.cs: Added.
1984         * LinkConverterTest.cs: Added.
1985         * LinkLabelTest.cs: Added tests for LinkLabel.Link.
1986
1987 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1988
1989         * ListBoxTest.cs: New test for some exceptions in
1990         ListBox.ObjectCollection methods.
1991
1992 2007-05-17  Chris Toshok  <toshok@ximian.com>
1993
1994         * ControlBindingsCollectionTest.cs: new test file, move a test
1995         from BindingTest here.
1996
1997         * BindingTest.cs (DuplicateBindingAdd): move the test to
1998         ControlBindingsCollectionTest.
1999
2000         * BindingManagerBaseTest.cs (BindingsTest): enable this test.
2001         passes now.
2002
2003         * DataBindingTests.cs: define #WITH_BINDINGS, since we now seem to
2004         work with them.
2005         (TestInsertRowBeforeCurrent): ignore this test on 2.0 though, as
2006         we generate too many Binding.Format events.
2007         (TestColumnAdd): ignore this test on 1.1, until System.Data
2008         generates the proper (2) number of events causing us to emit
2009         MetadataChanged.
2010
2011         * CurrencyManagerTest.cs (AddNew2): ignore this test for the time
2012         being.  it's hitting a System.Data exception which doesn't happen
2013         on MS.
2014
2015 2007-05-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2016
2017         * TextBoxTest.cs: BackColorTest: Fix it, we may get invalidates and
2018           paints after a Form.Show ().
2019
2020 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2021
2022         * TabControlTest.cs: Ignore the enter/leave tests for a bit
2023
2024 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2025
2026         * TabControlTest.cs: Add tests for Enter/Leave events on tabpages
2027
2028 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2029
2030         * TreeViewImageIndexConverterTest.cs: Added.
2031
2032 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2033
2034         * ToolStripTextBoxTest.cs: Enable tests for auto complete and shortcuts
2035         enabled stuff.
2036
2037 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
2038
2039         * ImageKeyConverterTest.cs: Added.
2040         * TreeViewImageKeyConverterTest.cs: Added.
2041
2042 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
2043
2044         * TextBoxTest.cs: Add test for IsInputChar method.
2045
2046 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
2047
2048         * ToolStripItemCollectionTest.cs: Removed duplicate test.
2049
2050 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2051
2052         * ToolBarTest.cs: Add tests for toolbar size (horizontal and vertical),
2053         also test #81523.
2054
2055 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2056
2057         * ToolBarTest.cs: CreateHandleTest added.
2058
2059 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2060
2061         * FormTest.cs: Marking test for bug 81582 as NotWorking as it fails
2062         on X11.  Bug is reopened.
2063
2064 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2065
2066         * ToolStripItemCollectionTest.cs: Enable tests.
2067
2068 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2069
2070         * MaskedTextBoxTest.cs: Added more tests.
2071
2072 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2073
2074         * FormTest.cs: Add test for bug 81582.
2075
2076 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
2077
2078         * ToolStripItemCollectionTest.cs: Added tests for ctor, Insert and
2079         Remove.
2080
2081 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2082
2083         * ControlTest.cs: Expand and enable test for UseWaitCursor.
2084
2085 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2086
2087         * ControlTest.cs: Added test for IsInputChar.
2088
2089 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2090
2091         * ControlTest.cs: Added tests for PreProcessMessage and
2092         PreProcessControlMessage.
2093
2094 2007-05-08  Gert Driesen  <drieseng@users.sourceforge.net>
2095
2096         * ControlTest.cs: Added test for UseWaitCursor.
2097
2098 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2099
2100         * ControlTest.cs: Tests demonstrating Control.AutoSize from 
2101         Stefan Noack.
2102
2103 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2104
2105         * ToolStripManagerTest.cs: Add test for bug #81477.
2106
2107 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2108
2109         * ControlTest.cs: Expand GetChildAtPointTest to cover 2.0 cases.
2110
2111 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2112
2113         Added.
2114
2115 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2116
2117         * MdiFormTest.cs: Added DeactivatedEventTest.
2118
2119 2007-05-03  Chris Toshok  <toshok@ximian.com>
2120
2121         * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
2122         profile as well.
2123
2124 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
2125
2126         * ApplicationTest.cs: Add a test for RaiseIdle.
2127
2128 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
2129
2130         * TreeNodeCollectionTest.cs: Add Unit tests for ContainsKey and 
2131       IndexOfKey methods.
2132
2133 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
2134
2135         * DataGridViewColumnTest.cs: Added test for bug #81464, improved 
2136         existing tests.
2137         * DataGridViewTextBoxCellTest.cs: Added test for Value.
2138         * RichTextBoxTest.cs: Added test for bug #80626.
2139         * TabControlTest.cs: Added test for TabPageCollection indexer.
2140         * TextBoxTest.cs: Enabled test for bug #80626.
2141
2142 2007-04-29  Andreia Gaita  <avidigal@novell.com>
2143
2144         * TabControlTest.cs: Add more 2.0 select and deselect tab tests.
2145
2146 2007-04-28  Gert Driesen  <drieseng@users.sourceforge.net>
2147
2148         * DataBindingTest.cs: Avoid using anonymous methods to allow tests to
2149         build using csc 1.x.
2150         * CurrencyManagerTest.cs: Same.
2151
2152 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2153
2154         * BindingNavigatorTest.cs: Ignored failing test until a bug gets fixed
2155
2156 2007-04-27  Chris Toshok  <toshok@ximian.com>
2157
2158         * CurrencyManagerTest.cs, DataBindingTests.cs,
2159         BindingManagerBaseTest.cs, BindingSourceTest.cs, BindingTest.cs:
2160         lots of misc changes.
2161
2162 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
2163
2164         * ToolStripTest.cs: Fix the failing MethodGetNextItem test.
2165
2166 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2167
2168         * FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
2169           ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
2170           TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
2171           MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
2172           ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
2173           ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
2174           running the tests.
2175         * ApplicationTest.cs: Dispose of the 61 forms we were keeping open
2176           while running the tests. Added OpenFormsTest.
2177         * FormTest.cs: Dispose of the 61 forms we were keeping open while
2178           running the tests. Added DialogOwnerTest.
2179
2180 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2181
2182         * BindingNavigatorTest.cs: Added more tests to check more behaviour
2183
2184 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2185
2186         * ToolStripDropDownTest.cs: Add Assert for default orientation.
2187         * ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
2188         Add test for GetNextItem.
2189
2190 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2191
2192         * MdiFormTest.cs: Added tests for #81409.
2193
2194 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2195
2196         * MdiFormTest.cs: Added tests for #81409.
2197
2198 2007-04-24  Raja R Harinath  <rharinath@novell.com>
2199
2200         * BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
2201         API newer than present in the tree.
2202
2203 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2204
2205         * BindingNavigatorTest.cs: Initial tests
2206
2207 2007-04-23  Chris Toshok  <toshok@ximian.com>
2208
2209         * TestHelper.cs: move RunningOnUnix here.
2210
2211         * FocusTest.cs: use TestHelper.RunningOnUnix.
2212
2213         * FormTest.cs: use TestHelper.RunningOnUnix.
2214
2215 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
2216
2217         * TableLayoutTest.cs: Add a bunch of tests I thought I had lost
2218         before I lose them for real.
2219
2220 2007-04-21  Jonathan Pobst  <monkey@jpobst.com>
2221
2222         * DefaultLayoutTest.cs: Added test for bug #81397.
2223
2224 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
2225
2226         * RichTextBoxTest.cs: Added test for bug #80620.
2227         * TreeViewTest.cs: Added test for bug #80620.
2228         * ListViewTest.cs: Added test for bug #80620.
2229         * UpDownTest.cs: Added test for bug #80620.
2230         * TextBoxTest.cs: Enabled test for bug #80620.
2231
2232 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
2233
2234         * GroupBoxTest.cs: Add tests for default properties and
2235         DisplayRectangle.
2236
2237 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
2238
2239         * FormTest.cs: Enabled test for bug #80773.
2240
2241 2007-04-17  Chris Toshok  <toshok@ximian.com>
2242
2243         * BindingTest.cs: remove the NotWorking from
2244         BindingContextChangedTest2, and add a new, NotWorking test.
2245
2246 2007-04-16  Jonathan Pobst  <monkey@jpobst.com>
2247
2248         * ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
2249         from ImageList tests and reenable tests.
2250
2251 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2252
2253         * ToolStripItemTest.cs: Enable a bunch of tests for recently 
2254         implemented properties.
2255         * ToolStripManager.cs: Add tests for Merge and RevertMerge.
2256
2257 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2258
2259         * DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
2260         Enabled test after IsInEditOrNavigateMode fix.
2261
2262 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2263
2264         * DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
2265         TypeConverter usage in Edit and Commit.
2266
2267 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2268
2269         * ListViewItemTest.cs: Added several ctor tests. Added tests to verify
2270         throws exceptions. Added tests for ListViewSubItemCollection's Clear
2271         and RemoteAt methods that prove that we need to ensure there's always
2272         at least one subitem.
2273
2274 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2275
2276         * ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
2277         * TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.
2278
2279 2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
2280
2281         * TreeViewTest.cs: Added NotWorking test for bug #81319.
2282
2283 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2284
2285         * ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
2286           generate paint messages on Windows) and change PubPropTest to
2287           accept (0,0) as a valid mouse location.
2288
2289 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2290
2291         * DateTimePickerTest.cs: Added a few more cases to TextTest.
2292
2293 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2294
2295         * DateTimePickerTest.cs: Added a few more cases to TextTest.
2296
2297 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2298
2299         * MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
2300
2301 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2302
2303         * ContainerControlTest.cs: Add RemoveActiveControlTest
2304         * MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
2305         * FormTest.cs: Add special window style cases.
2306
2307 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2308
2309         * RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
2310         Added ScrollBars tests.
2311         * TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
2312         Improved ReadOnly tests.
2313
2314 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
2315
2316         * FormHandleTest.cs: Enabled test for bug #81272.
2317
2318 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2319
2320         * HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.
2321
2322 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2323
2324         * UserControlTest.cs: Add test for CreateParams.
2325
2326 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
2327
2328         * FormHandleTest.cs: Added test for bug #81272.
2329
2330 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2331
2332         * MdiFormTest.cs: Added test for #79964.
2333
2334 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2335
2336         * ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
2337         some tests I didn't mean to commit yet.
2338
2339 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2340
2341         * StatusStripTest.cs: Added.
2342         * ToolStripContainerTest.cs: Added.
2343         * ToolStripContentPanelTest.cs: Added.
2344         * ToolStripDropDownTest.cs: Added.
2345         * ToolStripManagerTest.cs: Added.
2346         * ToolStripOverflowButtonTest.cs: Added.
2347         * ToolStripOverflowTest.cs: Added.
2348         * ToolStripPanelTest.cs: Added.
2349         * ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
2350         * ToolStripStatusLabelTest.cs: Added.
2351
2352 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2353
2354         * ListViewItemTest.cs: Add tests for constructors taking
2355         an array of strings, for the ListViewSubItem constructors,
2356         and for the ListViewSubItemCollection.AddRange method receiving
2357         and array of null strings.
2358
2359 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2360
2361         * ToolStripTest.cs: Fix ambiguous Category attribute.
2362
2363 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2364
2365         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
2366
2367 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2368
2369         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
2370         * MenuStripTest.cs: General test suite.
2371         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
2372         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
2373         * ToolStripItemTest.cs: Test for method Dispose.
2374         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
2375         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
2376         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
2377         CreateLayoutSettings.
2378
2379 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2380
2381         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
2382         work correctly.
2383
2384 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2385
2386         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
2387         tests to pass on .Net 2.0.
2388
2389 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
2390
2391         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
2392         NotWorking to fix the monobuild.
2393
2394 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2395
2396         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
2397           monobuild for unknown reasons.
2398         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
2399           unknown reasons.
2400
2401 2007-03-22  Chris Toshok  <toshok@ximian.com>
2402
2403         * FormTest.cs: enable Location test for #80052.
2404
2405 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2406
2407         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
2408           StartLocationTest*s, since they are failiing on WinXP with XP
2409           theme.
2410         * FormTest.cs: Added tests for StartPosition.
2411
2412 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2413
2414         * DefaultLayoutTest.cs: Fixed line endings.
2415         * BindingSourceTest.cs: Remove a couple of warnings.
2416
2417 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2418
2419         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
2420         UseItemStyleForSubItems.
2421
2422 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2423
2424         * EventLogger.cs: Add CountEvents.
2425         * MdiFormTest.cs: Added CloseTest.
2426
2427 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2428
2429         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
2430
2431 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2432
2433         * RichBoxTest.cs: Enabled ReadOnly test.
2434
2435 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2436
2437         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
2438
2439 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2440
2441         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
2442
2443 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2444
2445         * FormHandleTest.cs: Create new forms at a few specific places + a few
2446           more corner cases. No longer not working.
2447         * MdiFormHandleTest.cs: These tests are working now.
2448         * FormTest.cs: IsHandleCreated is working now, the parented tests are
2449           not working.
2450
2451 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2452
2453         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
2454
2455 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2456
2457         * RichTextBoxTest.cs: Marked failing test NotWorking.
2458
2459 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2460
2461         * ControlTest.cs: Added InvokeTestParentHandle.
2462
2463 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
2464
2465         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
2466         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
2467
2468 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2469
2470         * ComboBoxTest.cs: Added DataBindingTest.
2471
2472 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2473
2474         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
2475           to get in.
2476
2477 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2478
2479         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
2480
2481 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2482
2483         * ApplicationContextTest.cs: Added NotWorking test for nested
2484           application contexts.
2485         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
2486           on windows that won't close until the mouse is moved. Add a few
2487           more corner cases to the test.
2488         * MdiFormTest.cs: Add TopLevelTest.
2489
2490 2007-03-15  Chris Toshok  <toshok@ximian.com>
2491
2492         * BindingSourceTest.cs: add another test, and mark the NotWorking
2493         ones so that they aren't clogging up the 2.0 build.
2494
2495 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
2496
2497         * DefaultLayoutTest.cs: Add test for bug #80912.
2498
2499 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
2500         
2501         * Common.cs, TestHelper.cs: Replaces all uses of the custom
2502         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
2503
2504 2007-03-15  Chris Toshok  <toshok@ximian.com>
2505
2506         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
2507         with an extra one included.
2508
2509 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2510
2511         * FormTest.cs: Disable FormBorderStyleTest for the moment.
2512         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
2513         
2514 2007-03-14  Jackson Harper  <jackson@ximian.com>
2515
2516         * TreeViewTest.cs: Some more tests pass now.
2517
2518 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
2519
2520         * ErrorProviderTest.cs: Enabled previously failing tests.
2521
2522 2007-03-14  Andreia Gaita  <avidigal@novell.com>
2523
2524         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
2525         Selecting events.
2526
2527 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
2528
2529         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
2530
2531 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
2532
2533         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
2534         test NotWorking. Removed extra tabs. 
2535
2536 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
2537
2538         * FormTest.cs: Add test for bug #80773.
2539
2540 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2541
2542         * ControlTest.cs: Add test for bug #81125.
2543
2544 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2545
2546         * FormTest.cs: Add a test showing we do not recreate the handle when
2547         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
2548
2549 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2550
2551         * ControlTest.cs: Add test for bug #80621.
2552
2553 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
2554
2555         * LinkLabelTest.cs: LinkLabel tests added.
2556
2557 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
2558
2559         * FormHandleTest.cs: Fixed build using csc 1.x.
2560         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
2561         * ControlHandleTest.cs: Fixed build using csc 1.x.
2562         * TextBoxTest.cs: Improved test for BackColor. Added test for
2563         ForeColor.
2564
2565 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
2566
2567         * TextBoxTest.cs: Isolate BackColor tests.
2568
2569 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2570         
2571         * FormHandleTest.cs: Added.
2572         * MdiFormHandleTest.cs: Added.
2573
2574 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2575
2576         * ListViewTest.cs: Added tests for the ListView and
2577         Index properties of ListViewItems in VirtualMode.
2578
2579         * ListViewCollectionsTest.cs: Remove warning when building
2580         tests.
2581
2582 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
2583
2584         * FormTest.cs: Added tests for bug #80791 and #80574.
2585
2586 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2587
2588         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
2589
2590 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
2591
2592         * FormTest.cs: Add tests for bugs #80574, #80791.
2593
2594 2007-03-05  Chris Toshok  <toshok@ximian.com>
2595
2596         [merge -r72718:73765 from mwf-handle-branch]
2597
2598         2007-03-05  Chris Toshok  <toshok@ximian.com>
2599
2600                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
2601                 profiles.
2602
2603         2007-02-28  Chris Toshok  <toshok@ximian.com>
2604
2605                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
2606                 the Control thread dies (that Application.Run returns, basically).
2607                 This works in isolation, but for some reason it isn't exiting when
2608                 run in concert with other tests (this test is the cause of the
2609                 hangs running the unit tests.)  Marking NotWorking for the time
2610                 being.  This needs to be fixed before merging back to the
2611                 mainline, imo.
2612
2613 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2614
2615         * FormTest.cs: Added MaximizedParentedFormTest.
2616
2617 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2618
2619         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
2620         by ListViewItemCollection when virtual mode is used.
2621
2622 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
2623
2624         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
2625         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
2626
2627 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2628
2629         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
2630         as well as for the exceptions they throw.
2631
2632 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
2633
2634         * DefaultLayoutTest.cs: Add test for bug #80917.
2635
2636 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
2637
2638         * ListViewCollectionsTest.cs: Added and improved tests for removing
2639         columns and items, and clearing the collections.
2640         * ListViewTest.cs: Improved ClearTest to also verify whether removed
2641         columns and items are unlinked from owning ListView.
2642
2643 2007-02-23  Raja R Harinath  <rharinath@novell.com>
2644
2645         Fix compilation error
2646         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
2647
2648 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
2649
2650         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
2651
2652 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
2653
2654         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
2655         is already -1.
2656
2657 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
2658
2659         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
2660         FindString and FindStringExact. Improved ObjectCollection tests.
2661
2662 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2663
2664         * ListControlTest.cs: Added test for #80794.
2665
2666 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2667
2668         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
2669           ExStyle and a test for parented forms.
2670
2671 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
2672
2673         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
2674
2675 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
2676
2677         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
2678         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
2679         bug is fixed.
2680
2681 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2682
2683         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
2684           GetUserDefaultLCID or not, seems like the runtime crashes on some
2685           architectures instead of throwing an exception otherwise.
2686
2687 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2688
2689         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
2690           to run with en-US locale, so check it. On Windows call
2691           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
2692           honor Thread.CurrentCulture, only the Windows setting (and some
2693           other test might have set Thread.CurrentCulture to some other
2694           value, so the checking only this might fail). Added test for
2695           setting invalid Text property.
2696         * EventLogger.cs: Added. Takes an object and creates a class on the fly
2697           that will log all the object's events.
2698
2699 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2700
2701         * ListViewTest.cs: Added DisposeTest test for bug #80607.
2702         * ColumnHeaderTest.cs: Remove the NotWorking category for
2703         tests for bug #80607.
2704
2705 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
2706
2707         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
2708         on PreferredHeight test for 2.0 profile.
2709
2710 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2711
2712         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
2713
2714 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2715
2716         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
2717           PropertyManagerTest.cs, CurrencyManagerTest.cs,
2718           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
2719           GridColumnStylesCollectionTest.cs,
2720           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
2721           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
2722           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
2723
2724 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
2725
2726         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
2727
2728 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
2729
2730         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
2731         create PreferredHeight.
2732
2733 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
2734
2735         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
2736         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
2737
2738 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
2739
2740         * FormTest.cs: Added tests for bug #80773.
2741
2742 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
2743
2744         * PrintDialogTest.cs: Added test for bug #80764.
2745
2746 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
2747
2748         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
2749         test exploring interaction between Image, ImageIndex, and ImageKey.
2750
2751 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2752
2753         * FormTest.cs: Improved test for bug #80604.
2754
2755 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2756
2757         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
2758         csc 1.x.
2759
2760 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2761
2762         * LogGenerator.cs: Generate code that can be built using csc 1.x.
2763         * ControlLogger.cs: Fixed code to compile using csc 1.x.
2764
2765 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2766
2767         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
2768           tests a lot of different custom formats.
2769
2770 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
2771
2772         * DataGridViewColumnTest.cs: Added test for bug #80746.
2773
2774 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
2775
2776         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
2777
2778 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2779
2780         * TimerTest.cs: Added
2781
2782 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
2783
2784         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
2785         and make them pass on all cultures.
2786
2787 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
2788
2789         * PaddingConverterTest.cs: Make tests non culture-dependent.
2790
2791 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2792
2793         * TestHelper.cs: Added a helper method to remove warnings.
2794
2795 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2796
2797         * ControlTest.cs: Removed warnings. Added CaptureTest.
2798         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
2799         * ControlLogger(2).cs: Added.
2800
2801 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
2802
2803         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
2804
2805 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
2806
2807         * TestHelper.cs: TesHelper class added. This class will provide some 
2808         usefull methods that can be used to test Control derived classes,
2809         at moment only static methods GetCreateParams, IsStyleSet and
2810         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
2811         and Msg is also available as public to help is control tests.
2812
2813 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2814
2815         * ControlTest.cs: Added ControlSizeTest.
2816
2817 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
2818
2819         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
2820         Mark BehaviorAutoSize as NotWorking, it is font dependent.
2821
2822 2007-01-29  Chris Toshok  <toshok@ximian.com>
2823
2824         * ControlHandleTest.cs: make this compile against mono.  we can
2825         remove the __MonoCS__ ifdefs as we add properties.  Also, split
2826         out the Show() tests because they were failing and I wanted to see
2827         which other tests were passing.
2828
2829 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
2830
2831         * PaddingConverterTest.cs: Added.
2832
2833 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2834
2835         * StatusBarTest.cs: Added a few more tests.
2836
2837 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
2838
2839         * ControlHandleTest.cs: Added.  Has tests to find exactly which
2840         Methods and Properties create a Handle.  Not added to sources file
2841         because it's written against MS, and we're probably missing some
2842         methods/properties.
2843
2844 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
2845
2846         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
2847         Try to make some tests not Font/DPI dependent.
2848
2849 2007-01-25  Chris Toshok  <toshok@ximian.com>
2850
2851         * SplitterTest.cs: new tests.
2852
2853 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2854
2855         * ComboBoxTest.cs: Added tests for ResetText.
2856
2857 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2858
2859         * ComboBoxTest.cs: Add tests for new properties.
2860         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
2861
2862 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
2863
2864         * FormTest.cs: Added NotWorking test for bug #80604.
2865         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
2866         properties introduced in 2.0 profile.
2867
2868 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
2869
2870         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
2871         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
2872         it's values match MS only.
2873         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
2874         reworked.
2875         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
2876         is fixed.  Same for Constructor: A12.
2877
2878 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2879
2880         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
2881         they'll only work if you actually have a display to show them on.
2882
2883 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
2884
2885         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
2886
2887 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
2888
2889         * ToobarTest.cs: TooBar.ButtonSize tests added. 
2890
2891 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
2892
2893         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
2894         There is a TODO in the DataGrid source referencing that Add should allow
2895         multiple columns with the same name, but currently doesn't.
2896
2897 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2898
2899         * ControlTest.cs: Added a tests for ControlCollection and
2900         MDI children.
2901
2902 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2903
2904         * SendKeysTest.cs: Marked interactive, they're unstable
2905         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
2906         we have to see why SetTopLevel is toggling the Form's visibility.
2907         
2908 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2909
2910         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
2911         works once in a while.
2912
2913 2007-01-23  Chris Toshok  <toshok@ximian.com>
2914
2915         * BindingSourceTest.cs: initial BindingSource tests.  not built
2916         yet.
2917
2918 2007-01-23  Chris Toshok  <toshok@ximian.com>
2919
2920         * DefaultLayoutTest.cs: make the docking tests independent of
2921         constants relating to the form's clientrectangle bounds, since on
2922         X it has a different value when the window isn't mapped (as in
2923         this case).
2924
2925 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2926
2927         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
2928         failing on ms.net
2929
2930 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2931
2932         * SendKeysTest.cs: wrong value for Interval, should be > 0
2933
2934 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2935
2936         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
2937         was failing under ms.net.
2938         
2939         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
2940         only for 1.1 - was failing under ms.net
2941         
2942         * ControlTest.cs: 
2943                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
2944                 under ms.net
2945                 - TestForm: Fix incorrect assertion #4 - was failing 
2946                 under ms.net
2947         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
2948
2949 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2950
2951         * FormTest.cs: Add test for bug #80574.
2952
2953 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
2954
2955         * TabControlTest.cs: Add tests for SelectTab and Selected event.
2956
2957 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
2958
2959         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
2960         with other !Dock.Fill controls.
2961
2962 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
2963
2964         * DefaultLayoutTest.cs: Add test for interactions between
2965         setting Dock and Anchor.
2966
2967 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
2968
2969         * TreeNodeTest.cs: Add test for 2.0 Name property.
2970
2971 2007-01-19  Chris Toshok  <toshok@ximian.com>
2972
2973         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
2974         DataGrid.ReadOnly affects things.
2975
2976 2007-01-19  Chris Toshok  <toshok@ximian.com>
2977
2978         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
2979         and add a couple of tests for the overloaded ReadOnly property.
2980         can't figure out how it's being used, maybe all it really does is
2981         chain up to base.ReadOnly.
2982
2983         * DataGridColumnStyleTest.cs: add some tests to see if we should
2984         be mucking with the ReadOnly property when the PropertyDescriptor
2985         is set (turns out we shouldn't be).
2986
2987 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2988
2989         * FormTest.cs: Add test for bug #79959.
2990
2991 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2992
2993         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
2994         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
2995
2996 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2997
2998         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
2999
3000 2007-01-18  Chris Toshok  <toshok@ximian.com>
3001
3002         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
3003
3004         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
3005
3006 2007-01-16  Chris Toshok  <toshok@ximian.com>
3007
3008         * UpDownTest.cs: add UpDownActiveControlTest.
3009
3010 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
3011
3012         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
3013
3014         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
3015
3016         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
3017
3018         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
3019
3020         * MenuStripTest.cs: Add test for MDI.
3021
3022         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
3023
3024         * ToolStripMenuItemTest.cs: Add test for MDI.   
3025
3026         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
3027
3028 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3029
3030         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
3031
3032 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
3033
3034         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
3035
3036 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
3037
3038         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
3039
3040 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3041
3042         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
3043
3044 2007-01-13  Andreia Gaita  <avidigal@novell.com>
3045
3046         * ControlTest.cs: Add test to check if Exception is raised when
3047         adding a top level control (form) as a child control
3048         
3049 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
3050
3051         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
3052         no links.
3053
3054 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
3055
3056         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
3057         generating WM_ACTIVATE on unix.
3058         * FormTest.cs: Same.
3059
3060 2007-01-10  Chris Toshok  <toshok@ximian.com>
3061
3062         * FocusTest.cs: Disable a couple of tests that rely on the
3063         focus/active control state being available directly after
3064         form.Show() - doesn't work on X11, since form.Show shows the
3065         window asynchronously.  Also, add a large focus/enter/leave event
3066         handling test andreia and I were using to correct problems in
3067         ContainerControl.set_ActiveControl.
3068         
3069         * FormTest.cs: add a test to show that even if OnActivate is
3070         overriden and not chained up to the base class, ActiveControl is
3071         still set.  Unfortunately it doesn't work on the X11 backend
3072         because Form.Show is necessarily an async operation.
3073
3074         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
3075         of them.
3076
3077         * ApplicationContextTest.cs: same.
3078
3079 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3080
3081         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
3082         -2 values (auto resizing).
3083
3084 2007-01-10  Chris Toshok  <toshok@ximian.com>
3085
3086         * ContainerControlTest.cs: add a test for setting ActiveControl to
3087         a non-child control.
3088
3089 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
3090
3091         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
3092
3093 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
3094
3095         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
3096
3097 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
3098
3099         * ControlTest.cs: Added test for bug #80456.
3100
3101 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
3102
3103         * ControlPropertyEventsTest.cs: Added.  These test property getters and
3104         setters and ensure that all relevant events are called on setters for
3105         Control.
3106
3107 2007-01-04  Chris Toshok  <toshok@ximian.com>
3108
3109         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
3110         stack trace in a comment).
3111         
3112         * RichTextBoxTest.cs: disable FindTest.
3113         
3114 2007-01-04  Andreia Gaita  <avidigal@novell.com>
3115
3116         * FormTest.cs: disabled ActivateTest
3117         * FocusTest.cs: disabled ActiveControl_Disabled test
3118
3119 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3120
3121         * ColumnHeaderTest.cs: New test.
3122
3123 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
3124
3125         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
3126         HelpProviderTest.cs: Add tests for Tag properties.
3127
3128         * LinkAreaTest.cs: Add test for ToString.
3129
3130 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
3131
3132         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
3133         that is DPI-dependent.
3134         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
3135         * TextBoxTest.cs: Ignore test that is DPI-dependent.
3136
3137 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
3138
3139         * ControlTest.cs: Added FontHeight test.
3140
3141 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
3142
3143         * ListControlTest.cs: Added test for AllowSelection.
3144         * UpDownTest.cs: MockItem is now nested class.
3145         * ListBoxTest.cs: Added test for AllowSelection.
3146         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
3147         SelectionMode, Text and ValueMember.
3148
3149 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
3150
3151         * ToolBarTest.cs: Enabled test for bug #80416.
3152
3153 2006-12-31  Chris Toshok  <toshok@ximian.com>
3154
3155         * ControlEventTest.cs: add SizeChanged to the resize/layout event
3156         test.
3157
3158 2006-12-31  Chris Toshok  <toshok@ximian.com>
3159
3160         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
3161         tests for Control.SetTopLevel.
3162
3163 2006-12-31  Andreia Gaita  <avidigal@novell.com>
3164
3165         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
3166         ActiveControl tests to FocusTest, for easier management.
3167         Add Validation tests.
3168
3169 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
3170
3171         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
3172
3173 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
3174
3175         * ToolBarTest.cs: Added test for bug #80416.
3176
3177 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
3178
3179         * ContainerControlTest.cs: Added tests for ActiveControl.
3180
3181 2006-12-30  Chris Toshok  <toshok@ximian.com>
3182
3183         * DefaultLayoutTest.cs: add some more variants for the test for
3184         80336, and remove the NotWorking from the 80336 test.
3185
3186         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
3187         can exclude them.
3188
3189 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3190
3191         * DataGridTest.cs: Fixed compiler warnings.
3192
3193 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3194
3195         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
3196         until Theme.DefaultFont change is approved.
3197
3198 2006-12-29  Chris Toshok  <toshok@ximian.com>
3199
3200         * ControlEventTest.cs: add a test to determine the ordering of
3201         Layout/Resize events.
3202
3203 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3204
3205         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
3206
3207 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3208
3209         * ControlTest.cs: Added test for Font and ResetFont.
3210         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
3211
3212 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3213
3214         * ControlTest.cs: Improved DoubleBufferedTest.
3215
3216 2006-12-28  Chris Toshok  <toshok@ximian.com>
3217
3218         * ControlTest.cs: add a test to check whether parent.PerformLayout
3219         is called from OnResized (it isn't).
3220
3221         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
3222         including the (not working) test case in bug #80336.  Move the
3223         docking/undocking tests here.
3224
3225 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3226
3227         * ControlTest.cs: More tests for double buffers.
3228         
3229 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3230
3231         * ControlTest.cs: Added double buffering tests.
3232
3233 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3234
3235         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
3236         test for invisible control.
3237
3238 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3239
3240         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
3241         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
3242
3243 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
3244
3245         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
3246         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
3247         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
3248
3249 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3250
3251         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
3252         
3253 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3254
3255         * ScrollableControlTest.cs: Added tests for AutoScroll and
3256         AutoScrollMinSize.
3257
3258 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
3259
3260         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
3261
3262 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3263
3264         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
3265
3266 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
3267
3268         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
3269         IsFormatProviderDefault.
3270         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
3271         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
3272
3273 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
3274
3275         * DateTimePickerTest.cs: Fixed line endings.    
3276         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
3277
3278 2006-12-23  Daniel Nauck  <dna@mono-project.de>
3279
3280         * UserControlTest.cs: Add.
3281
3282 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
3283
3284         * ControlTest.cs: Enabled test for bug #80280.
3285
3286 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
3287
3288         * RichTextBoxTest.cs: Added test for bug #80301.
3289         * TextBoxTest.cs: Added test for bug #80301.
3290
3291 2006-12-21  Daniel Nauck  <dna@mono-project.de>
3292
3293         * ComboBoxTest.cs,
3294         TextBoxTest.cs: Added AutoComplete property tests.
3295
3296 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3297         
3298         * DateTimePickerTest.cs: Created.
3299         
3300 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3301
3302         * MonthCalendarTest.cs: 
3303         - Enable tests again.
3304         - Added tests for *BoldedDates.
3305         
3306         * ControlTest.cs: Added test for BackgroundImageLayout.
3307         
3308 2006-12-19  Chris Toshok  <toshok@ximian.com>
3309
3310         * DataGridViewBandTest.cs: nuke this file, as there's no way to
3311         construct a DataGridViewBand in isolation (exception through
3312         reflection).
3313
3314 2006-12-19  Chris Toshok  <toshok@ximian.com>
3315
3316         * RowStyleTest.cs: unit tests for RowStyle.
3317
3318         * ColumnStyleTest.cs: unit tests for ColumnStyle.
3319
3320 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3321
3322         * ListViewCollectionsTest.cs: Added tests for the new 2.0
3323         methods and properties (SelectedIndexCollection,
3324         SelectedItemCollection, and ListViewSubItemCollection).
3325         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
3326
3327 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
3328
3329         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
3330         AddRange overloads.
3331         * TreeViewTest.cs: Fixed ExpandAll tests.
3332
3333 2006-12-19  Daniel Nauck  <dna@mono-project.de>
3334
3335         * ApplicationTest.cs: Restart () test is 2.0 only.
3336
3337 2006-12-19  Daniel Nauck  <dna@mono-project.de>
3338
3339         * ApplicationTest.cs: Added test for Restart ().
3340
3341 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3342
3343         * MonthCalendarTest.cs: Added test for DefaultMargin.
3344
3345 2006-12-18  Daniel Nauck  <dna@mono-project.de>
3346
3347         * DataGridViewAdvancedBorderStyleTest.cs,
3348         DataGridViewRowTest.cs,
3349         DataGridViewElementTest.cs,
3350         DataGridViewCellTest.cs,
3351         DataGridViewCellStyleTest.cs,
3352         DataGridViewTest.cs: fixed NUnit obsolete warnings and
3353         DataGridView tests against .NET 2.0
3354
3355 2006-12-17  Daniel Nauck  <dna@mono-project.de>
3356
3357         * ButtonTest.cs: Added tests for FlatButtonAppearance.
3358
3359 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
3360
3361         * TreeViewTest.cs: Added tests for bug #80284.
3362
3363 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
3364
3365         * ControlTest.cs: Added (notworking) test for bug #80280.
3366         Removed extra tabs.
3367
3368 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3369         
3370         * TabControlTest.cs: Fixed SelectedIndex tests
3371         for MS.NET 2.0
3372
3373 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3374
3375         * SendKeysTest.cs: Test cases for SendKeys
3376
3377         These tests can only run in ms.net one at a time.
3378         Since ms.net apparently hooks the keyboard to 
3379         implement this, running two tests in a row
3380         makes the second test run before the hook
3381         of the first test is released, effectively
3382         hanging the keyboard. CTRL-ALT-DEL releases
3383         the keyboard, but the test still hangs.
3384         Running each test separately works.
3385  
3386
3387 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3388
3389         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
3390
3391 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3392
3393         * PaddingTest.cs: new tests for Padding.
3394
3395 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3396
3397         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
3398         * ListViewItemTest.cs: add new ListViewSubItem text property test.
3399
3400 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3401
3402         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
3403
3404 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3405
3406         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
3407
3408 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3409
3410         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
3411
3412 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3413
3414         * ListViewGroupTest.cs: new tests for ListViewGroups.
3415         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
3416
3417 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
3418
3419         * TabControlTest.cs: Added tests for Control.RemoveAt.
3420
3421 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3422
3423         * ListViewItemTest.cs: 
3424         * ListViewCollectionsTest.cs: Add tests for the new 2.0
3425         ListViewItemCollection methods (IndexOfKey, ContainsKey,
3426         new indexer overload, Find, RemoveByKey).
3427
3428 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
3429
3430         * TextBoxTest.cs: Added test for bug #80163.
3431
3432 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
3433
3434         * ControlTest.cs: Improved Region test.
3435
3436 2006-12-12  Andreia Gaita  <avidigal@novell.com>
3437
3438         * ControlTest.cs: Add region tests.
3439
3440 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3441
3442         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
3443         
3444 2006-12-11  Chris Toshok  <toshok@ximian.com>
3445
3446         * ControlTest.cs: add some unit tests for null parameters to some
3447         of the ControlCollection methods.
3448
3449 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
3450
3451         * ControlTest.cs: Added test for invalid Dock value.
3452
3453 2006-12-11  Andreia Gaita  <avidigal@novell.com>
3454
3455         * TabControlTest.cs: add tests to check if SelectedIndex is
3456         properly set if the TabControl has no pages, before and 
3457         after the handle is created
3458
3459 2006-12-10  Chris Toshok  <toshok@ximian.com>
3460
3461         * ColumnClickEventArgsTest.cs: new tests.
3462
3463 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
3464
3465         * TabControlTest.cs: Added SelectedIndex tests.
3466
3467 2006-12-08  Chris Toshok  <toshok@ximian.com>
3468
3469         * ButtonTest.cs: add tests for DialogResult changes when setting
3470         Form.AcceptButton and Form.CancelButton.
3471
3472 2006-12-08  Chris Toshok  <toshok@ximian.com>
3473
3474         * MenuItemTest.cs: add test for menu item events when cloning menu
3475         items.  Tests for the bug in #80183.
3476
3477 2006-12-06  Chris Toshok  <toshok@ximian.com>
3478
3479         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
3480
3481         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
3482
3483 2006-12-06  Chris Toshok  <toshok@ximian.com>
3484
3485         * RadioButtonTest.cs: add a couple of test involving TabStop.
3486
3487 2006-12-06  Chris Toshok  <toshok@ximian.com>
3488
3489         * ImageListTest.cs: add a rather complicated series of assertions
3490         about the imagelist ShouldSerialize/CanReset methods.  these pass
3491         on MS and mono now, though.  yay.
3492
3493 2006-12-06  Jackson Harper  <jackson@ximian.com>
3494
3495         * TextBoxTest.cs: Add a test for Modified property.
3496         - We need to put something on the clipboard before we can paste.
3497
3498 2006-12-04  Jackson Harper  <jackson@ximian.com>
3499
3500         * TextBoxTest: More of these tests work now.
3501         - Add a test to ensure that recieving focus selects all of the
3502         text
3503
3504 2006-12-04  Chris Toshok  <toshok@ximian.com>
3505
3506         * PrintDialogTest.cs: add [Category("Printing")] to all these
3507         tests so I can exclude them.
3508
3509 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3510
3511         * StatusBarPanelTest.cs: Added a test for invalid
3512         minimum widths.
3513         
3514 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3515
3516         * MdiFormTest.cs: Change a few tests to dispose of
3517         the form when the test is finished.
3518
3519 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3520
3521         * MdiFormTest.cs: Added a few NotWorking tests for
3522         initial form location.
3523
3524 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
3525
3526         * LabelTest.cs: Add tests for sizes, test for bug #80137.
3527
3528 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3529
3530         * MdiFormTest.cs: All current NotWorking tests are now
3531         working, added a few more tests.
3532
3533 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3534
3535         * CurrencyManagerTest.cs: Added test for bug #80107.
3536
3537 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3538
3539         * DataGridTest.cs: Fixed build.
3540
3541 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3542
3543         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
3544
3545 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
3546
3547         * MenuTest.cs: Tag property assert for 2.0 profile.
3548         
3549 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
3550
3551         * ToolBarTest.cs:
3552         - Remove ButtonSize.Width and ButtonSize.Height assert because
3553         it depends of system metrics and diferent fonts can cause 
3554         diferent sizes.
3555         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
3556         now must works well.
3557         
3558 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3559
3560         * MessageTest.cs: Added test for ToString.
3561         
3562 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3563
3564         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
3565         
3566 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
3567
3568         * MenuItemTest.cs: Added test for Text property.
3569
3570 2006-11-29  Chris Toshok  <toshok@ximian.com>
3571
3572         * BindingTest.cs: add two new tests.
3573
3574 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3575
3576         * TrackBar.cs: Changed SizeTest and OrientationTest 
3577         to work on MS with both WinXP theme and Win2K theme.
3578
3579 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3580
3581         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
3582
3583 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3584
3585         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
3586
3587 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3588
3589         * FormTest.cs: Added test for bug #80052.
3590
3591 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
3592
3593         * MdiFormTest.cs: Added test for bug #80036.
3594
3595 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
3596
3597         * MdiFormTest.cs: Added NotWorking test for Form.Text.
3598
3599 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3600
3601         * FormTest.cs: Added test for bug #80020.
3602         * MdiFormTest.cs: Fixed typo, added additonal info.
3603
3604 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3605
3606         * MdiFormTest.cs: Improved Text test to also verify behavior when
3607         Text of MDI child or container is empty. Added NotWorking test for
3608         Text after MDI is maximized. Added comment with existing NotWorking
3609         test for ActiveMdiChild.
3610
3611 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3612
3613         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
3614         ToStringTest.
3615
3616 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3617         
3618         * ControlTest.cs: Added tests for #79999.
3619
3620 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3621         
3622         * MdiFormTest.cs: Added tests for WindowState (mdi 
3623         children) and Text (mdi parent with maximized mdi
3624         children).
3625
3626 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
3627
3628         * ControlEventTest.cs: Added tests for Invalidated event.
3629         * TreeNodeCollectionTest.cs: Added IList indexer tests.
3630
3631 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
3632
3633         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
3634
3635 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
3636
3637         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
3638
3639 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
3640
3641         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
3642         * UpDownTest.cs: Fixed ToStringTest.
3643
3644 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
3645
3646         * CommonDialogsTest.cs: Added
3647
3648 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3649
3650          * StatusBarPanelTest.cs: Added tests for bug #79842
3651          and tests for default properties.
3652
3653 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3654
3655         * TrackBarTest.cs: Added tests for bug #79718.
3656         
3657 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
3658
3659         * TextBoxTest.cs: Added test for bug #79851.
3660
3661 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
3662
3663         * TabControlTest.cs: Added test for bug #79847.
3664
3665 2006-11-04  Chris Toshok  <toshok@ximian.com>
3666
3667         * ControlTest.cs: enable a bunch more of these on linux, and split
3668         out problematic areas into smaller NotWorking tests.
3669
3670 2006-11-04  Chris Toshok  <toshok@ximian.com>
3671
3672         * FormTest.cs: add a few more tests to determine various aspects
3673         of the Close() method.
3674
3675 2006-11-04  Chris Toshok  <toshok@ximian.com>
3676
3677         * FormTest.cs: add a test to more accurately test for bug #79155
3678         (make sure an ObjectDisposedException is thrown if you Show() a
3679         Form you just Close()'d).
3680
3681 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3682
3683         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
3684
3685 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3686
3687         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
3688         #79812. Added (NotWorking) SelectedText tests.
3689
3690 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
3691
3692         * TextBoxTest.cs: Added tests for part of bug #79799.
3693
3694 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
3695
3696         * ControlTest.cs: Fixed build using csc 1.x.
3697
3698 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
3699
3700         * PictureBoxTest.cs: Enable the previously not working
3701           ToStringMethodTest and move the not working Image property
3702           test to its own method.
3703         * UpDownTest.cs: Added
3704
3705 2006-10-29  Chris Toshok  <toshok@ximian.com>
3706
3707         * ControlTest.cs: correct namespace and add TopLevelControlTest
3708         for bug #79781.
3709
3710 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
3711
3712         * FormTest.cs: Fix typo.
3713
3714 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3715
3716         * PropertyGridTest.cs: Enabled previously not-working tests.
3717
3718 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3719
3720         * PropertyGridTest.cs: Added some tests for PropertyGrid.
3721
3722 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3723
3724         * FocusTest.cs: add more test cases for GetNextControl.
3725         see #78650
3726
3727 2006-10-11  Chris Toshok  <toshok@ximian.com>
3728
3729         * ToolBarTest.cs: add test for ToolBarButton rectangles.
3730
3731 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
3732
3733         * ListViewCollectionsTest.cs: Added tests for bug #79415.
3734         * ListViewTest.cs: Enabled test for bug #79416.
3735
3736 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
3737
3738         * ContainerControlTest.cs: New. Add a few test cases for 
3739         GetContainerControl method.
3740
3741 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
3742
3743         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
3744
3745 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3746
3747         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
3748         as NonWorking (see bug #79552). Fixed line-endings.
3749
3750 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
3751
3752         * SystemInformationTest.cs: Add tests case for MenuFont.
3753
3754 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
3755         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
3756
3757 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
3758
3759         * SplitContainerTests.cs: Added.
3760
3761 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
3762
3763         * ListViewTest.cs: Added test for bug #79076. Added tests for 
3764         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
3765         NotWorking).
3766         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
3767         and ListViewItemCollection fixes.
3768
3769 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3770
3771         * ComboBoxTest.cs: Add tests for sorting and selection handling.
3772         Deal with a couple of exception mismatches in 2_0.
3773
3774 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3775
3776         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
3777         methods throwing ArgumentNullException.
3778
3779 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3780
3781         * ComboBoxTest.cs: Add tests for adding/modifying null items
3782         in ObjectCollection.
3783         * ListBox.cs: Likewise.
3784
3785 2006-08-08  Chris Toshok  <toshok@ximian.com>
3786
3787         * GridTableStylesCollectionTest.cs: make this fixture public so
3788         it's actually included, and add a test for changing the
3789         MappingName of a constituent TableStyle.
3790
3791 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3792
3793         * PrintDialogTest.cs: Added.
3794
3795 2006-07-21  Matt Hargett (matt@use.net)
3796
3797         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
3798
3799 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3800
3801         * ListControlTest.cs: Added DataSourceWrongArgumentType method
3802         to test the exception being thrown.
3803
3804 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3805
3806         * ListControlTest.cs: Added.
3807
3808 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
3809
3810         * EventArgsTest.cs: Added
3811
3812 2006-07-10  Chris Toshok  <toshok@ximian.com>
3813
3814         * DataGridTest.cs: make this class public so it shows up in the
3815         list of fixtures (and its tests get run).
3816
3817         * CurrencyManagerTest.cs: add a test that just spews properties
3818         about the currency manager and the datasource, as well as a test
3819         for the finalType field.
3820
3821 2006-07-07  Chris Toshok  <toshok@ximian.com>
3822
3823         * DataGridTableStyleTest.cs: couple more tests.
3824
3825 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
3826
3827         * ControlTest.cs: Added "LinkLabel with link" test
3828
3829 2006-06-30  Chris Toshok  <toshok@ximian.com>
3830
3831         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
3832         default DataGridTableStyle.
3833
3834 2006-06-23  Chris Toshok  <toshok@ximian.com>
3835
3836         * PropertyManagerTest.cs: new tests regarding the
3837         [Related]PropertyManager class.
3838
3839 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
3840
3841         * ControlTest.cs: Added tests for enabled state inheritance
3842
3843 2006-06-19  Chris Toshok  <toshok@ximian.com>
3844
3845         * CurrencyManagerTest.cs: add some tests for related currency
3846         managers.
3847
3848         * BindingContextTest.cs: add a test for
3849         BindingContext.CollectionChanged -=.  Also add a test for passing
3850         null for data_member to BindingContext.Contains.
3851
3852 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3853
3854         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
3855         setter.
3856
3857 2006-06-01  Chris Toshok  <toshok@ximian.com>
3858
3859         * CurrencyManagerTest.cs: add a few tests to see what events are
3860         being emitted in which order from AddNew, CancelCurrentEdit and
3861         EndCurrentEdit.
3862
3863 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
3864
3865         * LabelTest.cs: 
3866           - Added (still unused) fuzzy compare for events
3867           - Disabled event order tests, they are too strict
3868         * ScrollBarTest.cs: Disabled event order tests, are too strict
3869
3870 2006-05-25  Jackson Harper  <jackson@ximian.com>
3871
3872         * TreeViewTest.cs: Add a couple of default properties.  Put in
3873         correct namespace.
3874         * TabControlTest.cs: Put in correct namespace.
3875
3876 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3877
3878         * BindingContextTest.cs : added more tests for Item, Contains()
3879           and GetEnumerator().
3880
3881 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
3882
3883         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
3884
3885 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
3886
3887         Some compat fixes found by make run-test-ondotnet:
3888         * ListBoxTest.cs : they don't throw exceptions.
3889         * RichTextBoxTest.cs,
3890           ScrollBarTest.cs,
3891           ComboBoxTest.cs,
3892           ComboBoxTests.cs : Commented some lines out since they are
3893           environment (especially desktop theme) dependent.
3894           TabControlTest.cs : SetSelectedIndex() was my bad that the test
3895           needed the tab control be drawn to pass the test.
3896           Some tests are env. dependent (as well as others).
3897
3898 2006-05-16  Miguel de Icaza  <miguel@novell.com>
3899
3900         * DataGridTest.cs: Add a test case based on 78420, confirm that
3901         the fix works.
3902
3903 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3904
3905         * TabControlTest.cs : added test for bug #78395.
3906
3907 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
3908
3909         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
3910         NotWorking. Set eol-style to native.
3911
3912 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
3913
3914         * ControlTest.cs: Added backcolor tests related to transparency
3915           (bug #78026)
3916
3917 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
3918
3919         * ControlTest.cs: Ignore Invoke test, it hangs
3920
3921 2006-02-28  Matt Hargett (matt@use.net)
3922
3923         * ComboBoxTests.cs: Added
3924
3925 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
3926
3927         * ControlTest.cs: Added test for layout nesting
3928         * MonthCalendarTest.cs: Fixed typo in class name
3929
3930 2005-12-01  Jackson Harper  <jackson@ximian.com>
3931
3932          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
3933          SingleNodeIndexTest.
3934          - Fixed warning CS0219. Patches by Dieter Bremes
3935
3936 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
3937
3938         * DataGridViewElementTest.cs DataGridViewBandTest.cs
3939         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
3940         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
3941
3942         Add some DataGridView tests.
3943
3944 2005-11-11  Ankit Jain  <jankit@novell.com>
3945
3946         * RichTextBoxTest.cs: Fix typos.
3947
3948 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
3949
3950         * RichTextBoxTest.cs: Added Find() tests
3951
3952 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
3953
3954         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
3955
3956 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
3957
3958         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
3959
3960 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
3961
3962         * TabControlTest.cs : Added test case for TabControl
3963
3964 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
3965
3966         * TrackBarTest.cs : Added test case for TrackBar
3967
3968 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
3969          
3970         * DataGridBoolColumn.cs: fixes warning
3971
3972 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
3973
3974         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
3975           order for want and actual to avoid misleading errors
3976
3977 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
3978
3979         * GenerateControlStyleTest.cs: Code to auto-generate the
3980           source file ControlStyleTest.cs
3981         * ControlStyleTest.cs: Tests for testing ControlStyles
3982
3983 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
3984
3985         * Common.cs : Add common things here.
3986         * LabelTest.cs : Remove common declarations to Common.cs
3987         * ScrollBarTest.cs : Remove common declarations to Common.cs
3988                              Add more propery range / exception tests
3989                              Add more event order tests
3990                              Fix Mouse tests.
3991                              Add event arg tests.
3992
3993 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
3994
3995         * LabelTest.cs : Added more event tests (external handlers)
3996                           Added event arg checks
3997                           Fixed OnPaint tests.
3998                           Seperated invalidation tests.
3999
4000 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4001
4002         * ScrollBarTest.cs : Add more tests for event firing order
4003                              Messages to simulate mouse events
4004
4005 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
4006
4007         * ErrorProviderTest.cs : Added test case for ErrorProvider
4008
4009 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4010
4011         * LabelTest.cs : Added messages to simulate Key* events.
4012                          Key* events have tests now.
4013
4014 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4015
4016         * LabelTest.cs : Implement event firing order tests.
4017         * ScrollBarTest.cs : Implement event firing order tests.
4018
4019 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
4020          
4021         * MenuTest.cs: Fixes some tests
4022         * MenuItemTest.cs: New unit test
4023
4024 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
4025
4026        * LabelTest.cs : Several new tests.
4027        * ScrollBarTest.cs : Several new tests.
4028        * bitmaps : added dir containing images for tests.
4029
4030 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
4031
4032         * ListViewItemTest.cs: New unit test 
4033
4034 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
4035
4036         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
4037         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
4038         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
4039         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
4040         ToolBarTest.cs, MenuTest.cs
4041
4042         Remove all the tests that are giving errors. All of them should 
4043         be reviewed. Right now having this text throwing 40 errors do not
4044         help at all to do regression testing. Peter has already assigned
4045         a group of controls to every developer that will be tested and 
4046         reviewed.
4047
4048 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
4049
4050         * PictureBoxTest.cs : Test case for PictureBox
4051
4052 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
4053
4054         * MonthCalendarTest.cs : Test case for MonthCalendar
4055
4056 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
4057         
4058         * ProgressBarTest.cs : Test case for ProgressBar
4059         * ToolBarTest.cs : Test case for ToolBar
4060         * ToolTipTest.cs : Test case for ToolTip
4061         * RichTextBoxTest.cs : Test case for RichTextBox
4062
4063 2005-08-16  Martin Baulig  <martin@ximian.com>
4064
4065         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
4066         to make it compile.
4067
4068 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
4069         
4070         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
4071           ListViewTest.cs: enhancement and cleanup
4072
4073 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
4074
4075         * ImageListTest.cs   : Test case for ImageList
4076         * RadioButtonTest.cs : Test case for RadioButton
4077         * ScrollBarTest.cs   : Test case for ScrollBar
4078         * StatusBatTest.cs   : Test case for StatusBar
4079
4080 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
4081
4082         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
4083           yet implemented)
4084
4085 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
4086
4087         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
4088         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
4089
4090 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
4091
4092         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
4093
4094 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
4095
4096         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
4097           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
4098           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
4099           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
4100           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
4101           ListViewEventTest.cs :
4102                       Cleanup, Ignored tests which need manual intervention,
4103                       work still in progress.  
4104         
4105 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
4106
4107         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
4108         * GridTableStylesCollectionTest.cs: test fixes and enhancements
4109         * DataGridTest.cs: test fixes and enhancements
4110         * DataGridCellTest.cs: New unit test
4111         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
4112         * DataGridTableStyleTest.cs: test fixes and enhancements
4113
4114 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
4115
4116         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
4117           errors, streamlined a few tests, added full tab order test, still
4118           work in progress
4119
4120 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
4121         
4122         * FormTest.cs : Test case for Form
4123         * GropBoxTest : Test case for GroupBox
4124         * MenuTest.cs : Test case for Menu
4125         * ImageListTest.cs : Test case for ImageList
4126
4127 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
4128         
4129         * ListViewTest.cs : Test case for ListView
4130         * ListViewEventTest.cs : Test case for ListView events
4131         * ComboBoxTest.cs : Test case for ComboBox
4132         * FormEventTest.cs : Test case for Form events
4133
4134 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
4135         
4136         * CheckBoxTest.cs : Test case for CheckBox
4137         * CheckBoxEventTest.cs : Test case for CheckBox events
4138         * CheckedListBoxTest.cs : Test case for CheckedListBox
4139         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
4140
4141 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
4142
4143         * DataGridTextBoxColumnTest.cs: Test case
4144         * GridTableStylesCollectionTest.cs: Test case
4145         * DataGridTest.cs: Test case
4146         * GridColumnStylesCollectionTest.cs: Test case
4147         * DataGridTableStyleTest.cs: Test case
4148
4149
4150 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
4151         
4152         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
4153         * ListBoxEventTest.cs  : Test Cases for ListBox Events
4154
4155 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
4156         
4157         * TextBoxTest.cs : Test Cases for TextBox 
4158         * BUttonTest.cs  : Test Cases for Buttons
4159
4160 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
4161         
4162         * ControlEventTest.cs : Test Cases for Events 
4163         
4164 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
4165
4166         * ControlTest.cs : Minor modifications
4167
4168 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
4169         
4170         * ControlTest.cs : Test for Control
4171
4172 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
4173         * LabelPropertyTest.cs : Test for Label
4174
4175 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
4176         * TreeViewTest.cs : Test for TreeView
4177         * TreeNodeTest.cs : Test for TreeNode
4178
4179 2004-11-29  Ravindra <rkumar@novell.com> 
4180         * ImageIndexConverter.cs : Test for ImageIndexConversion.
4181         
4182
4183