* FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2
3         * FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
4           ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
5           TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
6           MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
7           ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
8           ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
9           running the tests.
10         * ApplicationTest.cs: Dispose of the 61 forms we were keeping open
11           while running the tests. Added OpenFormsTest.
12         * FormTest.cs: Dispose of the 61 forms we were keeping open while
13           running the tests. Added DialogOwnerTest.
14
15 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
16
17         * BindingNavigatorTest.cs: Added more tests to check more behaviour
18
19 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
20
21         * ToolStripDropDownTest.cs: Add Assert for default orientation.
22         * ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
23         Add test for GetNextItem.
24
25 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
26
27         * MdiFormTest.cs: Added tests for #81409.
28
29 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
30
31         * MdiFormTest.cs: Added tests for #81409.
32
33 2007-04-24  Raja R Harinath  <rharinath@novell.com>
34
35         * BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
36         API newer than present in the tree.
37
38 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
39
40         * BindingNavigatorTest.cs: Initial tests
41
42 2007-04-23  Chris Toshok  <toshok@ximian.com>
43
44         * TestHelper.cs: move RunningOnUnix here.
45
46         * FocusTest.cs: use TestHelper.RunningOnUnix.
47
48         * FormTest.cs: use TestHelper.RunningOnUnix.
49
50 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
51
52         * TableLayoutTest.cs: Add a bunch of tests I thought I had lost
53         before I lose them for real.
54
55 2007-04-21  Jonathan Pobst  <monkey@jpobst.com>
56
57         * DefaultLayoutTest.cs: Added test for bug #81397.
58
59 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
60
61         * RichTextBoxTest.cs: Added test for bug #80620.
62         * TreeViewTest.cs: Added test for bug #80620.
63         * ListViewTest.cs: Added test for bug #80620.
64         * UpDownTest.cs: Added test for bug #80620.
65         * TextBoxTest.cs: Enabled test for bug #80620.
66
67 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
68
69         * GroupBoxTest.cs: Add tests for default properties and
70         DisplayRectangle.
71
72 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
73
74         * FormTest.cs: Enabled test for bug #80773.
75
76 2007-04-17  Chris Toshok  <toshok@ximian.com>
77
78         * BindingTest.cs: remove the NotWorking from
79         BindingContextChangedTest2, and add a new, NotWorking test.
80
81 2007-04-16  Jonathan Pobst  <monkey@jpobst.com>
82
83         * ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
84         from ImageList tests and reenable tests.
85
86 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
87
88         * ToolStripItemTest.cs: Enable a bunch of tests for recently 
89         implemented properties.
90         * ToolStripManager.cs: Add tests for Merge and RevertMerge.
91
92 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
93
94         * DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
95         Enabled test after IsInEditOrNavigateMode fix.
96
97 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
98
99         * DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
100         TypeConverter usage in Edit and Commit.
101
102 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
103
104         * ListViewItemTest.cs: Added several ctor tests. Added tests to verify
105         throws exceptions. Added tests for ListViewSubItemCollection's Clear
106         and RemoteAt methods that prove that we need to ensure there's always
107         at least one subitem.
108
109 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
110
111         * ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
112         * TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.
113
114 2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
115
116         * TreeViewTest.cs: Added NotWorking test for bug #81319.
117
118 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
119
120         * ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
121           generate paint messages on Windows) and change PubPropTest to
122           accept (0,0) as a valid mouse location.
123
124 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
125
126         * DateTimePickerTest.cs: Added a few more cases to TextTest.
127
128 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
129
130         * DateTimePickerTest.cs: Added a few more cases to TextTest.
131
132 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
133
134         * MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
135
136 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
137
138         * ContainerControlTest.cs: Add RemoveActiveControlTest
139         * MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
140         * FormTest.cs: Add special window style cases.
141
142 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
143
144         * RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
145         Added ScrollBars tests.
146         * TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
147         Improved ReadOnly tests.
148
149 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
150
151         * FormHandleTest.cs: Enabled test for bug #81272.
152
153 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
154
155         * HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.
156
157 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
158
159         * UserControlTest.cs: Add test for CreateParams.
160
161 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
162
163         * FormHandleTest.cs: Added test for bug #81272.
164
165 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
166
167         * MdiFormTest.cs: Added test for #79964.
168
169 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
170
171         * ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
172         some tests I didn't mean to commit yet.
173
174 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
175
176         * StatusStripTest.cs: Added.
177         * ToolStripContainerTest.cs: Added.
178         * ToolStripContentPanelTest.cs: Added.
179         * ToolStripDropDownTest.cs: Added.
180         * ToolStripManagerTest.cs: Added.
181         * ToolStripOverflowButtonTest.cs: Added.
182         * ToolStripOverflowTest.cs: Added.
183         * ToolStripPanelTest.cs: Added.
184         * ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
185         * ToolStripStatusLabelTest.cs: Added.
186
187 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
188
189         * ListViewItemTest.cs: Add tests for constructors taking
190         an array of strings, for the ListViewSubItem constructors,
191         and for the ListViewSubItemCollection.AddRange method receiving
192         and array of null strings.
193
194 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
195
196         * ToolStripTest.cs: Fix ambiguous Category attribute.
197
198 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
199
200         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
201
202 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
203
204         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
205         * MenuStripTest.cs: General test suite.
206         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
207         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
208         * ToolStripItemTest.cs: Test for method Dispose.
209         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
210         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
211         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
212         CreateLayoutSettings.
213
214 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
215
216         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
217         work correctly.
218
219 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
220
221         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
222         tests to pass on .Net 2.0.
223
224 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
225
226         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
227         NotWorking to fix the monobuild.
228
229 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
230
231         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
232           monobuild for unknown reasons.
233         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
234           unknown reasons.
235
236 2007-03-22  Chris Toshok  <toshok@ximian.com>
237
238         * FormTest.cs: enable Location test for #80052.
239
240 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
241
242         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
243           StartLocationTest*s, since they are failiing on WinXP with XP
244           theme.
245         * FormTest.cs: Added tests for StartPosition.
246
247 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
248
249         * DefaultLayoutTest.cs: Fixed line endings.
250         * BindingSourceTest.cs: Remove a couple of warnings.
251
252 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
253
254         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
255         UseItemStyleForSubItems.
256
257 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
258
259         * EventLogger.cs: Add CountEvents.
260         * MdiFormTest.cs: Added CloseTest.
261
262 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
263
264         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
265
266 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
267
268         * RichBoxTest.cs: Enabled ReadOnly test.
269
270 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
271
272         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
273
274 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
275
276         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
277
278 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
279
280         * FormHandleTest.cs: Create new forms at a few specific places + a few
281           more corner cases. No longer not working.
282         * MdiFormHandleTest.cs: These tests are working now.
283         * FormTest.cs: IsHandleCreated is working now, the parented tests are
284           not working.
285
286 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
287
288         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
289
290 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
291
292         * RichTextBoxTest.cs: Marked failing test NotWorking.
293
294 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
295
296         * ControlTest.cs: Added InvokeTestParentHandle.
297
298 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
299
300         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
301         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
302
303 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
304
305         * ComboBoxTest.cs: Added DataBindingTest.
306
307 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
308
309         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
310           to get in.
311
312 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
313
314         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
315
316 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
317
318         * ApplicationContextTest.cs: Added NotWorking test for nested
319           application contexts.
320         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
321           on windows that won't close until the mouse is moved. Add a few
322           more corner cases to the test.
323         * MdiFormTest.cs: Add TopLevelTest.
324
325 2007-03-15  Chris Toshok  <toshok@ximian.com>
326
327         * BindingSourceTest.cs: add another test, and mark the NotWorking
328         ones so that they aren't clogging up the 2.0 build.
329
330 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
331
332         * DefaultLayoutTest.cs: Add test for bug #80912.
333
334 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
335         
336         * Common.cs, TestHelper.cs: Replaces all uses of the custom
337         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
338
339 2007-03-15  Chris Toshok  <toshok@ximian.com>
340
341         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
342         with an extra one included.
343
344 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
345
346         * FormTest.cs: Disable FormBorderStyleTest for the moment.
347         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
348         
349 2007-03-14  Jackson Harper  <jackson@ximian.com>
350
351         * TreeViewTest.cs: Some more tests pass now.
352
353 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
354
355         * ErrorProviderTest.cs: Enabled previously failing tests.
356
357 2007-03-14  Andreia Gaita  <avidigal@novell.com>
358
359         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
360         Selecting events.
361
362 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
363
364         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
365
366 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
367
368         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
369         test NotWorking. Removed extra tabs. 
370
371 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
372
373         * FormTest.cs: Add test for bug #80773.
374
375 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
376
377         * ControlTest.cs: Add test for bug #81125.
378
379 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
380
381         * FormTest.cs: Add a test showing we do not recreate the handle when
382         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
383
384 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
385
386         * ControlTest.cs: Add test for bug #80621.
387
388 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
389
390         * LinkLabelTest.cs: LinkLabel tests added.
391
392 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
393
394         * FormHandleTest.cs: Fixed build using csc 1.x.
395         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
396         * ControlHandleTest.cs: Fixed build using csc 1.x.
397         * TextBoxTest.cs: Improved test for BackColor. Added test for
398         ForeColor.
399
400 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
401
402         * TextBoxTest.cs: Isolate BackColor tests.
403
404 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
405         
406         * FormHandleTest.cs: Added.
407         * MdiFormHandleTest.cs: Added.
408
409 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
410
411         * ListViewTest.cs: Added tests for the ListView and
412         Index properties of ListViewItems in VirtualMode.
413
414         * ListViewCollectionsTest.cs: Remove warning when building
415         tests.
416
417 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
418
419         * FormTest.cs: Added tests for bug #80791 and #80574.
420
421 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
422
423         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
424
425 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
426
427         * FormTest.cs: Add tests for bugs #80574, #80791.
428
429 2007-03-05  Chris Toshok  <toshok@ximian.com>
430
431         [merge -r72718:73765 from mwf-handle-branch]
432
433         2007-03-05  Chris Toshok  <toshok@ximian.com>
434
435                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
436                 profiles.
437
438         2007-02-28  Chris Toshok  <toshok@ximian.com>
439
440                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
441                 the Control thread dies (that Application.Run returns, basically).
442                 This works in isolation, but for some reason it isn't exiting when
443                 run in concert with other tests (this test is the cause of the
444                 hangs running the unit tests.)  Marking NotWorking for the time
445                 being.  This needs to be fixed before merging back to the
446                 mainline, imo.
447
448 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
449
450         * FormTest.cs: Added MaximizedParentedFormTest.
451
452 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
453
454         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
455         by ListViewItemCollection when virtual mode is used.
456
457 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
458
459         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
460         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
461
462 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
463
464         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
465         as well as for the exceptions they throw.
466
467 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
468
469         * DefaultLayoutTest.cs: Add test for bug #80917.
470
471 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
472
473         * ListViewCollectionsTest.cs: Added and improved tests for removing
474         columns and items, and clearing the collections.
475         * ListViewTest.cs: Improved ClearTest to also verify whether removed
476         columns and items are unlinked from owning ListView.
477
478 2007-02-23  Raja R Harinath  <rharinath@novell.com>
479
480         Fix compilation error
481         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
482
483 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
484
485         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
486
487 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
488
489         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
490         is already -1.
491
492 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
493
494         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
495         FindString and FindStringExact. Improved ObjectCollection tests.
496
497 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
498
499         * ListControlTest.cs: Added test for #80794.
500
501 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
502
503         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
504           ExStyle and a test for parented forms.
505
506 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
507
508         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
509
510 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
511
512         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
513         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
514         bug is fixed.
515
516 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
517
518         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
519           GetUserDefaultLCID or not, seems like the runtime crashes on some
520           architectures instead of throwing an exception otherwise.
521
522 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
523
524         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
525           to run with en-US locale, so check it. On Windows call
526           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
527           honor Thread.CurrentCulture, only the Windows setting (and some
528           other test might have set Thread.CurrentCulture to some other
529           value, so the checking only this might fail). Added test for
530           setting invalid Text property.
531         * EventLogger.cs: Added. Takes an object and creates a class on the fly
532           that will log all the object's events.
533
534 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
535
536         * ListViewTest.cs: Added DisposeTest test for bug #80607.
537         * ColumnHeaderTest.cs: Remove the NotWorking category for
538         tests for bug #80607.
539
540 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
541
542         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
543         on PreferredHeight test for 2.0 profile.
544
545 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
546
547         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
548
549 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
550
551         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
552           PropertyManagerTest.cs, CurrencyManagerTest.cs,
553           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
554           GridColumnStylesCollectionTest.cs,
555           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
556           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
557           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
558
559 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
560
561         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
562
563 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
564
565         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
566         create PreferredHeight.
567
568 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
569
570         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
571         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
572
573 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
574
575         * FormTest.cs: Added tests for bug #80773.
576
577 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
578
579         * PrintDialogTest.cs: Added test for bug #80764.
580
581 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
582
583         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
584         test exploring interaction between Image, ImageIndex, and ImageKey.
585
586 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
587
588         * FormTest.cs: Improved test for bug #80604.
589
590 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
591
592         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
593         csc 1.x.
594
595 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
596
597         * LogGenerator.cs: Generate code that can be built using csc 1.x.
598         * ControlLogger.cs: Fixed code to compile using csc 1.x.
599
600 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
601
602         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
603           tests a lot of different custom formats.
604
605 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
606
607         * DataGridViewColumnTest.cs: Added test for bug #80746.
608
609 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
610
611         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
612
613 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
614
615         * TimerTest.cs: Added
616
617 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
618
619         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
620         and make them pass on all cultures.
621
622 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
623
624         * PaddingConverterTest.cs: Make tests non culture-dependent.
625
626 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
627
628         * TestHelper.cs: Added a helper method to remove warnings.
629
630 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
631
632         * ControlTest.cs: Removed warnings. Added CaptureTest.
633         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
634         * ControlLogger(2).cs: Added.
635
636 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
637
638         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
639
640 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
641
642         * TestHelper.cs: TesHelper class added. This class will provide some 
643         usefull methods that can be used to test Control derived classes,
644         at moment only static methods GetCreateParams, IsStyleSet and
645         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
646         and Msg is also available as public to help is control tests.
647
648 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
649
650         * ControlTest.cs: Added ControlSizeTest.
651
652 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
653
654         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
655         Mark BehaviorAutoSize as NotWorking, it is font dependent.
656
657 2007-01-29  Chris Toshok  <toshok@ximian.com>
658
659         * ControlHandleTest.cs: make this compile against mono.  we can
660         remove the __MonoCS__ ifdefs as we add properties.  Also, split
661         out the Show() tests because they were failing and I wanted to see
662         which other tests were passing.
663
664 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
665
666         * PaddingConverterTest.cs: Added.
667
668 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
669
670         * StatusBarTest.cs: Added a few more tests.
671
672 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
673
674         * ControlHandleTest.cs: Added.  Has tests to find exactly which
675         Methods and Properties create a Handle.  Not added to sources file
676         because it's written against MS, and we're probably missing some
677         methods/properties.
678
679 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
680
681         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
682         Try to make some tests not Font/DPI dependent.
683
684 2007-01-25  Chris Toshok  <toshok@ximian.com>
685
686         * SplitterTest.cs: new tests.
687
688 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
689
690         * ComboBoxTest.cs: Added tests for ResetText.
691
692 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
693
694         * ComboBoxTest.cs: Add tests for new properties.
695         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
696
697 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
698
699         * FormTest.cs: Added NotWorking test for bug #80604.
700         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
701         properties introduced in 2.0 profile.
702
703 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
704
705         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
706         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
707         it's values match MS only.
708         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
709         reworked.
710         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
711         is fixed.  Same for Constructor: A12.
712
713 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
714
715         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
716         they'll only work if you actually have a display to show them on.
717
718 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
719
720         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
721
722 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
723
724         * ToobarTest.cs: TooBar.ButtonSize tests added. 
725
726 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
727
728         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
729         There is a TODO in the DataGrid source referencing that Add should allow
730         multiple columns with the same name, but currently doesn't.
731
732 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
733
734         * ControlTest.cs: Added a tests for ControlCollection and
735         MDI children.
736
737 2007-01-23  Andreia Gaita  <avidigal@novell.com>
738
739         * SendKeysTest.cs: Marked interactive, they're unstable
740         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
741         we have to see why SetTopLevel is toggling the Form's visibility.
742         
743 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
744
745         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
746         works once in a while.
747
748 2007-01-23  Chris Toshok  <toshok@ximian.com>
749
750         * BindingSourceTest.cs: initial BindingSource tests.  not built
751         yet.
752
753 2007-01-23  Chris Toshok  <toshok@ximian.com>
754
755         * DefaultLayoutTest.cs: make the docking tests independent of
756         constants relating to the form's clientrectangle bounds, since on
757         X it has a different value when the window isn't mapped (as in
758         this case).
759
760 2007-01-23  Andreia Gaita  <avidigal@novell.com>
761
762         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
763         failing on ms.net
764
765 2007-01-23  Andreia Gaita  <avidigal@novell.com>
766
767         * SendKeysTest.cs: wrong value for Interval, should be > 0
768
769 2007-01-23  Andreia Gaita  <avidigal@novell.com>
770
771         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
772         was failing under ms.net.
773         
774         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
775         only for 1.1 - was failing under ms.net
776         
777         * ControlTest.cs: 
778                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
779                 under ms.net
780                 - TestForm: Fix incorrect assertion #4 - was failing 
781                 under ms.net
782         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
783
784 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
785
786         * FormTest.cs: Add test for bug #80574.
787
788 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
789
790         * TabControlTest.cs: Add tests for SelectTab and Selected event.
791
792 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
793
794         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
795         with other !Dock.Fill controls.
796
797 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
798
799         * DefaultLayoutTest.cs: Add test for interactions between
800         setting Dock and Anchor.
801
802 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
803
804         * TreeNodeTest.cs: Add test for 2.0 Name property.
805
806 2007-01-19  Chris Toshok  <toshok@ximian.com>
807
808         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
809         DataGrid.ReadOnly affects things.
810
811 2007-01-19  Chris Toshok  <toshok@ximian.com>
812
813         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
814         and add a couple of tests for the overloaded ReadOnly property.
815         can't figure out how it's being used, maybe all it really does is
816         chain up to base.ReadOnly.
817
818         * DataGridColumnStyleTest.cs: add some tests to see if we should
819         be mucking with the ReadOnly property when the PropertyDescriptor
820         is set (turns out we shouldn't be).
821
822 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
823
824         * FormTest.cs: Add test for bug #79959.
825
826 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
827
828         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
829         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
830
831 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
832
833         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
834
835 2007-01-18  Chris Toshok  <toshok@ximian.com>
836
837         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
838
839         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
840
841 2007-01-16  Chris Toshok  <toshok@ximian.com>
842
843         * UpDownTest.cs: add UpDownActiveControlTest.
844
845 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
846
847         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
848
849         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
850
851         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
852
853         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
854
855         * MenuStripTest.cs: Add test for MDI.
856
857         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
858
859         * ToolStripMenuItemTest.cs: Add test for MDI.   
860
861         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
862
863 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
864
865         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
866
867 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
868
869         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
870
871 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
872
873         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
874
875 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
876
877         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
878
879 2007-01-13  Andreia Gaita  <avidigal@novell.com>
880
881         * ControlTest.cs: Add test to check if Exception is raised when
882         adding a top level control (form) as a child control
883         
884 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
885
886         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
887         no links.
888
889 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
890
891         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
892         generating WM_ACTIVATE on unix.
893         * FormTest.cs: Same.
894
895 2007-01-10  Chris Toshok  <toshok@ximian.com>
896
897         * FocusTest.cs: Disable a couple of tests that rely on the
898         focus/active control state being available directly after
899         form.Show() - doesn't work on X11, since form.Show shows the
900         window asynchronously.  Also, add a large focus/enter/leave event
901         handling test andreia and I were using to correct problems in
902         ContainerControl.set_ActiveControl.
903         
904         * FormTest.cs: add a test to show that even if OnActivate is
905         overriden and not chained up to the base class, ActiveControl is
906         still set.  Unfortunately it doesn't work on the X11 backend
907         because Form.Show is necessarily an async operation.
908
909         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
910         of them.
911
912         * ApplicationContextTest.cs: same.
913
914 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
915
916         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
917         -2 values (auto resizing).
918
919 2007-01-10  Chris Toshok  <toshok@ximian.com>
920
921         * ContainerControlTest.cs: add a test for setting ActiveControl to
922         a non-child control.
923
924 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
925
926         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
927
928 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
929
930         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
931
932 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
933
934         * ControlTest.cs: Added test for bug #80456.
935
936 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
937
938         * ControlPropertyEventsTest.cs: Added.  These test property getters and
939         setters and ensure that all relevant events are called on setters for
940         Control.
941
942 2007-01-04  Chris Toshok  <toshok@ximian.com>
943
944         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
945         stack trace in a comment).
946         
947         * RichTextBoxTest.cs: disable FindTest.
948         
949 2007-01-04  Andreia Gaita  <avidigal@novell.com>
950
951         * FormTest.cs: disabled ActivateTest
952         * FocusTest.cs: disabled ActiveControl_Disabled test
953
954 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
955
956         * ColumnHeaderTest.cs: New test.
957
958 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
959
960         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
961         HelpProviderTest.cs: Add tests for Tag properties.
962
963         * LinkAreaTest.cs: Add test for ToString.
964
965 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
966
967         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
968         that is DPI-dependent.
969         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
970         * TextBoxTest.cs: Ignore test that is DPI-dependent.
971
972 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
973
974         * ControlTest.cs: Added FontHeight test.
975
976 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
977
978         * ListControlTest.cs: Added test for AllowSelection.
979         * UpDownTest.cs: MockItem is now nested class.
980         * ListBoxTest.cs: Added test for AllowSelection.
981         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
982         SelectionMode, Text and ValueMember.
983
984 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
985
986         * ToolBarTest.cs: Enabled test for bug #80416.
987
988 2006-12-31  Chris Toshok  <toshok@ximian.com>
989
990         * ControlEventTest.cs: add SizeChanged to the resize/layout event
991         test.
992
993 2006-12-31  Chris Toshok  <toshok@ximian.com>
994
995         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
996         tests for Control.SetTopLevel.
997
998 2006-12-31  Andreia Gaita  <avidigal@novell.com>
999
1000         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
1001         ActiveControl tests to FocusTest, for easier management.
1002         Add Validation tests.
1003
1004 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1005
1006         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
1007
1008 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1009
1010         * ToolBarTest.cs: Added test for bug #80416.
1011
1012 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
1013
1014         * ContainerControlTest.cs: Added tests for ActiveControl.
1015
1016 2006-12-30  Chris Toshok  <toshok@ximian.com>
1017
1018         * DefaultLayoutTest.cs: add some more variants for the test for
1019         80336, and remove the NotWorking from the 80336 test.
1020
1021         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
1022         can exclude them.
1023
1024 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1025
1026         * DataGridTest.cs: Fixed compiler warnings.
1027
1028 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1029
1030         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
1031         until Theme.DefaultFont change is approved.
1032
1033 2006-12-29  Chris Toshok  <toshok@ximian.com>
1034
1035         * ControlEventTest.cs: add a test to determine the ordering of
1036         Layout/Resize events.
1037
1038 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1039
1040         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
1041
1042 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1043
1044         * ControlTest.cs: Added test for Font and ResetFont.
1045         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
1046
1047 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1048
1049         * ControlTest.cs: Improved DoubleBufferedTest.
1050
1051 2006-12-28  Chris Toshok  <toshok@ximian.com>
1052
1053         * ControlTest.cs: add a test to check whether parent.PerformLayout
1054         is called from OnResized (it isn't).
1055
1056         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
1057         including the (not working) test case in bug #80336.  Move the
1058         docking/undocking tests here.
1059
1060 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1061
1062         * ControlTest.cs: More tests for double buffers.
1063         
1064 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1065
1066         * ControlTest.cs: Added double buffering tests.
1067
1068 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1069
1070         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
1071         test for invisible control.
1072
1073 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1074
1075         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
1076         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
1077
1078 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
1079
1080         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
1081         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
1082         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
1083
1084 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1085
1086         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
1087         
1088 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1089
1090         * ScrollableControlTest.cs: Added tests for AutoScroll and
1091         AutoScrollMinSize.
1092
1093 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1094
1095         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
1096
1097 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1098
1099         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
1100
1101 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1102
1103         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
1104         IsFormatProviderDefault.
1105         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
1106         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
1107
1108 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1109
1110         * DateTimePickerTest.cs: Fixed line endings.    
1111         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
1112
1113 2006-12-23  Daniel Nauck  <dna@mono-project.de>
1114
1115         * UserControlTest.cs: Add.
1116
1117 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1118
1119         * ControlTest.cs: Enabled test for bug #80280.
1120
1121 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
1122
1123         * RichTextBoxTest.cs: Added test for bug #80301.
1124         * TextBoxTest.cs: Added test for bug #80301.
1125
1126 2006-12-21  Daniel Nauck  <dna@mono-project.de>
1127
1128         * ComboBoxTest.cs,
1129         TextBoxTest.cs: Added AutoComplete property tests.
1130
1131 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1132         
1133         * DateTimePickerTest.cs: Created.
1134         
1135 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1136
1137         * MonthCalendarTest.cs: 
1138         - Enable tests again.
1139         - Added tests for *BoldedDates.
1140         
1141         * ControlTest.cs: Added test for BackgroundImageLayout.
1142         
1143 2006-12-19  Chris Toshok  <toshok@ximian.com>
1144
1145         * DataGridViewBandTest.cs: nuke this file, as there's no way to
1146         construct a DataGridViewBand in isolation (exception through
1147         reflection).
1148
1149 2006-12-19  Chris Toshok  <toshok@ximian.com>
1150
1151         * RowStyleTest.cs: unit tests for RowStyle.
1152
1153         * ColumnStyleTest.cs: unit tests for ColumnStyle.
1154
1155 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1156
1157         * ListViewCollectionsTest.cs: Added tests for the new 2.0
1158         methods and properties (SelectedIndexCollection,
1159         SelectedItemCollection, and ListViewSubItemCollection).
1160         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
1161
1162 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
1163
1164         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
1165         AddRange overloads.
1166         * TreeViewTest.cs: Fixed ExpandAll tests.
1167
1168 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1169
1170         * ApplicationTest.cs: Restart () test is 2.0 only.
1171
1172 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1173
1174         * ApplicationTest.cs: Added test for Restart ().
1175
1176 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1177
1178         * MonthCalendarTest.cs: Added test for DefaultMargin.
1179
1180 2006-12-18  Daniel Nauck  <dna@mono-project.de>
1181
1182         * DataGridViewAdvancedBorderStyleTest.cs,
1183         DataGridViewRowTest.cs,
1184         DataGridViewElementTest.cs,
1185         DataGridViewCellTest.cs,
1186         DataGridViewCellStyleTest.cs,
1187         DataGridViewTest.cs: fixed NUnit obsolete warnings and
1188         DataGridView tests against .NET 2.0
1189
1190 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1191
1192         * ButtonTest.cs: Added tests for FlatButtonAppearance.
1193
1194 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1195
1196         * TreeViewTest.cs: Added tests for bug #80284.
1197
1198 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1199
1200         * ControlTest.cs: Added (notworking) test for bug #80280.
1201         Removed extra tabs.
1202
1203 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1204         
1205         * TabControlTest.cs: Fixed SelectedIndex tests
1206         for MS.NET 2.0
1207
1208 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1209
1210         * SendKeysTest.cs: Test cases for SendKeys
1211
1212         These tests can only run in ms.net one at a time.
1213         Since ms.net apparently hooks the keyboard to 
1214         implement this, running two tests in a row
1215         makes the second test run before the hook
1216         of the first test is released, effectively
1217         hanging the keyboard. CTRL-ALT-DEL releases
1218         the keyboard, but the test still hangs.
1219         Running each test separately works.
1220  
1221
1222 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1223
1224         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
1225
1226 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1227
1228         * PaddingTest.cs: new tests for Padding.
1229
1230 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1231
1232         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
1233         * ListViewItemTest.cs: add new ListViewSubItem text property test.
1234
1235 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1236
1237         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
1238
1239 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1240
1241         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
1242
1243 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1244
1245         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
1246
1247 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1248
1249         * ListViewGroupTest.cs: new tests for ListViewGroups.
1250         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
1251
1252 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
1253
1254         * TabControlTest.cs: Added tests for Control.RemoveAt.
1255
1256 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1257
1258         * ListViewItemTest.cs: 
1259         * ListViewCollectionsTest.cs: Add tests for the new 2.0
1260         ListViewItemCollection methods (IndexOfKey, ContainsKey,
1261         new indexer overload, Find, RemoveByKey).
1262
1263 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1264
1265         * TextBoxTest.cs: Added test for bug #80163.
1266
1267 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1268
1269         * ControlTest.cs: Improved Region test.
1270
1271 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1272
1273         * ControlTest.cs: Add region tests.
1274
1275 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1276
1277         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
1278         
1279 2006-12-11  Chris Toshok  <toshok@ximian.com>
1280
1281         * ControlTest.cs: add some unit tests for null parameters to some
1282         of the ControlCollection methods.
1283
1284 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1285
1286         * ControlTest.cs: Added test for invalid Dock value.
1287
1288 2006-12-11  Andreia Gaita  <avidigal@novell.com>
1289
1290         * TabControlTest.cs: add tests to check if SelectedIndex is
1291         properly set if the TabControl has no pages, before and 
1292         after the handle is created
1293
1294 2006-12-10  Chris Toshok  <toshok@ximian.com>
1295
1296         * ColumnClickEventArgsTest.cs: new tests.
1297
1298 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
1299
1300         * TabControlTest.cs: Added SelectedIndex tests.
1301
1302 2006-12-08  Chris Toshok  <toshok@ximian.com>
1303
1304         * ButtonTest.cs: add tests for DialogResult changes when setting
1305         Form.AcceptButton and Form.CancelButton.
1306
1307 2006-12-08  Chris Toshok  <toshok@ximian.com>
1308
1309         * MenuItemTest.cs: add test for menu item events when cloning menu
1310         items.  Tests for the bug in #80183.
1311
1312 2006-12-06  Chris Toshok  <toshok@ximian.com>
1313
1314         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
1315
1316         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
1317
1318 2006-12-06  Chris Toshok  <toshok@ximian.com>
1319
1320         * RadioButtonTest.cs: add a couple of test involving TabStop.
1321
1322 2006-12-06  Chris Toshok  <toshok@ximian.com>
1323
1324         * ImageListTest.cs: add a rather complicated series of assertions
1325         about the imagelist ShouldSerialize/CanReset methods.  these pass
1326         on MS and mono now, though.  yay.
1327
1328 2006-12-06  Jackson Harper  <jackson@ximian.com>
1329
1330         * TextBoxTest.cs: Add a test for Modified property.
1331         - We need to put something on the clipboard before we can paste.
1332
1333 2006-12-04  Jackson Harper  <jackson@ximian.com>
1334
1335         * TextBoxTest: More of these tests work now.
1336         - Add a test to ensure that recieving focus selects all of the
1337         text
1338
1339 2006-12-04  Chris Toshok  <toshok@ximian.com>
1340
1341         * PrintDialogTest.cs: add [Category("Printing")] to all these
1342         tests so I can exclude them.
1343
1344 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1345
1346         * StatusBarPanelTest.cs: Added a test for invalid
1347         minimum widths.
1348         
1349 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1350
1351         * MdiFormTest.cs: Change a few tests to dispose of
1352         the form when the test is finished.
1353
1354 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1355
1356         * MdiFormTest.cs: Added a few NotWorking tests for
1357         initial form location.
1358
1359 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
1360
1361         * LabelTest.cs: Add tests for sizes, test for bug #80137.
1362
1363 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1364
1365         * MdiFormTest.cs: All current NotWorking tests are now
1366         working, added a few more tests.
1367
1368 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1369
1370         * CurrencyManagerTest.cs: Added test for bug #80107.
1371
1372 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1373
1374         * DataGridTest.cs: Fixed build.
1375
1376 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1377
1378         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
1379
1380 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1381
1382         * MenuTest.cs: Tag property assert for 2.0 profile.
1383         
1384 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1385
1386         * ToolBarTest.cs:
1387         - Remove ButtonSize.Width and ButtonSize.Height assert because
1388         it depends of system metrics and diferent fonts can cause 
1389         diferent sizes.
1390         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
1391         now must works well.
1392         
1393 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1394
1395         * MessageTest.cs: Added test for ToString.
1396         
1397 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1398
1399         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
1400         
1401 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
1402
1403         * MenuItemTest.cs: Added test for Text property.
1404
1405 2006-11-29  Chris Toshok  <toshok@ximian.com>
1406
1407         * BindingTest.cs: add two new tests.
1408
1409 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1410
1411         * TrackBar.cs: Changed SizeTest and OrientationTest 
1412         to work on MS with both WinXP theme and Win2K theme.
1413
1414 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1415
1416         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
1417
1418 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1419
1420         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
1421
1422 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1423
1424         * FormTest.cs: Added test for bug #80052.
1425
1426 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
1427
1428         * MdiFormTest.cs: Added test for bug #80036.
1429
1430 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
1431
1432         * MdiFormTest.cs: Added NotWorking test for Form.Text.
1433
1434 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1435
1436         * FormTest.cs: Added test for bug #80020.
1437         * MdiFormTest.cs: Fixed typo, added additonal info.
1438
1439 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1440
1441         * MdiFormTest.cs: Improved Text test to also verify behavior when
1442         Text of MDI child or container is empty. Added NotWorking test for
1443         Text after MDI is maximized. Added comment with existing NotWorking
1444         test for ActiveMdiChild.
1445
1446 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1447
1448         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
1449         ToStringTest.
1450
1451 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1452         
1453         * ControlTest.cs: Added tests for #79999.
1454
1455 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1456         
1457         * MdiFormTest.cs: Added tests for WindowState (mdi 
1458         children) and Text (mdi parent with maximized mdi
1459         children).
1460
1461 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
1462
1463         * ControlEventTest.cs: Added tests for Invalidated event.
1464         * TreeNodeCollectionTest.cs: Added IList indexer tests.
1465
1466 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
1467
1468         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
1469
1470 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
1471
1472         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
1473
1474 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
1475
1476         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
1477         * UpDownTest.cs: Fixed ToStringTest.
1478
1479 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
1480
1481         * CommonDialogsTest.cs: Added
1482
1483 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1484
1485          * StatusBarPanelTest.cs: Added tests for bug #79842
1486          and tests for default properties.
1487
1488 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1489
1490         * TrackBarTest.cs: Added tests for bug #79718.
1491         
1492 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
1493
1494         * TextBoxTest.cs: Added test for bug #79851.
1495
1496 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1497
1498         * TabControlTest.cs: Added test for bug #79847.
1499
1500 2006-11-04  Chris Toshok  <toshok@ximian.com>
1501
1502         * ControlTest.cs: enable a bunch more of these on linux, and split
1503         out problematic areas into smaller NotWorking tests.
1504
1505 2006-11-04  Chris Toshok  <toshok@ximian.com>
1506
1507         * FormTest.cs: add a few more tests to determine various aspects
1508         of the Close() method.
1509
1510 2006-11-04  Chris Toshok  <toshok@ximian.com>
1511
1512         * FormTest.cs: add a test to more accurately test for bug #79155
1513         (make sure an ObjectDisposedException is thrown if you Show() a
1514         Form you just Close()'d).
1515
1516 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1517
1518         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
1519
1520 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1521
1522         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
1523         #79812. Added (NotWorking) SelectedText tests.
1524
1525 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1526
1527         * TextBoxTest.cs: Added tests for part of bug #79799.
1528
1529 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1530
1531         * ControlTest.cs: Fixed build using csc 1.x.
1532
1533 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
1534
1535         * PictureBoxTest.cs: Enable the previously not working
1536           ToStringMethodTest and move the not working Image property
1537           test to its own method.
1538         * UpDownTest.cs: Added
1539
1540 2006-10-29  Chris Toshok  <toshok@ximian.com>
1541
1542         * ControlTest.cs: correct namespace and add TopLevelControlTest
1543         for bug #79781.
1544
1545 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
1546
1547         * FormTest.cs: Fix typo.
1548
1549 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1550
1551         * PropertyGridTest.cs: Enabled previously not-working tests.
1552
1553 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1554
1555         * PropertyGridTest.cs: Added some tests for PropertyGrid.
1556
1557 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
1558
1559         * FocusTest.cs: add more test cases for GetNextControl.
1560         see #78650
1561
1562 2006-10-11  Chris Toshok  <toshok@ximian.com>
1563
1564         * ToolBarTest.cs: add test for ToolBarButton rectangles.
1565
1566 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
1567
1568         * ListViewCollectionsTest.cs: Added tests for bug #79415.
1569         * ListViewTest.cs: Enabled test for bug #79416.
1570
1571 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
1572
1573         * ContainerControlTest.cs: New. Add a few test cases for 
1574         GetContainerControl method.
1575
1576 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
1577
1578         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
1579
1580 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
1581
1582         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
1583         as NonWorking (see bug #79552). Fixed line-endings.
1584
1585 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1586
1587         * SystemInformationTest.cs: Add tests case for MenuFont.
1588
1589 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
1590         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
1591
1592 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
1593
1594         * SplitContainerTests.cs: Added.
1595
1596 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
1597
1598         * ListViewTest.cs: Added test for bug #79076. Added tests for 
1599         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
1600         NotWorking).
1601         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
1602         and ListViewItemCollection fixes.
1603
1604 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1605
1606         * ComboBoxTest.cs: Add tests for sorting and selection handling.
1607         Deal with a couple of exception mismatches in 2_0.
1608
1609 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1610
1611         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
1612         methods throwing ArgumentNullException.
1613
1614 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1615
1616         * ComboBoxTest.cs: Add tests for adding/modifying null items
1617         in ObjectCollection.
1618         * ListBox.cs: Likewise.
1619
1620 2006-08-08  Chris Toshok  <toshok@ximian.com>
1621
1622         * GridTableStylesCollectionTest.cs: make this fixture public so
1623         it's actually included, and add a test for changing the
1624         MappingName of a constituent TableStyle.
1625
1626 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1627
1628         * PrintDialogTest.cs: Added.
1629
1630 2006-07-21  Matt Hargett (matt@use.net)
1631
1632         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
1633
1634 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1635
1636         * ListControlTest.cs: Added DataSourceWrongArgumentType method
1637         to test the exception being thrown.
1638
1639 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1640
1641         * ListControlTest.cs: Added.
1642
1643 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
1644
1645         * EventArgsTest.cs: Added
1646
1647 2006-07-10  Chris Toshok  <toshok@ximian.com>
1648
1649         * DataGridTest.cs: make this class public so it shows up in the
1650         list of fixtures (and its tests get run).
1651
1652         * CurrencyManagerTest.cs: add a test that just spews properties
1653         about the currency manager and the datasource, as well as a test
1654         for the finalType field.
1655
1656 2006-07-07  Chris Toshok  <toshok@ximian.com>
1657
1658         * DataGridTableStyleTest.cs: couple more tests.
1659
1660 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
1661
1662         * ControlTest.cs: Added "LinkLabel with link" test
1663
1664 2006-06-30  Chris Toshok  <toshok@ximian.com>
1665
1666         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
1667         default DataGridTableStyle.
1668
1669 2006-06-23  Chris Toshok  <toshok@ximian.com>
1670
1671         * PropertyManagerTest.cs: new tests regarding the
1672         [Related]PropertyManager class.
1673
1674 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
1675
1676         * ControlTest.cs: Added tests for enabled state inheritance
1677
1678 2006-06-19  Chris Toshok  <toshok@ximian.com>
1679
1680         * CurrencyManagerTest.cs: add some tests for related currency
1681         managers.
1682
1683         * BindingContextTest.cs: add a test for
1684         BindingContext.CollectionChanged -=.  Also add a test for passing
1685         null for data_member to BindingContext.Contains.
1686
1687 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1688
1689         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
1690         setter.
1691
1692 2006-06-01  Chris Toshok  <toshok@ximian.com>
1693
1694         * CurrencyManagerTest.cs: add a few tests to see what events are
1695         being emitted in which order from AddNew, CancelCurrentEdit and
1696         EndCurrentEdit.
1697
1698 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
1699
1700         * LabelTest.cs: 
1701           - Added (still unused) fuzzy compare for events
1702           - Disabled event order tests, they are too strict
1703         * ScrollBarTest.cs: Disabled event order tests, are too strict
1704
1705 2006-05-25  Jackson Harper  <jackson@ximian.com>
1706
1707         * TreeViewTest.cs: Add a couple of default properties.  Put in
1708         correct namespace.
1709         * TabControlTest.cs: Put in correct namespace.
1710
1711 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1712
1713         * BindingContextTest.cs : added more tests for Item, Contains()
1714           and GetEnumerator().
1715
1716 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
1717
1718         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
1719
1720 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1721
1722         Some compat fixes found by make run-test-ondotnet:
1723         * ListBoxTest.cs : they don't throw exceptions.
1724         * RichTextBoxTest.cs,
1725           ScrollBarTest.cs,
1726           ComboBoxTest.cs,
1727           ComboBoxTests.cs : Commented some lines out since they are
1728           environment (especially desktop theme) dependent.
1729           TabControlTest.cs : SetSelectedIndex() was my bad that the test
1730           needed the tab control be drawn to pass the test.
1731           Some tests are env. dependent (as well as others).
1732
1733 2006-05-16  Miguel de Icaza  <miguel@novell.com>
1734
1735         * DataGridTest.cs: Add a test case based on 78420, confirm that
1736         the fix works.
1737
1738 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1739
1740         * TabControlTest.cs : added test for bug #78395.
1741
1742 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
1743
1744         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
1745         NotWorking. Set eol-style to native.
1746
1747 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
1748
1749         * ControlTest.cs: Added backcolor tests related to transparency
1750           (bug #78026)
1751
1752 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
1753
1754         * ControlTest.cs: Ignore Invoke test, it hangs
1755
1756 2006-02-28  Matt Hargett (matt@use.net)
1757
1758         * ComboBoxTests.cs: Added
1759
1760 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
1761
1762         * ControlTest.cs: Added test for layout nesting
1763         * MonthCalendarTest.cs: Fixed typo in class name
1764
1765 2005-12-01  Jackson Harper  <jackson@ximian.com>
1766
1767          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
1768          SingleNodeIndexTest.
1769          - Fixed warning CS0219. Patches by Dieter Bremes
1770
1771 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
1772
1773         * DataGridViewElementTest.cs DataGridViewBandTest.cs
1774         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
1775         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
1776
1777         Add some DataGridView tests.
1778
1779 2005-11-11  Ankit Jain  <jankit@novell.com>
1780
1781         * RichTextBoxTest.cs: Fix typos.
1782
1783 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
1784
1785         * RichTextBoxTest.cs: Added Find() tests
1786
1787 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
1788
1789         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
1790
1791 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
1792
1793         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
1794
1795 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
1796
1797         * TabControlTest.cs : Added test case for TabControl
1798
1799 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
1800
1801         * TrackBarTest.cs : Added test case for TrackBar
1802
1803 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
1804          
1805         * DataGridBoolColumn.cs: fixes warning
1806
1807 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
1808
1809         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
1810           order for want and actual to avoid misleading errors
1811
1812 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
1813
1814         * GenerateControlStyleTest.cs: Code to auto-generate the
1815           source file ControlStyleTest.cs
1816         * ControlStyleTest.cs: Tests for testing ControlStyles
1817
1818 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1819
1820         * Common.cs : Add common things here.
1821         * LabelTest.cs : Remove common declarations to Common.cs
1822         * ScrollBarTest.cs : Remove common declarations to Common.cs
1823                              Add more propery range / exception tests
1824                              Add more event order tests
1825                              Fix Mouse tests.
1826                              Add event arg tests.
1827
1828 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1829
1830         * LabelTest.cs : Added more event tests (external handlers)
1831                           Added event arg checks
1832                           Fixed OnPaint tests.
1833                           Seperated invalidation tests.
1834
1835 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1836
1837         * ScrollBarTest.cs : Add more tests for event firing order
1838                              Messages to simulate mouse events
1839
1840 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
1841
1842         * ErrorProviderTest.cs : Added test case for ErrorProvider
1843
1844 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1845
1846         * LabelTest.cs : Added messages to simulate Key* events.
1847                          Key* events have tests now.
1848
1849 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1850
1851         * LabelTest.cs : Implement event firing order tests.
1852         * ScrollBarTest.cs : Implement event firing order tests.
1853
1854 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
1855          
1856         * MenuTest.cs: Fixes some tests
1857         * MenuItemTest.cs: New unit test
1858
1859 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
1860
1861        * LabelTest.cs : Several new tests.
1862        * ScrollBarTest.cs : Several new tests.
1863        * bitmaps : added dir containing images for tests.
1864
1865 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
1866
1867         * ListViewItemTest.cs: New unit test 
1868
1869 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
1870
1871         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
1872         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
1873         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
1874         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
1875         ToolBarTest.cs, MenuTest.cs
1876
1877         Remove all the tests that are giving errors. All of them should 
1878         be reviewed. Right now having this text throwing 40 errors do not
1879         help at all to do regression testing. Peter has already assigned
1880         a group of controls to every developer that will be tested and 
1881         reviewed.
1882
1883 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
1884
1885         * PictureBoxTest.cs : Test case for PictureBox
1886
1887 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
1888
1889         * MonthCalendarTest.cs : Test case for MonthCalendar
1890
1891 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
1892         
1893         * ProgressBarTest.cs : Test case for ProgressBar
1894         * ToolBarTest.cs : Test case for ToolBar
1895         * ToolTipTest.cs : Test case for ToolTip
1896         * RichTextBoxTest.cs : Test case for RichTextBox
1897
1898 2005-08-16  Martin Baulig  <martin@ximian.com>
1899
1900         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
1901         to make it compile.
1902
1903 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1904         
1905         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
1906           ListViewTest.cs: enhancement and cleanup
1907
1908 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1909
1910         * ImageListTest.cs   : Test case for ImageList
1911         * RadioButtonTest.cs : Test case for RadioButton
1912         * ScrollBarTest.cs   : Test case for ScrollBar
1913         * StatusBatTest.cs   : Test case for StatusBar
1914
1915 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
1916
1917         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
1918           yet implemented)
1919
1920 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
1921
1922         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
1923         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
1924
1925 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
1926
1927         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
1928
1929 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
1930
1931         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
1932           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
1933           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
1934           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
1935           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
1936           ListViewEventTest.cs :
1937                       Cleanup, Ignored tests which need manual intervention,
1938                       work still in progress.  
1939         
1940 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
1941
1942         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
1943         * GridTableStylesCollectionTest.cs: test fixes and enhancements
1944         * DataGridTest.cs: test fixes and enhancements
1945         * DataGridCellTest.cs: New unit test
1946         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
1947         * DataGridTableStyleTest.cs: test fixes and enhancements
1948
1949 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
1950
1951         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
1952           errors, streamlined a few tests, added full tab order test, still
1953           work in progress
1954
1955 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
1956         
1957         * FormTest.cs : Test case for Form
1958         * GropBoxTest : Test case for GroupBox
1959         * MenuTest.cs : Test case for Menu
1960         * ImageListTest.cs : Test case for ImageList
1961
1962 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
1963         
1964         * ListViewTest.cs : Test case for ListView
1965         * ListViewEventTest.cs : Test case for ListView events
1966         * ComboBoxTest.cs : Test case for ComboBox
1967         * FormEventTest.cs : Test case for Form events
1968
1969 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
1970         
1971         * CheckBoxTest.cs : Test case for CheckBox
1972         * CheckBoxEventTest.cs : Test case for CheckBox events
1973         * CheckedListBoxTest.cs : Test case for CheckedListBox
1974         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
1975
1976 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
1977
1978         * DataGridTextBoxColumnTest.cs: Test case
1979         * GridTableStylesCollectionTest.cs: Test case
1980         * DataGridTest.cs: Test case
1981         * GridColumnStylesCollectionTest.cs: Test case
1982         * DataGridTableStyleTest.cs: Test case
1983
1984
1985 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
1986         
1987         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
1988         * ListBoxEventTest.cs  : Test Cases for ListBox Events
1989
1990 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
1991         
1992         * TextBoxTest.cs : Test Cases for TextBox 
1993         * BUttonTest.cs  : Test Cases for Buttons
1994
1995 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
1996         
1997         * ControlEventTest.cs : Test Cases for Events 
1998         
1999 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2000
2001         * ControlTest.cs : Minor modifications
2002
2003 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2004         
2005         * ControlTest.cs : Test for Control
2006
2007 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
2008         * LabelPropertyTest.cs : Test for Label
2009
2010 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
2011         * TreeViewTest.cs : Test for TreeView
2012         * TreeNodeTest.cs : Test for TreeNode
2013
2014 2004-11-29  Ravindra <rkumar@novell.com> 
2015         * ImageIndexConverter.cs : Test for ImageIndexConversion.
2016         
2017
2018