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