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