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