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