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