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