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