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