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