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