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