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