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