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