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