2007-01-25 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
2
3         * ControlHandleTest.cs: Added.  Has tests to find exactly which
4         Methods and Properties create a Handle.  Not added to sources file
5         because it's written against MS, and we're probably missing some
6         methods/properties.
7
8 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
9
10         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
11         Try to make some tests not Font/DPI dependent.
12
13 2007-01-25  Chris Toshok  <toshok@ximian.com>
14
15         * SplitterTest.cs: new tests.
16
17 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
18
19         * ComboBoxTest.cs: Added tests for ResetText.
20
21 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
22
23         * ComboBoxTest.cs: Add tests for new properties.
24         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
25
26 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * FormTest.cs: Added NotWorking test for bug #80604.
29         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
30         properties introduced in 2.0 profile.
31
32 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
33
34         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
35         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
36         it's values match MS only.
37         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
38         reworked.
39         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
40         is fixed.  Same for Constructor: A12.
41
42 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
43
44         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
45         they'll only work if you actually have a display to show them on.
46
47 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
48
49         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
50
51 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
52
53         * ToobarTest.cs: TooBar.ButtonSize tests added. 
54
55 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
56
57         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
58         There is a TODO in the DataGrid source referencing that Add should allow
59         multiple columns with the same name, but currently doesn't.
60
61 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
62
63         * ControlTest.cs: Added a tests for ControlCollection and
64         MDI children.
65
66 2007-01-23  Andreia Gaita  <avidigal@novell.com>
67
68         * SendKeysTest.cs: Marked interactive, they're unstable
69         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
70         we have to see why SetTopLevel is toggling the Form's visibility.
71         
72 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
73
74         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
75         works once in a while.
76
77 2007-01-23  Chris Toshok  <toshok@ximian.com>
78
79         * BindingSourceTest.cs: initial BindingSource tests.  not built
80         yet.
81
82 2007-01-23  Chris Toshok  <toshok@ximian.com>
83
84         * DefaultLayoutTest.cs: make the docking tests independent of
85         constants relating to the form's clientrectangle bounds, since on
86         X it has a different value when the window isn't mapped (as in
87         this case).
88
89 2007-01-23  Andreia Gaita  <avidigal@novell.com>
90
91         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
92         failing on ms.net
93
94 2007-01-23  Andreia Gaita  <avidigal@novell.com>
95
96         * SendKeysTest.cs: wrong value for Interval, should be > 0
97
98 2007-01-23  Andreia Gaita  <avidigal@novell.com>
99
100         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
101         was failing under ms.net.
102         
103         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
104         only for 1.1 - was failing under ms.net
105         
106         * ControlTest.cs: 
107                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
108                 under ms.net
109                 - TestForm: Fix incorrect assertion #4 - was failing 
110                 under ms.net
111         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
112
113 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
114
115         * FormTest.cs: Add test for bug #80574.
116
117 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
118
119         * TabControlTest.cs: Add tests for SelectTab and Selected event.
120
121 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
122
123         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
124         with other !Dock.Fill controls.
125
126 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
127
128         * DefaultLayoutTest.cs: Add test for interactions between
129         setting Dock and Anchor.
130
131 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
132
133         * TreeNodeTest.cs: Add test for 2.0 Name property.
134
135 2007-01-19  Chris Toshok  <toshok@ximian.com>
136
137         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
138         DataGrid.ReadOnly affects things.
139
140 2007-01-19  Chris Toshok  <toshok@ximian.com>
141
142         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
143         and add a couple of tests for the overloaded ReadOnly property.
144         can't figure out how it's being used, maybe all it really does is
145         chain up to base.ReadOnly.
146
147         * DataGridColumnStyleTest.cs: add some tests to see if we should
148         be mucking with the ReadOnly property when the PropertyDescriptor
149         is set (turns out we shouldn't be).
150
151 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
152
153         * FormTest.cs: Add test for bug #79959.
154
155 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
156
157         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
158         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
159
160 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
161
162         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
163
164 2007-01-18  Chris Toshok  <toshok@ximian.com>
165
166         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
167
168         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
169
170 2007-01-16  Chris Toshok  <toshok@ximian.com>
171
172         * UpDownTest.cs: add UpDownActiveControlTest.
173
174 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
175
176         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
177
178         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
179
180         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
181
182         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
183
184         * MenuStripTest.cs: Add test for MDI.
185
186         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
187
188         * ToolStripMenuItemTest.cs: Add test for MDI.   
189
190         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
191
192 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
193
194         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
195
196 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
197
198         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
199
200 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
201
202         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
203
204 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
205
206         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
207
208 2007-01-13  Andreia Gaita  <avidigal@novell.com>
209
210         * ControlTest.cs: Add test to check if Exception is raised when
211         adding a top level control (form) as a child control
212         
213 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
214
215         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
216         no links.
217
218 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
219
220         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
221         generating WM_ACTIVATE on unix.
222         * FormTest.cs: Same.
223
224 2007-01-10  Chris Toshok  <toshok@ximian.com>
225
226         * FocusTest.cs: Disable a couple of tests that rely on the
227         focus/active control state being available directly after
228         form.Show() - doesn't work on X11, since form.Show shows the
229         window asynchronously.  Also, add a large focus/enter/leave event
230         handling test andreia and I were using to correct problems in
231         ContainerControl.set_ActiveControl.
232         
233         * FormTest.cs: add a test to show that even if OnActivate is
234         overriden and not chained up to the base class, ActiveControl is
235         still set.  Unfortunately it doesn't work on the X11 backend
236         because Form.Show is necessarily an async operation.
237
238         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
239         of them.
240
241         * ApplicationContextTest.cs: same.
242
243 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
244
245         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
246         -2 values (auto resizing).
247
248 2007-01-10  Chris Toshok  <toshok@ximian.com>
249
250         * ContainerControlTest.cs: add a test for setting ActiveControl to
251         a non-child control.
252
253 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
254
255         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
256
257 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
258
259         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
260
261 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
262
263         * ControlTest.cs: Added test for bug #80456.
264
265 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
266
267         * ControlPropertyEventsTest.cs: Added.  These test property getters and
268         setters and ensure that all relevant events are called on setters for
269         Control.
270
271 2007-01-04  Chris Toshok  <toshok@ximian.com>
272
273         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
274         stack trace in a comment).
275         
276         * RichTextBoxTest.cs: disable FindTest.
277         
278 2007-01-04  Andreia Gaita  <avidigal@novell.com>
279
280         * FormTest.cs: disabled ActivateTest
281         * FocusTest.cs: disabled ActiveControl_Disabled test
282
283 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
284
285         * ColumnHeaderTest.cs: New test.
286
287 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
288
289         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
290         HelpProviderTest.cs: Add tests for Tag properties.
291
292         * LinkAreaTest.cs: Add test for ToString.
293
294 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
295
296         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
297         that is DPI-dependent.
298         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
299         * TextBoxTest.cs: Ignore test that is DPI-dependent.
300
301 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
302
303         * ControlTest.cs: Added FontHeight test.
304
305 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
306
307         * ListControlTest.cs: Added test for AllowSelection.
308         * UpDownTest.cs: MockItem is now nested class.
309         * ListBoxTest.cs: Added test for AllowSelection.
310         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
311         SelectionMode, Text and ValueMember.
312
313 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
314
315         * ToolBarTest.cs: Enabled test for bug #80416.
316
317 2006-12-31  Chris Toshok  <toshok@ximian.com>
318
319         * ControlEventTest.cs: add SizeChanged to the resize/layout event
320         test.
321
322 2006-12-31  Chris Toshok  <toshok@ximian.com>
323
324         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
325         tests for Control.SetTopLevel.
326
327 2006-12-31  Andreia Gaita  <avidigal@novell.com>
328
329         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
330         ActiveControl tests to FocusTest, for easier management.
331         Add Validation tests.
332
333 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
334
335         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
336
337 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
338
339         * ToolBarTest.cs: Added test for bug #80416.
340
341 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
342
343         * ContainerControlTest.cs: Added tests for ActiveControl.
344
345 2006-12-30  Chris Toshok  <toshok@ximian.com>
346
347         * DefaultLayoutTest.cs: add some more variants for the test for
348         80336, and remove the NotWorking from the 80336 test.
349
350         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
351         can exclude them.
352
353 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
354
355         * DataGridTest.cs: Fixed compiler warnings.
356
357 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
358
359         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
360         until Theme.DefaultFont change is approved.
361
362 2006-12-29  Chris Toshok  <toshok@ximian.com>
363
364         * ControlEventTest.cs: add a test to determine the ordering of
365         Layout/Resize events.
366
367 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
368
369         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
370
371 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
372
373         * ControlTest.cs: Added test for Font and ResetFont.
374         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
375
376 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
377
378         * ControlTest.cs: Improved DoubleBufferedTest.
379
380 2006-12-28  Chris Toshok  <toshok@ximian.com>
381
382         * ControlTest.cs: add a test to check whether parent.PerformLayout
383         is called from OnResized (it isn't).
384
385         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
386         including the (not working) test case in bug #80336.  Move the
387         docking/undocking tests here.
388
389 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
390
391         * ControlTest.cs: More tests for double buffers.
392         
393 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
394
395         * ControlTest.cs: Added double buffering tests.
396
397 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
398
399         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
400         test for invisible control.
401
402 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
403
404         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
405         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
406
407 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
408
409         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
410         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
411         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
412
413 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
414
415         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
416         
417 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
418
419         * ScrollableControlTest.cs: Added tests for AutoScroll and
420         AutoScrollMinSize.
421
422 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
423
424         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
425
426 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
427
428         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
429
430 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
431
432         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
433         IsFormatProviderDefault.
434         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
435         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
436
437 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
438
439         * DateTimePickerTest.cs: Fixed line endings.    
440         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
441
442 2006-12-23  Daniel Nauck  <dna@mono-project.de>
443
444         * UserControlTest.cs: Add.
445
446 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
447
448         * ControlTest.cs: Enabled test for bug #80280.
449
450 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
451
452         * RichTextBoxTest.cs: Added test for bug #80301.
453         * TextBoxTest.cs: Added test for bug #80301.
454
455 2006-12-21  Daniel Nauck  <dna@mono-project.de>
456
457         * ComboBoxTest.cs,
458         TextBoxTest.cs: Added AutoComplete property tests.
459
460 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
461         
462         * DateTimePickerTest.cs: Created.
463         
464 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
465
466         * MonthCalendarTest.cs: 
467         - Enable tests again.
468         - Added tests for *BoldedDates.
469         
470         * ControlTest.cs: Added test for BackgroundImageLayout.
471         
472 2006-12-19  Chris Toshok  <toshok@ximian.com>
473
474         * DataGridViewBandTest.cs: nuke this file, as there's no way to
475         construct a DataGridViewBand in isolation (exception through
476         reflection).
477
478 2006-12-19  Chris Toshok  <toshok@ximian.com>
479
480         * RowStyleTest.cs: unit tests for RowStyle.
481
482         * ColumnStyleTest.cs: unit tests for ColumnStyle.
483
484 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
485
486         * ListViewCollectionsTest.cs: Added tests for the new 2.0
487         methods and properties (SelectedIndexCollection,
488         SelectedItemCollection, and ListViewSubItemCollection).
489         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
490
491 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
492
493         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
494         AddRange overloads.
495         * TreeViewTest.cs: Fixed ExpandAll tests.
496
497 2006-12-19  Daniel Nauck  <dna@mono-project.de>
498
499         * ApplicationTest.cs: Restart () test is 2.0 only.
500
501 2006-12-19  Daniel Nauck  <dna@mono-project.de>
502
503         * ApplicationTest.cs: Added test for Restart ().
504
505 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
506
507         * MonthCalendarTest.cs: Added test for DefaultMargin.
508
509 2006-12-18  Daniel Nauck  <dna@mono-project.de>
510
511         * DataGridViewAdvancedBorderStyleTest.cs,
512         DataGridViewRowTest.cs,
513         DataGridViewElementTest.cs,
514         DataGridViewCellTest.cs,
515         DataGridViewCellStyleTest.cs,
516         DataGridViewTest.cs: fixed NUnit obsolete warnings and
517         DataGridView tests against .NET 2.0
518
519 2006-12-17  Daniel Nauck  <dna@mono-project.de>
520
521         * ButtonTest.cs: Added tests for FlatButtonAppearance.
522
523 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
524
525         * TreeViewTest.cs: Added tests for bug #80284.
526
527 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
528
529         * ControlTest.cs: Added (notworking) test for bug #80280.
530         Removed extra tabs.
531
532 2006-12-16  Andreia Gaita  <avidigal@novell.com>
533         
534         * TabControlTest.cs: Fixed SelectedIndex tests
535         for MS.NET 2.0
536
537 2006-12-16  Andreia Gaita  <avidigal@novell.com>
538
539         * SendKeysTest.cs: Test cases for SendKeys
540
541         These tests can only run in ms.net one at a time.
542         Since ms.net apparently hooks the keyboard to 
543         implement this, running two tests in a row
544         makes the second test run before the hook
545         of the first test is released, effectively
546         hanging the keyboard. CTRL-ALT-DEL releases
547         the keyboard, but the test still hangs.
548         Running each test separately works.
549  
550
551 2006-12-16  Daniel Nauck  <dna@mono-project.de>
552
553         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
554
555 2006-12-16  Daniel Nauck  <dna@mono-project.de>
556
557         * PaddingTest.cs: new tests for Padding.
558
559 2006-12-15  Daniel Nauck  <dna@mono-project.de>
560
561         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
562         * ListViewItemTest.cs: add new ListViewSubItem text property test.
563
564 2006-12-15  Daniel Nauck  <dna@mono-project.de>
565
566         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
567
568 2006-12-15  Daniel Nauck  <dna@mono-project.de>
569
570         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
571
572 2006-12-15  Daniel Nauck  <dna@mono-project.de>
573
574         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
575
576 2006-12-15  Daniel Nauck  <dna@mono-project.de>
577
578         * ListViewGroupTest.cs: new tests for ListViewGroups.
579         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
580
581 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
582
583         * TabControlTest.cs: Added tests for Control.RemoveAt.
584
585 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
586
587         * ListViewItemTest.cs: 
588         * ListViewCollectionsTest.cs: Add tests for the new 2.0
589         ListViewItemCollection methods (IndexOfKey, ContainsKey,
590         new indexer overload, Find, RemoveByKey).
591
592 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
593
594         * TextBoxTest.cs: Added test for bug #80163.
595
596 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
597
598         * ControlTest.cs: Improved Region test.
599
600 2006-12-12  Andreia Gaita  <avidigal@novell.com>
601
602         * ControlTest.cs: Add region tests.
603
604 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
605
606         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
607         
608 2006-12-11  Chris Toshok  <toshok@ximian.com>
609
610         * ControlTest.cs: add some unit tests for null parameters to some
611         of the ControlCollection methods.
612
613 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
614
615         * ControlTest.cs: Added test for invalid Dock value.
616
617 2006-12-11  Andreia Gaita  <avidigal@novell.com>
618
619         * TabControlTest.cs: add tests to check if SelectedIndex is
620         properly set if the TabControl has no pages, before and 
621         after the handle is created
622
623 2006-12-10  Chris Toshok  <toshok@ximian.com>
624
625         * ColumnClickEventArgsTest.cs: new tests.
626
627 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
628
629         * TabControlTest.cs: Added SelectedIndex tests.
630
631 2006-12-08  Chris Toshok  <toshok@ximian.com>
632
633         * ButtonTest.cs: add tests for DialogResult changes when setting
634         Form.AcceptButton and Form.CancelButton.
635
636 2006-12-08  Chris Toshok  <toshok@ximian.com>
637
638         * MenuItemTest.cs: add test for menu item events when cloning menu
639         items.  Tests for the bug in #80183.
640
641 2006-12-06  Chris Toshok  <toshok@ximian.com>
642
643         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
644
645         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
646
647 2006-12-06  Chris Toshok  <toshok@ximian.com>
648
649         * RadioButtonTest.cs: add a couple of test involving TabStop.
650
651 2006-12-06  Chris Toshok  <toshok@ximian.com>
652
653         * ImageListTest.cs: add a rather complicated series of assertions
654         about the imagelist ShouldSerialize/CanReset methods.  these pass
655         on MS and mono now, though.  yay.
656
657 2006-12-06  Jackson Harper  <jackson@ximian.com>
658
659         * TextBoxTest.cs: Add a test for Modified property.
660         - We need to put something on the clipboard before we can paste.
661
662 2006-12-04  Jackson Harper  <jackson@ximian.com>
663
664         * TextBoxTest: More of these tests work now.
665         - Add a test to ensure that recieving focus selects all of the
666         text
667
668 2006-12-04  Chris Toshok  <toshok@ximian.com>
669
670         * PrintDialogTest.cs: add [Category("Printing")] to all these
671         tests so I can exclude them.
672
673 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
674
675         * StatusBarPanelTest.cs: Added a test for invalid
676         minimum widths.
677         
678 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
679
680         * MdiFormTest.cs: Change a few tests to dispose of
681         the form when the test is finished.
682
683 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
684
685         * MdiFormTest.cs: Added a few NotWorking tests for
686         initial form location.
687
688 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
689
690         * LabelTest.cs: Add tests for sizes, test for bug #80137.
691
692 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
693
694         * MdiFormTest.cs: All current NotWorking tests are now
695         working, added a few more tests.
696
697 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
698
699         * CurrencyManagerTest.cs: Added test for bug #80107.
700
701 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
702
703         * DataGridTest.cs: Fixed build.
704
705 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
706
707         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
708
709 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
710
711         * MenuTest.cs: Tag property assert for 2.0 profile.
712         
713 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
714
715         * ToolBarTest.cs:
716         - Remove ButtonSize.Width and ButtonSize.Height assert because
717         it depends of system metrics and diferent fonts can cause 
718         diferent sizes.
719         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
720         now must works well.
721         
722 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
723
724         * MessageTest.cs: Added test for ToString.
725         
726 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
727
728         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
729         
730 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
731
732         * MenuItemTest.cs: Added test for Text property.
733
734 2006-11-29  Chris Toshok  <toshok@ximian.com>
735
736         * BindingTest.cs: add two new tests.
737
738 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
739
740         * TrackBar.cs: Changed SizeTest and OrientationTest 
741         to work on MS with both WinXP theme and Win2K theme.
742
743 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
744
745         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
746
747 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
748
749         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
750
751 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
752
753         * FormTest.cs: Added test for bug #80052.
754
755 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
756
757         * MdiFormTest.cs: Added test for bug #80036.
758
759 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
760
761         * MdiFormTest.cs: Added NotWorking test for Form.Text.
762
763 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
764
765         * FormTest.cs: Added test for bug #80020.
766         * MdiFormTest.cs: Fixed typo, added additonal info.
767
768 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
769
770         * MdiFormTest.cs: Improved Text test to also verify behavior when
771         Text of MDI child or container is empty. Added NotWorking test for
772         Text after MDI is maximized. Added comment with existing NotWorking
773         test for ActiveMdiChild.
774
775 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
776
777         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
778         ToStringTest.
779
780 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
781         
782         * ControlTest.cs: Added tests for #79999.
783
784 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
785         
786         * MdiFormTest.cs: Added tests for WindowState (mdi 
787         children) and Text (mdi parent with maximized mdi
788         children).
789
790 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
791
792         * ControlEventTest.cs: Added tests for Invalidated event.
793         * TreeNodeCollectionTest.cs: Added IList indexer tests.
794
795 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
796
797         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
798
799 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
800
801         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
802
803 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
804
805         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
806         * UpDownTest.cs: Fixed ToStringTest.
807
808 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
809
810         * CommonDialogsTest.cs: Added
811
812 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
813
814          * StatusBarPanelTest.cs: Added tests for bug #79842
815          and tests for default properties.
816
817 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
818
819         * TrackBarTest.cs: Added tests for bug #79718.
820         
821 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
822
823         * TextBoxTest.cs: Added test for bug #79851.
824
825 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
826
827         * TabControlTest.cs: Added test for bug #79847.
828
829 2006-11-04  Chris Toshok  <toshok@ximian.com>
830
831         * ControlTest.cs: enable a bunch more of these on linux, and split
832         out problematic areas into smaller NotWorking tests.
833
834 2006-11-04  Chris Toshok  <toshok@ximian.com>
835
836         * FormTest.cs: add a few more tests to determine various aspects
837         of the Close() method.
838
839 2006-11-04  Chris Toshok  <toshok@ximian.com>
840
841         * FormTest.cs: add a test to more accurately test for bug #79155
842         (make sure an ObjectDisposedException is thrown if you Show() a
843         Form you just Close()'d).
844
845 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
846
847         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
848
849 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
850
851         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
852         #79812. Added (NotWorking) SelectedText tests.
853
854 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
855
856         * TextBoxTest.cs: Added tests for part of bug #79799.
857
858 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
859
860         * ControlTest.cs: Fixed build using csc 1.x.
861
862 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
863
864         * PictureBoxTest.cs: Enable the previously not working
865           ToStringMethodTest and move the not working Image property
866           test to its own method.
867         * UpDownTest.cs: Added
868
869 2006-10-29  Chris Toshok  <toshok@ximian.com>
870
871         * ControlTest.cs: correct namespace and add TopLevelControlTest
872         for bug #79781.
873
874 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
875
876         * FormTest.cs: Fix typo.
877
878 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
879
880         * PropertyGridTest.cs: Enabled previously not-working tests.
881
882 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
883
884         * PropertyGridTest.cs: Added some tests for PropertyGrid.
885
886 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
887
888         * FocusTest.cs: add more test cases for GetNextControl.
889         see #78650
890
891 2006-10-11  Chris Toshok  <toshok@ximian.com>
892
893         * ToolBarTest.cs: add test for ToolBarButton rectangles.
894
895 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
896
897         * ListViewCollectionsTest.cs: Added tests for bug #79415.
898         * ListViewTest.cs: Enabled test for bug #79416.
899
900 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
901
902         * ContainerControlTest.cs: New. Add a few test cases for 
903         GetContainerControl method.
904
905 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
906
907         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
908
909 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
910
911         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
912         as NonWorking (see bug #79552). Fixed line-endings.
913
914 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
915
916         * SystemInformationTest.cs: Add tests case for MenuFont.
917
918 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
919         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
920
921 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
922
923         * SplitContainerTests.cs: Added.
924
925 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
926
927         * ListViewTest.cs: Added test for bug #79076. Added tests for 
928         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
929         NotWorking).
930         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
931         and ListViewItemCollection fixes.
932
933 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
934
935         * ComboBoxTest.cs: Add tests for sorting and selection handling.
936         Deal with a couple of exception mismatches in 2_0.
937
938 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
939
940         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
941         methods throwing ArgumentNullException.
942
943 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
944
945         * ComboBoxTest.cs: Add tests for adding/modifying null items
946         in ObjectCollection.
947         * ListBox.cs: Likewise.
948
949 2006-08-08  Chris Toshok  <toshok@ximian.com>
950
951         * GridTableStylesCollectionTest.cs: make this fixture public so
952         it's actually included, and add a test for changing the
953         MappingName of a constituent TableStyle.
954
955 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
956
957         * PrintDialogTest.cs: Added.
958
959 2006-07-21  Matt Hargett (matt@use.net)
960
961         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
962
963 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
964
965         * ListControlTest.cs: Added DataSourceWrongArgumentType method
966         to test the exception being thrown.
967
968 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
969
970         * ListControlTest.cs: Added.
971
972 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
973
974         * EventArgsTest.cs: Added
975
976 2006-07-10  Chris Toshok  <toshok@ximian.com>
977
978         * DataGridTest.cs: make this class public so it shows up in the
979         list of fixtures (and its tests get run).
980
981         * CurrencyManagerTest.cs: add a test that just spews properties
982         about the currency manager and the datasource, as well as a test
983         for the finalType field.
984
985 2006-07-07  Chris Toshok  <toshok@ximian.com>
986
987         * DataGridTableStyleTest.cs: couple more tests.
988
989 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
990
991         * ControlTest.cs: Added "LinkLabel with link" test
992
993 2006-06-30  Chris Toshok  <toshok@ximian.com>
994
995         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
996         default DataGridTableStyle.
997
998 2006-06-23  Chris Toshok  <toshok@ximian.com>
999
1000         * PropertyManagerTest.cs: new tests regarding the
1001         [Related]PropertyManager class.
1002
1003 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
1004
1005         * ControlTest.cs: Added tests for enabled state inheritance
1006
1007 2006-06-19  Chris Toshok  <toshok@ximian.com>
1008
1009         * CurrencyManagerTest.cs: add some tests for related currency
1010         managers.
1011
1012         * BindingContextTest.cs: add a test for
1013         BindingContext.CollectionChanged -=.  Also add a test for passing
1014         null for data_member to BindingContext.Contains.
1015
1016 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1017
1018         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
1019         setter.
1020
1021 2006-06-01  Chris Toshok  <toshok@ximian.com>
1022
1023         * CurrencyManagerTest.cs: add a few tests to see what events are
1024         being emitted in which order from AddNew, CancelCurrentEdit and
1025         EndCurrentEdit.
1026
1027 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
1028
1029         * LabelTest.cs: 
1030           - Added (still unused) fuzzy compare for events
1031           - Disabled event order tests, they are too strict
1032         * ScrollBarTest.cs: Disabled event order tests, are too strict
1033
1034 2006-05-25  Jackson Harper  <jackson@ximian.com>
1035
1036         * TreeViewTest.cs: Add a couple of default properties.  Put in
1037         correct namespace.
1038         * TabControlTest.cs: Put in correct namespace.
1039
1040 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1041
1042         * BindingContextTest.cs : added more tests for Item, Contains()
1043           and GetEnumerator().
1044
1045 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
1046
1047         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
1048
1049 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1050
1051         Some compat fixes found by make run-test-ondotnet:
1052         * ListBoxTest.cs : they don't throw exceptions.
1053         * RichTextBoxTest.cs,
1054           ScrollBarTest.cs,
1055           ComboBoxTest.cs,
1056           ComboBoxTests.cs : Commented some lines out since they are
1057           environment (especially desktop theme) dependent.
1058           TabControlTest.cs : SetSelectedIndex() was my bad that the test
1059           needed the tab control be drawn to pass the test.
1060           Some tests are env. dependent (as well as others).
1061
1062 2006-05-16  Miguel de Icaza  <miguel@novell.com>
1063
1064         * DataGridTest.cs: Add a test case based on 78420, confirm that
1065         the fix works.
1066
1067 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1068
1069         * TabControlTest.cs : added test for bug #78395.
1070
1071 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
1072
1073         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
1074         NotWorking. Set eol-style to native.
1075
1076 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
1077
1078         * ControlTest.cs: Added backcolor tests related to transparency
1079           (bug #78026)
1080
1081 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
1082
1083         * ControlTest.cs: Ignore Invoke test, it hangs
1084
1085 2006-02-28  Matt Hargett (matt@use.net)
1086
1087         * ComboBoxTests.cs: Added
1088
1089 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
1090
1091         * ControlTest.cs: Added test for layout nesting
1092         * MonthCalendarTest.cs: Fixed typo in class name
1093
1094 2005-12-01  Jackson Harper  <jackson@ximian.com>
1095
1096          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
1097          SingleNodeIndexTest.
1098          - Fixed warning CS0219. Patches by Dieter Bremes
1099
1100 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
1101
1102         * DataGridViewElementTest.cs DataGridViewBandTest.cs
1103         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
1104         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
1105
1106         Add some DataGridView tests.
1107
1108 2005-11-11  Ankit Jain  <jankit@novell.com>
1109
1110         * RichTextBoxTest.cs: Fix typos.
1111
1112 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
1113
1114         * RichTextBoxTest.cs: Added Find() tests
1115
1116 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
1117
1118         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
1119
1120 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
1121
1122         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
1123
1124 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
1125
1126         * TabControlTest.cs : Added test case for TabControl
1127
1128 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
1129
1130         * TrackBarTest.cs : Added test case for TrackBar
1131
1132 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
1133          
1134         * DataGridBoolColumn.cs: fixes warning
1135
1136 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
1137
1138         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
1139           order for want and actual to avoid misleading errors
1140
1141 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
1142
1143         * GenerateControlStyleTest.cs: Code to auto-generate the
1144           source file ControlStyleTest.cs
1145         * ControlStyleTest.cs: Tests for testing ControlStyles
1146
1147 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1148
1149         * Common.cs : Add common things here.
1150         * LabelTest.cs : Remove common declarations to Common.cs
1151         * ScrollBarTest.cs : Remove common declarations to Common.cs
1152                              Add more propery range / exception tests
1153                              Add more event order tests
1154                              Fix Mouse tests.
1155                              Add event arg tests.
1156
1157 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1158
1159         * LabelTest.cs : Added more event tests (external handlers)
1160                           Added event arg checks
1161                           Fixed OnPaint tests.
1162                           Seperated invalidation tests.
1163
1164 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1165
1166         * ScrollBarTest.cs : Add more tests for event firing order
1167                              Messages to simulate mouse events
1168
1169 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
1170
1171         * ErrorProviderTest.cs : Added test case for ErrorProvider
1172
1173 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1174
1175         * LabelTest.cs : Added messages to simulate Key* events.
1176                          Key* events have tests now.
1177
1178 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1179
1180         * LabelTest.cs : Implement event firing order tests.
1181         * ScrollBarTest.cs : Implement event firing order tests.
1182
1183 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
1184          
1185         * MenuTest.cs: Fixes some tests
1186         * MenuItemTest.cs: New unit test
1187
1188 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
1189
1190        * LabelTest.cs : Several new tests.
1191        * ScrollBarTest.cs : Several new tests.
1192        * bitmaps : added dir containing images for tests.
1193
1194 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
1195
1196         * ListViewItemTest.cs: New unit test 
1197
1198 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
1199
1200         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
1201         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
1202         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
1203         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
1204         ToolBarTest.cs, MenuTest.cs
1205
1206         Remove all the tests that are giving errors. All of them should 
1207         be reviewed. Right now having this text throwing 40 errors do not
1208         help at all to do regression testing. Peter has already assigned
1209         a group of controls to every developer that will be tested and 
1210         reviewed.
1211
1212 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
1213
1214         * PictureBoxTest.cs : Test case for PictureBox
1215
1216 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
1217
1218         * MonthCalendarTest.cs : Test case for MonthCalendar
1219
1220 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
1221         
1222         * ProgressBarTest.cs : Test case for ProgressBar
1223         * ToolBarTest.cs : Test case for ToolBar
1224         * ToolTipTest.cs : Test case for ToolTip
1225         * RichTextBoxTest.cs : Test case for RichTextBox
1226
1227 2005-08-16  Martin Baulig  <martin@ximian.com>
1228
1229         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
1230         to make it compile.
1231
1232 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1233         
1234         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
1235           ListViewTest.cs: enhancement and cleanup
1236
1237 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1238
1239         * ImageListTest.cs   : Test case for ImageList
1240         * RadioButtonTest.cs : Test case for RadioButton
1241         * ScrollBarTest.cs   : Test case for ScrollBar
1242         * StatusBatTest.cs   : Test case for StatusBar
1243
1244 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
1245
1246         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
1247           yet implemented)
1248
1249 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
1250
1251         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
1252         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
1253
1254 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
1255
1256         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
1257
1258 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
1259
1260         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
1261           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
1262           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
1263           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
1264           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
1265           ListViewEventTest.cs :
1266                       Cleanup, Ignored tests which need manual intervention,
1267                       work still in progress.  
1268         
1269 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
1270
1271         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
1272         * GridTableStylesCollectionTest.cs: test fixes and enhancements
1273         * DataGridTest.cs: test fixes and enhancements
1274         * DataGridCellTest.cs: New unit test
1275         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
1276         * DataGridTableStyleTest.cs: test fixes and enhancements
1277
1278 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
1279
1280         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
1281           errors, streamlined a few tests, added full tab order test, still
1282           work in progress
1283
1284 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
1285         
1286         * FormTest.cs : Test case for Form
1287         * GropBoxTest : Test case for GroupBox
1288         * MenuTest.cs : Test case for Menu
1289         * ImageListTest.cs : Test case for ImageList
1290
1291 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
1292         
1293         * ListViewTest.cs : Test case for ListView
1294         * ListViewEventTest.cs : Test case for ListView events
1295         * ComboBoxTest.cs : Test case for ComboBox
1296         * FormEventTest.cs : Test case for Form events
1297
1298 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
1299         
1300         * CheckBoxTest.cs : Test case for CheckBox
1301         * CheckBoxEventTest.cs : Test case for CheckBox events
1302         * CheckedListBoxTest.cs : Test case for CheckedListBox
1303         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
1304
1305 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
1306
1307         * DataGridTextBoxColumnTest.cs: Test case
1308         * GridTableStylesCollectionTest.cs: Test case
1309         * DataGridTest.cs: Test case
1310         * GridColumnStylesCollectionTest.cs: Test case
1311         * DataGridTableStyleTest.cs: Test case
1312
1313
1314 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
1315         
1316         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
1317         * ListBoxEventTest.cs  : Test Cases for ListBox Events
1318
1319 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
1320         
1321         * TextBoxTest.cs : Test Cases for TextBox 
1322         * BUttonTest.cs  : Test Cases for Buttons
1323
1324 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
1325         
1326         * ControlEventTest.cs : Test Cases for Events 
1327         
1328 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1329
1330         * ControlTest.cs : Minor modifications
1331
1332 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1333         
1334         * ControlTest.cs : Test for Control
1335
1336 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
1337         * LabelPropertyTest.cs : Test for Label
1338
1339 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
1340         * TreeViewTest.cs : Test for TreeView
1341         * TreeNodeTest.cs : Test for TreeNode
1342
1343 2004-11-29  Ravindra <rkumar@novell.com> 
1344         * ImageIndexConverter.cs : Test for ImageIndexConversion.
1345         
1346
1347