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