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