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