In Test/System.Windows.Forms:
[mono-project/dkf.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
blob53af30a3dc88f945682cf61c5c01de89b7b0a918
1 2007-05-17  Chris Toshok  <toshok@ximian.com>
3         * ControlBindingsCollectionTest.cs: new test file, move a test
4         from BindingTest here.
6         * BindingTest.cs (DuplicateBindingAdd): move the test to
7         ControlBindingsCollectionTest.
9         * BindingManagerBaseTest.cs (BindingsTest): enable this test.
10         passes now.
12         * DataBindingTests.cs: define #WITH_BINDINGS, since we now seem to
13         work with them.
14         (TestInsertRowBeforeCurrent): ignore this test on 2.0 though, as
15         we generate too many Binding.Format events.
16         (TestColumnAdd): ignore this test on 1.1, until System.Data
17         generates the proper (2) number of events causing us to emit
18         MetadataChanged.
20         * CurrencyManagerTest.cs (AddNew2): ignore this test for the time
21         being.  it's hitting a System.Data exception which doesn't happen
22         on MS.
24 2007-05-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
26         * TextBoxTest.cs: BackColorTest: Fix it, we may get invalidates and
27           paints after a Form.Show ().
29 2007-05-17  Andreia Gaita  <avidigal@novell.com>
31         * TabControlTest.cs: Ignore the enter/leave tests for a bit
33 2007-05-17  Andreia Gaita  <avidigal@novell.com>
35         * TabControlTest.cs: Add tests for Enter/Leave events on tabpages
37 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
39         * TreeViewImageIndexConverterTest.cs: Added.
41 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
43         * ToolStripTextBoxTest.cs: Enable tests for auto complete and shortcuts
44         enabled stuff.
46 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
48         * ImageKeyConverterTest.cs: Added.
49         * TreeViewImageKeyConverterTest.cs: Added.
51 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
53         * TextBoxTest.cs: Add test for IsInputChar method.
55 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
57         * ToolStripItemCollectionTest.cs: Removed duplicate test.
59 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
61         * ToolBarTest.cs: Add tests for toolbar size (horizontal and vertical),
62         also test #81523.
64 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
66         * ToolBarTest.cs: CreateHandleTest added.
68 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
70         * FormTest.cs: Marking test for bug 81582 as NotWorking as it fails
71         on X11.  Bug is reopened.
73 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
75         * ToolStripItemCollectionTest.cs: Enable tests.
77 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
79         * MaskedTextBoxTest.cs: Added more tests.
81 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
83         * FormTest.cs: Add test for bug 81582.
85 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
87         * ToolStripItemCollectionTest.cs: Added tests for ctor, Insert and
88         Remove.
90 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
92         * ControlTest.cs: Expand and enable test for UseWaitCursor.
94 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
96         * ControlTest.cs: Added test for IsInputChar.
98 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
100         * ControlTest.cs: Added tests for PreProcessMessage and
101         PreProcessControlMessage.
103 2007-05-08  Gert Driesen  <drieseng@users.sourceforge.net>
105         * ControlTest.cs: Added test for UseWaitCursor.
107 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
109         * ControlTest.cs: Tests demonstrating Control.AutoSize from 
110         Stefan Noack.
112 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
114         * ToolStripManagerTest.cs: Add test for bug #81477.
116 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
118         * ControlTest.cs: Expand GetChildAtPointTest to cover 2.0 cases.
120 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
122         Added.
124 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
126         * MdiFormTest.cs: Added DeactivatedEventTest.
128 2007-05-03  Chris Toshok  <toshok@ximian.com>
130         * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
131         profile as well.
133 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
135         * ApplicationTest.cs: Add a test for RaiseIdle.
137 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
139         * TreeNodeCollectionTest.cs: Add Unit tests for ContainsKey and 
140       IndexOfKey methods.
142 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
144         * DataGridViewColumnTest.cs: Added test for bug #81464, improved 
145         existing tests.
146         * DataGridViewTextBoxCellTest.cs: Added test for Value.
147         * RichTextBoxTest.cs: Added test for bug #80626.
148         * TabControlTest.cs: Added test for TabPageCollection indexer.
149         * TextBoxTest.cs: Enabled test for bug #80626.
151 2007-04-29  Andreia Gaita  <avidigal@novell.com>
153         * TabControlTest.cs: Add more 2.0 select and deselect tab tests.
155 2007-04-28  Gert Driesen  <drieseng@users.sourceforge.net>
157         * DataBindingTest.cs: Avoid using anonymous methods to allow tests to
158         build using csc 1.x.
159         * CurrencyManagerTest.cs: Same.
161 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
163         * BindingNavigatorTest.cs: Ignored failing test until a bug gets fixed
165 2007-04-27  Chris Toshok  <toshok@ximian.com>
167         * CurrencyManagerTest.cs, DataBindingTests.cs,
168         BindingManagerBaseTest.cs, BindingSourceTest.cs, BindingTest.cs:
169         lots of misc changes.
171 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
173         * ToolStripTest.cs: Fix the failing MethodGetNextItem test.
175 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
177         * FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
178           ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
179           TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
180           MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
181           ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
182           ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
183           running the tests.
184         * ApplicationTest.cs: Dispose of the 61 forms we were keeping open
185           while running the tests. Added OpenFormsTest.
186         * FormTest.cs: Dispose of the 61 forms we were keeping open while
187           running the tests. Added DialogOwnerTest.
189 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
191         * BindingNavigatorTest.cs: Added more tests to check more behaviour
193 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
195         * ToolStripDropDownTest.cs: Add Assert for default orientation.
196         * ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
197         Add test for GetNextItem.
199 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
201         * MdiFormTest.cs: Added tests for #81409.
203 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
205         * MdiFormTest.cs: Added tests for #81409.
207 2007-04-24  Raja R Harinath  <rharinath@novell.com>
209         * BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
210         API newer than present in the tree.
212 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
214         * BindingNavigatorTest.cs: Initial tests
216 2007-04-23  Chris Toshok  <toshok@ximian.com>
218         * TestHelper.cs: move RunningOnUnix here.
220         * FocusTest.cs: use TestHelper.RunningOnUnix.
222         * FormTest.cs: use TestHelper.RunningOnUnix.
224 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
226         * TableLayoutTest.cs: Add a bunch of tests I thought I had lost
227         before I lose them for real.
229 2007-04-21  Jonathan Pobst  <monkey@jpobst.com>
231         * DefaultLayoutTest.cs: Added test for bug #81397.
233 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
235         * RichTextBoxTest.cs: Added test for bug #80620.
236         * TreeViewTest.cs: Added test for bug #80620.
237         * ListViewTest.cs: Added test for bug #80620.
238         * UpDownTest.cs: Added test for bug #80620.
239         * TextBoxTest.cs: Enabled test for bug #80620.
241 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
243         * GroupBoxTest.cs: Add tests for default properties and
244         DisplayRectangle.
246 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
248         * FormTest.cs: Enabled test for bug #80773.
250 2007-04-17  Chris Toshok  <toshok@ximian.com>
252         * BindingTest.cs: remove the NotWorking from
253         BindingContextChangedTest2, and add a new, NotWorking test.
255 2007-04-16  Jonathan Pobst  <monkey@jpobst.com>
257         * ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
258         from ImageList tests and reenable tests.
260 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
262         * ToolStripItemTest.cs: Enable a bunch of tests for recently 
263         implemented properties.
264         * ToolStripManager.cs: Add tests for Merge and RevertMerge.
266 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
268         * DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
269         Enabled test after IsInEditOrNavigateMode fix.
271 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
273         * DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
274         TypeConverter usage in Edit and Commit.
276 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
278         * ListViewItemTest.cs: Added several ctor tests. Added tests to verify
279         throws exceptions. Added tests for ListViewSubItemCollection's Clear
280         and RemoteAt methods that prove that we need to ensure there's always
281         at least one subitem.
283 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
285         * ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
286         * TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.
288 2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
290         * TreeViewTest.cs: Added NotWorking test for bug #81319.
292 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
294         * ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
295           generate paint messages on Windows) and change PubPropTest to
296           accept (0,0) as a valid mouse location.
298 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
300         * DateTimePickerTest.cs: Added a few more cases to TextTest.
302 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
304         * DateTimePickerTest.cs: Added a few more cases to TextTest.
306 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
308         * MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
310 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
312         * ContainerControlTest.cs: Add RemoveActiveControlTest
313         * MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
314         * FormTest.cs: Add special window style cases.
316 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
318         * RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
319         Added ScrollBars tests.
320         * TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
321         Improved ReadOnly tests.
323 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
325         * FormHandleTest.cs: Enabled test for bug #81272.
327 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
329         * HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.
331 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
333         * UserControlTest.cs: Add test for CreateParams.
335 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
337         * FormHandleTest.cs: Added test for bug #81272.
339 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
341         * MdiFormTest.cs: Added test for #79964.
343 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
345         * ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
346         some tests I didn't mean to commit yet.
348 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
350         * StatusStripTest.cs: Added.
351         * ToolStripContainerTest.cs: Added.
352         * ToolStripContentPanelTest.cs: Added.
353         * ToolStripDropDownTest.cs: Added.
354         * ToolStripManagerTest.cs: Added.
355         * ToolStripOverflowButtonTest.cs: Added.
356         * ToolStripOverflowTest.cs: Added.
357         * ToolStripPanelTest.cs: Added.
358         * ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
359         * ToolStripStatusLabelTest.cs: Added.
361 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
363         * ListViewItemTest.cs: Add tests for constructors taking
364         an array of strings, for the ListViewSubItem constructors,
365         and for the ListViewSubItemCollection.AddRange method receiving
366         and array of null strings.
368 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
370         * ToolStripTest.cs: Fix ambiguous Category attribute.
372 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
374         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
376 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
378         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
379         * MenuStripTest.cs: General test suite.
380         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
381         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
382         * ToolStripItemTest.cs: Test for method Dispose.
383         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
384         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
385         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
386         CreateLayoutSettings.
388 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
390         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
391         work correctly.
393 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
395         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
396         tests to pass on .Net 2.0.
398 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
400         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
401         NotWorking to fix the monobuild.
403 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
405         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
406           monobuild for unknown reasons.
407         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
408           unknown reasons.
410 2007-03-22  Chris Toshok  <toshok@ximian.com>
412         * FormTest.cs: enable Location test for #80052.
414 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
416         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
417           StartLocationTest*s, since they are failiing on WinXP with XP
418           theme.
419         * FormTest.cs: Added tests for StartPosition.
421 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
423         * DefaultLayoutTest.cs: Fixed line endings.
424         * BindingSourceTest.cs: Remove a couple of warnings.
426 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
428         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
429         UseItemStyleForSubItems.
431 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
433         * EventLogger.cs: Add CountEvents.
434         * MdiFormTest.cs: Added CloseTest.
436 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
438         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
440 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
442         * RichBoxTest.cs: Enabled ReadOnly test.
444 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
446         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
448 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
450         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
452 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
454         * FormHandleTest.cs: Create new forms at a few specific places + a few
455           more corner cases. No longer not working.
456         * MdiFormHandleTest.cs: These tests are working now.
457         * FormTest.cs: IsHandleCreated is working now, the parented tests are
458           not working.
460 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
462         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
464 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
466         * RichTextBoxTest.cs: Marked failing test NotWorking.
468 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
470         * ControlTest.cs: Added InvokeTestParentHandle.
472 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
474         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
475         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
477 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
479         * ComboBoxTest.cs: Added DataBindingTest.
481 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
483         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
484           to get in.
486 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
488         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
490 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
492         * ApplicationContextTest.cs: Added NotWorking test for nested
493           application contexts.
494         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
495           on windows that won't close until the mouse is moved. Add a few
496           more corner cases to the test.
497         * MdiFormTest.cs: Add TopLevelTest.
499 2007-03-15  Chris Toshok  <toshok@ximian.com>
501         * BindingSourceTest.cs: add another test, and mark the NotWorking
502         ones so that they aren't clogging up the 2.0 build.
504 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
506         * DefaultLayoutTest.cs: Add test for bug #80912.
508 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
509         
510         * Common.cs, TestHelper.cs: Replaces all uses of the custom
511         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
513 2007-03-15  Chris Toshok  <toshok@ximian.com>
515         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
516         with an extra one included.
518 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
520         * FormTest.cs: Disable FormBorderStyleTest for the moment.
521         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
522         
523 2007-03-14  Jackson Harper  <jackson@ximian.com>
525         * TreeViewTest.cs: Some more tests pass now.
527 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
529         * ErrorProviderTest.cs: Enabled previously failing tests.
531 2007-03-14  Andreia Gaita  <avidigal@novell.com>
533         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
534         Selecting events.
536 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
538         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
540 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
542         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
543         test NotWorking. Removed extra tabs. 
545 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
547         * FormTest.cs: Add test for bug #80773.
549 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
551         * ControlTest.cs: Add test for bug #81125.
553 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
555         * FormTest.cs: Add a test showing we do not recreate the handle when
556         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
558 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
560         * ControlTest.cs: Add test for bug #80621.
562 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
564         * LinkLabelTest.cs: LinkLabel tests added.
566 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
568         * FormHandleTest.cs: Fixed build using csc 1.x.
569         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
570         * ControlHandleTest.cs: Fixed build using csc 1.x.
571         * TextBoxTest.cs: Improved test for BackColor. Added test for
572         ForeColor.
574 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
576         * TextBoxTest.cs: Isolate BackColor tests.
578 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
579         
580         * FormHandleTest.cs: Added.
581         * MdiFormHandleTest.cs: Added.
583 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
585         * ListViewTest.cs: Added tests for the ListView and
586         Index properties of ListViewItems in VirtualMode.
588         * ListViewCollectionsTest.cs: Remove warning when building
589         tests.
591 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
593         * FormTest.cs: Added tests for bug #80791 and #80574.
595 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
597         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
599 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
601         * FormTest.cs: Add tests for bugs #80574, #80791.
603 2007-03-05  Chris Toshok  <toshok@ximian.com>
605         [merge -r72718:73765 from mwf-handle-branch]
607         2007-03-05  Chris Toshok  <toshok@ximian.com>
609                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
610                 profiles.
612         2007-02-28  Chris Toshok  <toshok@ximian.com>
614                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
615                 the Control thread dies (that Application.Run returns, basically).
616                 This works in isolation, but for some reason it isn't exiting when
617                 run in concert with other tests (this test is the cause of the
618                 hangs running the unit tests.)  Marking NotWorking for the time
619                 being.  This needs to be fixed before merging back to the
620                 mainline, imo.
622 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
624         * FormTest.cs: Added MaximizedParentedFormTest.
626 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
628         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
629         by ListViewItemCollection when virtual mode is used.
631 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
633         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
634         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
636 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
638         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
639         as well as for the exceptions they throw.
641 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
643         * DefaultLayoutTest.cs: Add test for bug #80917.
645 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
647         * ListViewCollectionsTest.cs: Added and improved tests for removing
648         columns and items, and clearing the collections.
649         * ListViewTest.cs: Improved ClearTest to also verify whether removed
650         columns and items are unlinked from owning ListView.
652 2007-02-23  Raja R Harinath  <rharinath@novell.com>
654         Fix compilation error
655         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
657 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
659         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
661 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
663         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
664         is already -1.
666 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
668         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
669         FindString and FindStringExact. Improved ObjectCollection tests.
671 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
673         * ListControlTest.cs: Added test for #80794.
675 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
677         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
678           ExStyle and a test for parented forms.
680 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
682         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
684 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
686         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
687         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
688         bug is fixed.
690 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
692         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
693           GetUserDefaultLCID or not, seems like the runtime crashes on some
694           architectures instead of throwing an exception otherwise.
696 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
698         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
699           to run with en-US locale, so check it. On Windows call
700           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
701           honor Thread.CurrentCulture, only the Windows setting (and some
702           other test might have set Thread.CurrentCulture to some other
703           value, so the checking only this might fail). Added test for
704           setting invalid Text property.
705         * EventLogger.cs: Added. Takes an object and creates a class on the fly
706           that will log all the object's events.
708 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
710         * ListViewTest.cs: Added DisposeTest test for bug #80607.
711         * ColumnHeaderTest.cs: Remove the NotWorking category for
712         tests for bug #80607.
714 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
716         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
717         on PreferredHeight test for 2.0 profile.
719 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
721         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
723 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
725         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
726           PropertyManagerTest.cs, CurrencyManagerTest.cs,
727           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
728           GridColumnStylesCollectionTest.cs,
729           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
730           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
731           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
733 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
735         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
737 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
739         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
740         create PreferredHeight.
742 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
744         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
745         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
747 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
749         * FormTest.cs: Added tests for bug #80773.
751 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
753         * PrintDialogTest.cs: Added test for bug #80764.
755 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
757         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
758         test exploring interaction between Image, ImageIndex, and ImageKey.
760 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
762         * FormTest.cs: Improved test for bug #80604.
764 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
766         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
767         csc 1.x.
769 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
771         * LogGenerator.cs: Generate code that can be built using csc 1.x.
772         * ControlLogger.cs: Fixed code to compile using csc 1.x.
774 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
776         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
777           tests a lot of different custom formats.
779 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
781         * DataGridViewColumnTest.cs: Added test for bug #80746.
783 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
785         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
787 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
789         * TimerTest.cs: Added
791 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
793         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
794         and make them pass on all cultures.
796 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
798         * PaddingConverterTest.cs: Make tests non culture-dependent.
800 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
802         * TestHelper.cs: Added a helper method to remove warnings.
804 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
806         * ControlTest.cs: Removed warnings. Added CaptureTest.
807         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
808         * ControlLogger(2).cs: Added.
810 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
812         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
814 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
816         * TestHelper.cs: TesHelper class added. This class will provide some 
817         usefull methods that can be used to test Control derived classes,
818         at moment only static methods GetCreateParams, IsStyleSet and
819         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
820         and Msg is also available as public to help is control tests.
822 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
824         * ControlTest.cs: Added ControlSizeTest.
826 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
828         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
829         Mark BehaviorAutoSize as NotWorking, it is font dependent.
831 2007-01-29  Chris Toshok  <toshok@ximian.com>
833         * ControlHandleTest.cs: make this compile against mono.  we can
834         remove the __MonoCS__ ifdefs as we add properties.  Also, split
835         out the Show() tests because they were failing and I wanted to see
836         which other tests were passing.
838 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
840         * PaddingConverterTest.cs: Added.
842 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
844         * StatusBarTest.cs: Added a few more tests.
846 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
848         * ControlHandleTest.cs: Added.  Has tests to find exactly which
849         Methods and Properties create a Handle.  Not added to sources file
850         because it's written against MS, and we're probably missing some
851         methods/properties.
853 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
855         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
856         Try to make some tests not Font/DPI dependent.
858 2007-01-25  Chris Toshok  <toshok@ximian.com>
860         * SplitterTest.cs: new tests.
862 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
864         * ComboBoxTest.cs: Added tests for ResetText.
866 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
868         * ComboBoxTest.cs: Add tests for new properties.
869         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
871 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
873         * FormTest.cs: Added NotWorking test for bug #80604.
874         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
875         properties introduced in 2.0 profile.
877 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
879         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
880         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
881         it's values match MS only.
882         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
883         reworked.
884         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
885         is fixed.  Same for Constructor: A12.
887 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
889         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
890         they'll only work if you actually have a display to show them on.
892 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
894         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
896 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
898         * ToobarTest.cs: TooBar.ButtonSize tests added. 
900 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
902         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
903         There is a TODO in the DataGrid source referencing that Add should allow
904         multiple columns with the same name, but currently doesn't.
906 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
908         * ControlTest.cs: Added a tests for ControlCollection and
909         MDI children.
911 2007-01-23  Andreia Gaita  <avidigal@novell.com>
913         * SendKeysTest.cs: Marked interactive, they're unstable
914         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
915         we have to see why SetTopLevel is toggling the Form's visibility.
916         
917 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
919         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
920         works once in a while.
922 2007-01-23  Chris Toshok  <toshok@ximian.com>
924         * BindingSourceTest.cs: initial BindingSource tests.  not built
925         yet.
927 2007-01-23  Chris Toshok  <toshok@ximian.com>
929         * DefaultLayoutTest.cs: make the docking tests independent of
930         constants relating to the form's clientrectangle bounds, since on
931         X it has a different value when the window isn't mapped (as in
932         this case).
934 2007-01-23  Andreia Gaita  <avidigal@novell.com>
936         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
937         failing on ms.net
939 2007-01-23  Andreia Gaita  <avidigal@novell.com>
941         * SendKeysTest.cs: wrong value for Interval, should be > 0
943 2007-01-23  Andreia Gaita  <avidigal@novell.com>
945         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
946         was failing under ms.net.
947         
948         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
949         only for 1.1 - was failing under ms.net
950         
951         * ControlTest.cs: 
952                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
953                 under ms.net
954                 - TestForm: Fix incorrect assertion #4 - was failing 
955                 under ms.net
956         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
958 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
960         * FormTest.cs: Add test for bug #80574.
962 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
964         * TabControlTest.cs: Add tests for SelectTab and Selected event.
966 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
968         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
969         with other !Dock.Fill controls.
971 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
973         * DefaultLayoutTest.cs: Add test for interactions between
974         setting Dock and Anchor.
976 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
978         * TreeNodeTest.cs: Add test for 2.0 Name property.
980 2007-01-19  Chris Toshok  <toshok@ximian.com>
982         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
983         DataGrid.ReadOnly affects things.
985 2007-01-19  Chris Toshok  <toshok@ximian.com>
987         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
988         and add a couple of tests for the overloaded ReadOnly property.
989         can't figure out how it's being used, maybe all it really does is
990         chain up to base.ReadOnly.
992         * DataGridColumnStyleTest.cs: add some tests to see if we should
993         be mucking with the ReadOnly property when the PropertyDescriptor
994         is set (turns out we shouldn't be).
996 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
998         * FormTest.cs: Add test for bug #79959.
1000 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1002         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
1003         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
1005 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
1007         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
1009 2007-01-18  Chris Toshok  <toshok@ximian.com>
1011         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
1013         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
1015 2007-01-16  Chris Toshok  <toshok@ximian.com>
1017         * UpDownTest.cs: add UpDownActiveControlTest.
1019 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
1021         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
1023         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
1025         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
1027         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
1029         * MenuStripTest.cs: Add test for MDI.
1031         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
1033         * ToolStripMenuItemTest.cs: Add test for MDI.   
1035         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
1037 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1039         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
1041 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
1043         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
1045 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
1047         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
1049 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1051         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
1053 2007-01-13  Andreia Gaita  <avidigal@novell.com>
1055         * ControlTest.cs: Add test to check if Exception is raised when
1056         adding a top level control (form) as a child control
1057         
1058 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
1060         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
1061         no links.
1063 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
1065         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
1066         generating WM_ACTIVATE on unix.
1067         * FormTest.cs: Same.
1069 2007-01-10  Chris Toshok  <toshok@ximian.com>
1071         * FocusTest.cs: Disable a couple of tests that rely on the
1072         focus/active control state being available directly after
1073         form.Show() - doesn't work on X11, since form.Show shows the
1074         window asynchronously.  Also, add a large focus/enter/leave event
1075         handling test andreia and I were using to correct problems in
1076         ContainerControl.set_ActiveControl.
1077         
1078         * FormTest.cs: add a test to show that even if OnActivate is
1079         overriden and not chained up to the base class, ActiveControl is
1080         still set.  Unfortunately it doesn't work on the X11 backend
1081         because Form.Show is necessarily an async operation.
1083         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
1084         of them.
1086         * ApplicationContextTest.cs: same.
1088 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1090         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
1091         -2 values (auto resizing).
1093 2007-01-10  Chris Toshok  <toshok@ximian.com>
1095         * ContainerControlTest.cs: add a test for setting ActiveControl to
1096         a non-child control.
1098 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
1100         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
1102 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
1104         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
1106 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
1108         * ControlTest.cs: Added test for bug #80456.
1110 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
1112         * ControlPropertyEventsTest.cs: Added.  These test property getters and
1113         setters and ensure that all relevant events are called on setters for
1114         Control.
1116 2007-01-04  Chris Toshok  <toshok@ximian.com>
1118         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
1119         stack trace in a comment).
1120         
1121         * RichTextBoxTest.cs: disable FindTest.
1122         
1123 2007-01-04  Andreia Gaita  <avidigal@novell.com>
1125         * FormTest.cs: disabled ActivateTest
1126         * FocusTest.cs: disabled ActiveControl_Disabled test
1128 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1130         * ColumnHeaderTest.cs: New test.
1132 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
1134         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
1135         HelpProviderTest.cs: Add tests for Tag properties.
1137         * LinkAreaTest.cs: Add test for ToString.
1139 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
1141         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
1142         that is DPI-dependent.
1143         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
1144         * TextBoxTest.cs: Ignore test that is DPI-dependent.
1146 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
1148         * ControlTest.cs: Added FontHeight test.
1150 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
1152         * ListControlTest.cs: Added test for AllowSelection.
1153         * UpDownTest.cs: MockItem is now nested class.
1154         * ListBoxTest.cs: Added test for AllowSelection.
1155         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
1156         SelectionMode, Text and ValueMember.
1158 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
1160         * ToolBarTest.cs: Enabled test for bug #80416.
1162 2006-12-31  Chris Toshok  <toshok@ximian.com>
1164         * ControlEventTest.cs: add SizeChanged to the resize/layout event
1165         test.
1167 2006-12-31  Chris Toshok  <toshok@ximian.com>
1169         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
1170         tests for Control.SetTopLevel.
1172 2006-12-31  Andreia Gaita  <avidigal@novell.com>
1174         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
1175         ActiveControl tests to FocusTest, for easier management.
1176         Add Validation tests.
1178 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1180         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
1182 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1184         * ToolBarTest.cs: Added test for bug #80416.
1186 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
1188         * ContainerControlTest.cs: Added tests for ActiveControl.
1190 2006-12-30  Chris Toshok  <toshok@ximian.com>
1192         * DefaultLayoutTest.cs: add some more variants for the test for
1193         80336, and remove the NotWorking from the 80336 test.
1195         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
1196         can exclude them.
1198 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1200         * DataGridTest.cs: Fixed compiler warnings.
1202 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1204         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
1205         until Theme.DefaultFont change is approved.
1207 2006-12-29  Chris Toshok  <toshok@ximian.com>
1209         * ControlEventTest.cs: add a test to determine the ordering of
1210         Layout/Resize events.
1212 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1214         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
1216 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1218         * ControlTest.cs: Added test for Font and ResetFont.
1219         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
1221 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1223         * ControlTest.cs: Improved DoubleBufferedTest.
1225 2006-12-28  Chris Toshok  <toshok@ximian.com>
1227         * ControlTest.cs: add a test to check whether parent.PerformLayout
1228         is called from OnResized (it isn't).
1230         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
1231         including the (not working) test case in bug #80336.  Move the
1232         docking/undocking tests here.
1234 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1236         * ControlTest.cs: More tests for double buffers.
1237         
1238 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1240         * ControlTest.cs: Added double buffering tests.
1242 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1244         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
1245         test for invisible control.
1247 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1249         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
1250         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
1252 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
1254         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
1255         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
1256         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
1258 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1260         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
1261         
1262 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1264         * ScrollableControlTest.cs: Added tests for AutoScroll and
1265         AutoScrollMinSize.
1267 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1269         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
1271 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1273         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
1275 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1277         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
1278         IsFormatProviderDefault.
1279         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
1280         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
1282 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1284         * DateTimePickerTest.cs: Fixed line endings.    
1285         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
1287 2006-12-23  Daniel Nauck  <dna@mono-project.de>
1289         * UserControlTest.cs: Add.
1291 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1293         * ControlTest.cs: Enabled test for bug #80280.
1295 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
1297         * RichTextBoxTest.cs: Added test for bug #80301.
1298         * TextBoxTest.cs: Added test for bug #80301.
1300 2006-12-21  Daniel Nauck  <dna@mono-project.de>
1302         * ComboBoxTest.cs,
1303         TextBoxTest.cs: Added AutoComplete property tests.
1305 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1306         
1307         * DateTimePickerTest.cs: Created.
1308         
1309 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1311         * MonthCalendarTest.cs: 
1312         - Enable tests again.
1313         - Added tests for *BoldedDates.
1314         
1315         * ControlTest.cs: Added test for BackgroundImageLayout.
1316         
1317 2006-12-19  Chris Toshok  <toshok@ximian.com>
1319         * DataGridViewBandTest.cs: nuke this file, as there's no way to
1320         construct a DataGridViewBand in isolation (exception through
1321         reflection).
1323 2006-12-19  Chris Toshok  <toshok@ximian.com>
1325         * RowStyleTest.cs: unit tests for RowStyle.
1327         * ColumnStyleTest.cs: unit tests for ColumnStyle.
1329 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1331         * ListViewCollectionsTest.cs: Added tests for the new 2.0
1332         methods and properties (SelectedIndexCollection,
1333         SelectedItemCollection, and ListViewSubItemCollection).
1334         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
1336 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
1338         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
1339         AddRange overloads.
1340         * TreeViewTest.cs: Fixed ExpandAll tests.
1342 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1344         * ApplicationTest.cs: Restart () test is 2.0 only.
1346 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1348         * ApplicationTest.cs: Added test for Restart ().
1350 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1352         * MonthCalendarTest.cs: Added test for DefaultMargin.
1354 2006-12-18  Daniel Nauck  <dna@mono-project.de>
1356         * DataGridViewAdvancedBorderStyleTest.cs,
1357         DataGridViewRowTest.cs,
1358         DataGridViewElementTest.cs,
1359         DataGridViewCellTest.cs,
1360         DataGridViewCellStyleTest.cs,
1361         DataGridViewTest.cs: fixed NUnit obsolete warnings and
1362         DataGridView tests against .NET 2.0
1364 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1366         * ButtonTest.cs: Added tests for FlatButtonAppearance.
1368 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1370         * TreeViewTest.cs: Added tests for bug #80284.
1372 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1374         * ControlTest.cs: Added (notworking) test for bug #80280.
1375         Removed extra tabs.
1377 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1378         
1379         * TabControlTest.cs: Fixed SelectedIndex tests
1380         for MS.NET 2.0
1382 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1384         * SendKeysTest.cs: Test cases for SendKeys
1386         These tests can only run in ms.net one at a time.
1387         Since ms.net apparently hooks the keyboard to 
1388         implement this, running two tests in a row
1389         makes the second test run before the hook
1390         of the first test is released, effectively
1391         hanging the keyboard. CTRL-ALT-DEL releases
1392         the keyboard, but the test still hangs.
1393         Running each test separately works.
1396 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1398         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
1400 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1402         * PaddingTest.cs: new tests for Padding.
1404 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1406         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
1407         * ListViewItemTest.cs: add new ListViewSubItem text property test.
1409 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1411         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
1413 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1415         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
1417 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1419         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
1421 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1423         * ListViewGroupTest.cs: new tests for ListViewGroups.
1424         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
1426 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
1428         * TabControlTest.cs: Added tests for Control.RemoveAt.
1430 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1432         * ListViewItemTest.cs: 
1433         * ListViewCollectionsTest.cs: Add tests for the new 2.0
1434         ListViewItemCollection methods (IndexOfKey, ContainsKey,
1435         new indexer overload, Find, RemoveByKey).
1437 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1439         * TextBoxTest.cs: Added test for bug #80163.
1441 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1443         * ControlTest.cs: Improved Region test.
1445 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1447         * ControlTest.cs: Add region tests.
1449 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1451         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
1452         
1453 2006-12-11  Chris Toshok  <toshok@ximian.com>
1455         * ControlTest.cs: add some unit tests for null parameters to some
1456         of the ControlCollection methods.
1458 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1460         * ControlTest.cs: Added test for invalid Dock value.
1462 2006-12-11  Andreia Gaita  <avidigal@novell.com>
1464         * TabControlTest.cs: add tests to check if SelectedIndex is
1465         properly set if the TabControl has no pages, before and 
1466         after the handle is created
1468 2006-12-10  Chris Toshok  <toshok@ximian.com>
1470         * ColumnClickEventArgsTest.cs: new tests.
1472 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
1474         * TabControlTest.cs: Added SelectedIndex tests.
1476 2006-12-08  Chris Toshok  <toshok@ximian.com>
1478         * ButtonTest.cs: add tests for DialogResult changes when setting
1479         Form.AcceptButton and Form.CancelButton.
1481 2006-12-08  Chris Toshok  <toshok@ximian.com>
1483         * MenuItemTest.cs: add test for menu item events when cloning menu
1484         items.  Tests for the bug in #80183.
1486 2006-12-06  Chris Toshok  <toshok@ximian.com>
1488         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
1490         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
1492 2006-12-06  Chris Toshok  <toshok@ximian.com>
1494         * RadioButtonTest.cs: add a couple of test involving TabStop.
1496 2006-12-06  Chris Toshok  <toshok@ximian.com>
1498         * ImageListTest.cs: add a rather complicated series of assertions
1499         about the imagelist ShouldSerialize/CanReset methods.  these pass
1500         on MS and mono now, though.  yay.
1502 2006-12-06  Jackson Harper  <jackson@ximian.com>
1504         * TextBoxTest.cs: Add a test for Modified property.
1505         - We need to put something on the clipboard before we can paste.
1507 2006-12-04  Jackson Harper  <jackson@ximian.com>
1509         * TextBoxTest: More of these tests work now.
1510         - Add a test to ensure that recieving focus selects all of the
1511         text
1513 2006-12-04  Chris Toshok  <toshok@ximian.com>
1515         * PrintDialogTest.cs: add [Category("Printing")] to all these
1516         tests so I can exclude them.
1518 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1520         * StatusBarPanelTest.cs: Added a test for invalid
1521         minimum widths.
1522         
1523 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1525         * MdiFormTest.cs: Change a few tests to dispose of
1526         the form when the test is finished.
1528 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1530         * MdiFormTest.cs: Added a few NotWorking tests for
1531         initial form location.
1533 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
1535         * LabelTest.cs: Add tests for sizes, test for bug #80137.
1537 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1539         * MdiFormTest.cs: All current NotWorking tests are now
1540         working, added a few more tests.
1542 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1544         * CurrencyManagerTest.cs: Added test for bug #80107.
1546 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1548         * DataGridTest.cs: Fixed build.
1550 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1552         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
1554 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1556         * MenuTest.cs: Tag property assert for 2.0 profile.
1557         
1558 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1560         * ToolBarTest.cs:
1561         - Remove ButtonSize.Width and ButtonSize.Height assert because
1562         it depends of system metrics and diferent fonts can cause 
1563         diferent sizes.
1564         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
1565         now must works well.
1566         
1567 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1569         * MessageTest.cs: Added test for ToString.
1570         
1571 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1573         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
1574         
1575 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
1577         * MenuItemTest.cs: Added test for Text property.
1579 2006-11-29  Chris Toshok  <toshok@ximian.com>
1581         * BindingTest.cs: add two new tests.
1583 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1585         * TrackBar.cs: Changed SizeTest and OrientationTest 
1586         to work on MS with both WinXP theme and Win2K theme.
1588 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1590         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
1592 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1594         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
1596 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1598         * FormTest.cs: Added test for bug #80052.
1600 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
1602         * MdiFormTest.cs: Added test for bug #80036.
1604 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
1606         * MdiFormTest.cs: Added NotWorking test for Form.Text.
1608 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1610         * FormTest.cs: Added test for bug #80020.
1611         * MdiFormTest.cs: Fixed typo, added additonal info.
1613 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1615         * MdiFormTest.cs: Improved Text test to also verify behavior when
1616         Text of MDI child or container is empty. Added NotWorking test for
1617         Text after MDI is maximized. Added comment with existing NotWorking
1618         test for ActiveMdiChild.
1620 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1622         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
1623         ToStringTest.
1625 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1626         
1627         * ControlTest.cs: Added tests for #79999.
1629 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1630         
1631         * MdiFormTest.cs: Added tests for WindowState (mdi 
1632         children) and Text (mdi parent with maximized mdi
1633         children).
1635 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
1637         * ControlEventTest.cs: Added tests for Invalidated event.
1638         * TreeNodeCollectionTest.cs: Added IList indexer tests.
1640 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
1642         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
1644 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
1646         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
1648 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
1650         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
1651         * UpDownTest.cs: Fixed ToStringTest.
1653 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
1655         * CommonDialogsTest.cs: Added
1657 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1659          * StatusBarPanelTest.cs: Added tests for bug #79842
1660          and tests for default properties.
1662 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1664         * TrackBarTest.cs: Added tests for bug #79718.
1665         
1666 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
1668         * TextBoxTest.cs: Added test for bug #79851.
1670 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1672         * TabControlTest.cs: Added test for bug #79847.
1674 2006-11-04  Chris Toshok  <toshok@ximian.com>
1676         * ControlTest.cs: enable a bunch more of these on linux, and split
1677         out problematic areas into smaller NotWorking tests.
1679 2006-11-04  Chris Toshok  <toshok@ximian.com>
1681         * FormTest.cs: add a few more tests to determine various aspects
1682         of the Close() method.
1684 2006-11-04  Chris Toshok  <toshok@ximian.com>
1686         * FormTest.cs: add a test to more accurately test for bug #79155
1687         (make sure an ObjectDisposedException is thrown if you Show() a
1688         Form you just Close()'d).
1690 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1692         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
1694 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1696         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
1697         #79812. Added (NotWorking) SelectedText tests.
1699 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1701         * TextBoxTest.cs: Added tests for part of bug #79799.
1703 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1705         * ControlTest.cs: Fixed build using csc 1.x.
1707 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
1709         * PictureBoxTest.cs: Enable the previously not working
1710           ToStringMethodTest and move the not working Image property
1711           test to its own method.
1712         * UpDownTest.cs: Added
1714 2006-10-29  Chris Toshok  <toshok@ximian.com>
1716         * ControlTest.cs: correct namespace and add TopLevelControlTest
1717         for bug #79781.
1719 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
1721         * FormTest.cs: Fix typo.
1723 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1725         * PropertyGridTest.cs: Enabled previously not-working tests.
1727 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1729         * PropertyGridTest.cs: Added some tests for PropertyGrid.
1731 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
1733         * FocusTest.cs: add more test cases for GetNextControl.
1734         see #78650
1736 2006-10-11  Chris Toshok  <toshok@ximian.com>
1738         * ToolBarTest.cs: add test for ToolBarButton rectangles.
1740 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
1742         * ListViewCollectionsTest.cs: Added tests for bug #79415.
1743         * ListViewTest.cs: Enabled test for bug #79416.
1745 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
1747         * ContainerControlTest.cs: New. Add a few test cases for 
1748         GetContainerControl method.
1750 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
1752         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
1754 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
1756         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
1757         as NonWorking (see bug #79552). Fixed line-endings.
1759 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1761         * SystemInformationTest.cs: Add tests case for MenuFont.
1763 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
1764         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
1766 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
1768         * SplitContainerTests.cs: Added.
1770 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
1772         * ListViewTest.cs: Added test for bug #79076. Added tests for 
1773         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
1774         NotWorking).
1775         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
1776         and ListViewItemCollection fixes.
1778 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1780         * ComboBoxTest.cs: Add tests for sorting and selection handling.
1781         Deal with a couple of exception mismatches in 2_0.
1783 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1785         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
1786         methods throwing ArgumentNullException.
1788 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1790         * ComboBoxTest.cs: Add tests for adding/modifying null items
1791         in ObjectCollection.
1792         * ListBox.cs: Likewise.
1794 2006-08-08  Chris Toshok  <toshok@ximian.com>
1796         * GridTableStylesCollectionTest.cs: make this fixture public so
1797         it's actually included, and add a test for changing the
1798         MappingName of a constituent TableStyle.
1800 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1802         * PrintDialogTest.cs: Added.
1804 2006-07-21  Matt Hargett (matt@use.net)
1806         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
1808 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1810         * ListControlTest.cs: Added DataSourceWrongArgumentType method
1811         to test the exception being thrown.
1813 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1815         * ListControlTest.cs: Added.
1817 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
1819         * EventArgsTest.cs: Added
1821 2006-07-10  Chris Toshok  <toshok@ximian.com>
1823         * DataGridTest.cs: make this class public so it shows up in the
1824         list of fixtures (and its tests get run).
1826         * CurrencyManagerTest.cs: add a test that just spews properties
1827         about the currency manager and the datasource, as well as a test
1828         for the finalType field.
1830 2006-07-07  Chris Toshok  <toshok@ximian.com>
1832         * DataGridTableStyleTest.cs: couple more tests.
1834 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
1836         * ControlTest.cs: Added "LinkLabel with link" test
1838 2006-06-30  Chris Toshok  <toshok@ximian.com>
1840         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
1841         default DataGridTableStyle.
1843 2006-06-23  Chris Toshok  <toshok@ximian.com>
1845         * PropertyManagerTest.cs: new tests regarding the
1846         [Related]PropertyManager class.
1848 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
1850         * ControlTest.cs: Added tests for enabled state inheritance
1852 2006-06-19  Chris Toshok  <toshok@ximian.com>
1854         * CurrencyManagerTest.cs: add some tests for related currency
1855         managers.
1857         * BindingContextTest.cs: add a test for
1858         BindingContext.CollectionChanged -=.  Also add a test for passing
1859         null for data_member to BindingContext.Contains.
1861 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1863         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
1864         setter.
1866 2006-06-01  Chris Toshok  <toshok@ximian.com>
1868         * CurrencyManagerTest.cs: add a few tests to see what events are
1869         being emitted in which order from AddNew, CancelCurrentEdit and
1870         EndCurrentEdit.
1872 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
1874         * LabelTest.cs: 
1875           - Added (still unused) fuzzy compare for events
1876           - Disabled event order tests, they are too strict
1877         * ScrollBarTest.cs: Disabled event order tests, are too strict
1879 2006-05-25  Jackson Harper  <jackson@ximian.com>
1881         * TreeViewTest.cs: Add a couple of default properties.  Put in
1882         correct namespace.
1883         * TabControlTest.cs: Put in correct namespace.
1885 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1887         * BindingContextTest.cs : added more tests for Item, Contains()
1888           and GetEnumerator().
1890 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
1892         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
1894 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1896         Some compat fixes found by make run-test-ondotnet:
1897         * ListBoxTest.cs : they don't throw exceptions.
1898         * RichTextBoxTest.cs,
1899           ScrollBarTest.cs,
1900           ComboBoxTest.cs,
1901           ComboBoxTests.cs : Commented some lines out since they are
1902           environment (especially desktop theme) dependent.
1903           TabControlTest.cs : SetSelectedIndex() was my bad that the test
1904           needed the tab control be drawn to pass the test.
1905           Some tests are env. dependent (as well as others).
1907 2006-05-16  Miguel de Icaza  <miguel@novell.com>
1909         * DataGridTest.cs: Add a test case based on 78420, confirm that
1910         the fix works.
1912 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1914         * TabControlTest.cs : added test for bug #78395.
1916 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
1918         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
1919         NotWorking. Set eol-style to native.
1921 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
1923         * ControlTest.cs: Added backcolor tests related to transparency
1924           (bug #78026)
1926 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
1928         * ControlTest.cs: Ignore Invoke test, it hangs
1930 2006-02-28  Matt Hargett (matt@use.net)
1932         * ComboBoxTests.cs: Added
1934 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
1936         * ControlTest.cs: Added test for layout nesting
1937         * MonthCalendarTest.cs: Fixed typo in class name
1939 2005-12-01  Jackson Harper  <jackson@ximian.com>
1941          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
1942          SingleNodeIndexTest.
1943          - Fixed warning CS0219. Patches by Dieter Bremes
1945 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
1947         * DataGridViewElementTest.cs DataGridViewBandTest.cs
1948         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
1949         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
1951         Add some DataGridView tests.
1953 2005-11-11  Ankit Jain  <jankit@novell.com>
1955         * RichTextBoxTest.cs: Fix typos.
1957 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
1959         * RichTextBoxTest.cs: Added Find() tests
1961 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
1963         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
1965 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
1967         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
1969 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
1971         * TabControlTest.cs : Added test case for TabControl
1973 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
1975         * TrackBarTest.cs : Added test case for TrackBar
1977 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
1978          
1979         * DataGridBoolColumn.cs: fixes warning
1981 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
1983         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
1984           order for want and actual to avoid misleading errors
1986 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
1988         * GenerateControlStyleTest.cs: Code to auto-generate the
1989           source file ControlStyleTest.cs
1990         * ControlStyleTest.cs: Tests for testing ControlStyles
1992 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1994         * Common.cs : Add common things here.
1995         * LabelTest.cs : Remove common declarations to Common.cs
1996         * ScrollBarTest.cs : Remove common declarations to Common.cs
1997                              Add more propery range / exception tests
1998                              Add more event order tests
1999                              Fix Mouse tests.
2000                              Add event arg tests.
2002 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2004         * LabelTest.cs : Added more event tests (external handlers)
2005                           Added event arg checks
2006                           Fixed OnPaint tests.
2007                           Seperated invalidation tests.
2009 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2011         * ScrollBarTest.cs : Add more tests for event firing order
2012                              Messages to simulate mouse events
2014 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
2016         * ErrorProviderTest.cs : Added test case for ErrorProvider
2018 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2020         * LabelTest.cs : Added messages to simulate Key* events.
2021                          Key* events have tests now.
2023 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2025         * LabelTest.cs : Implement event firing order tests.
2026         * ScrollBarTest.cs : Implement event firing order tests.
2028 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
2029          
2030         * MenuTest.cs: Fixes some tests
2031         * MenuItemTest.cs: New unit test
2033 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
2035        * LabelTest.cs : Several new tests.
2036        * ScrollBarTest.cs : Several new tests.
2037        * bitmaps : added dir containing images for tests.
2039 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
2041         * ListViewItemTest.cs: New unit test 
2043 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
2045         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
2046         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
2047         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
2048         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
2049         ToolBarTest.cs, MenuTest.cs
2051         Remove all the tests that are giving errors. All of them should 
2052         be reviewed. Right now having this text throwing 40 errors do not
2053         help at all to do regression testing. Peter has already assigned
2054         a group of controls to every developer that will be tested and 
2055         reviewed.
2057 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
2059         * PictureBoxTest.cs : Test case for PictureBox
2061 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
2063         * MonthCalendarTest.cs : Test case for MonthCalendar
2065 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
2066         
2067         * ProgressBarTest.cs : Test case for ProgressBar
2068         * ToolBarTest.cs : Test case for ToolBar
2069         * ToolTipTest.cs : Test case for ToolTip
2070         * RichTextBoxTest.cs : Test case for RichTextBox
2072 2005-08-16  Martin Baulig  <martin@ximian.com>
2074         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
2075         to make it compile.
2077 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
2078         
2079         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
2080           ListViewTest.cs: enhancement and cleanup
2082 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
2084         * ImageListTest.cs   : Test case for ImageList
2085         * RadioButtonTest.cs : Test case for RadioButton
2086         * ScrollBarTest.cs   : Test case for ScrollBar
2087         * StatusBatTest.cs   : Test case for StatusBar
2089 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
2091         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
2092           yet implemented)
2094 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
2096         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
2097         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
2099 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
2101         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
2103 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
2105         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
2106           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
2107           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
2108           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
2109           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
2110           ListViewEventTest.cs :
2111                       Cleanup, Ignored tests which need manual intervention,
2112                       work still in progress.  
2113         
2114 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
2116         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
2117         * GridTableStylesCollectionTest.cs: test fixes and enhancements
2118         * DataGridTest.cs: test fixes and enhancements
2119         * DataGridCellTest.cs: New unit test
2120         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
2121         * DataGridTableStyleTest.cs: test fixes and enhancements
2123 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
2125         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
2126           errors, streamlined a few tests, added full tab order test, still
2127           work in progress
2129 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
2130         
2131         * FormTest.cs : Test case for Form
2132         * GropBoxTest : Test case for GroupBox
2133         * MenuTest.cs : Test case for Menu
2134         * ImageListTest.cs : Test case for ImageList
2136 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
2137         
2138         * ListViewTest.cs : Test case for ListView
2139         * ListViewEventTest.cs : Test case for ListView events
2140         * ComboBoxTest.cs : Test case for ComboBox
2141         * FormEventTest.cs : Test case for Form events
2143 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
2144         
2145         * CheckBoxTest.cs : Test case for CheckBox
2146         * CheckBoxEventTest.cs : Test case for CheckBox events
2147         * CheckedListBoxTest.cs : Test case for CheckedListBox
2148         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
2150 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
2152         * DataGridTextBoxColumnTest.cs: Test case
2153         * GridTableStylesCollectionTest.cs: Test case
2154         * DataGridTest.cs: Test case
2155         * GridColumnStylesCollectionTest.cs: Test case
2156         * DataGridTableStyleTest.cs: Test case
2159 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
2160         
2161         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
2162         * ListBoxEventTest.cs  : Test Cases for ListBox Events
2164 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
2165         
2166         * TextBoxTest.cs : Test Cases for TextBox 
2167         * BUttonTest.cs  : Test Cases for Buttons
2169 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
2170         
2171         * ControlEventTest.cs : Test Cases for Events 
2172         
2173 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2175         * ControlTest.cs : Minor modifications
2177 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2178         
2179         * ControlTest.cs : Test for Control
2181 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
2182         * LabelPropertyTest.cs : Test for Label
2184 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
2185         * TreeViewTest.cs : Test for TreeView
2186         * TreeNodeTest.cs : Test for TreeNode
2188 2004-11-29  Ravindra <rkumar@novell.com> 
2189         * ImageIndexConverter.cs : Test for ImageIndexConversion.
2190