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