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