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