2007-03-28 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ListViewItemTest.cs: Add tests for constructors taking
4         an array of strings, for the ListViewSubItem constructors,
5         and for the ListViewSubItemCollection.AddRange method receiving
6         and array of null strings.
7
8 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
9
10         * ToolStripTest.cs: Fix ambiguous Category attribute.
11
12 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
13
14         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
15
16 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
17
18         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
19         * MenuStripTest.cs: General test suite.
20         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
21         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
22         * ToolStripItemTest.cs: Test for method Dispose.
23         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
24         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
25         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
26         CreateLayoutSettings.
27
28 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
29
30         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
31         work correctly.
32
33 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
34
35         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
36         tests to pass on .Net 2.0.
37
38 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
39
40         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
41         NotWorking to fix the monobuild.
42
43 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
44
45         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
46           monobuild for unknown reasons.
47         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
48           unknown reasons.
49
50 2007-03-22  Chris Toshok  <toshok@ximian.com>
51
52         * FormTest.cs: enable Location test for #80052.
53
54 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
55
56         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
57           StartLocationTest*s, since they are failiing on WinXP with XP
58           theme.
59         * FormTest.cs: Added tests for StartPosition.
60
61 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
62
63         * DefaultLayoutTest.cs: Fixed line endings.
64         * BindingSourceTest.cs: Remove a couple of warnings.
65
66 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
67
68         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
69         UseItemStyleForSubItems.
70
71 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
72
73         * EventLogger.cs: Add CountEvents.
74         * MdiFormTest.cs: Added CloseTest.
75
76 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
77
78         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
79
80 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
81
82         * RichBoxTest.cs: Enabled ReadOnly test.
83
84 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
85
86         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
87
88 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
89
90         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
91
92 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
93
94         * FormHandleTest.cs: Create new forms at a few specific places + a few
95           more corner cases. No longer not working.
96         * MdiFormHandleTest.cs: These tests are working now.
97         * FormTest.cs: IsHandleCreated is working now, the parented tests are
98           not working.
99
100 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
101
102         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
103
104 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
105
106         * RichTextBoxTest.cs: Marked failing test NotWorking.
107
108 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
109
110         * ControlTest.cs: Added InvokeTestParentHandle.
111
112 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
113
114         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
115         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
116
117 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
118
119         * ComboBoxTest.cs: Added DataBindingTest.
120
121 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
122
123         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
124           to get in.
125
126 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
127
128         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
129
130 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
131
132         * ApplicationContextTest.cs: Added NotWorking test for nested
133           application contexts.
134         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
135           on windows that won't close until the mouse is moved. Add a few
136           more corner cases to the test.
137         * MdiFormTest.cs: Add TopLevelTest.
138
139 2007-03-15  Chris Toshok  <toshok@ximian.com>
140
141         * BindingSourceTest.cs: add another test, and mark the NotWorking
142         ones so that they aren't clogging up the 2.0 build.
143
144 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
145
146         * DefaultLayoutTest.cs: Add test for bug #80912.
147
148 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
149         
150         * Common.cs, TestHelper.cs: Replaces all uses of the custom
151         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
152
153 2007-03-15  Chris Toshok  <toshok@ximian.com>
154
155         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
156         with an extra one included.
157
158 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
159
160         * FormTest.cs: Disable FormBorderStyleTest for the moment.
161         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
162         
163 2007-03-14  Jackson Harper  <jackson@ximian.com>
164
165         * TreeViewTest.cs: Some more tests pass now.
166
167 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
168
169         * ErrorProviderTest.cs: Enabled previously failing tests.
170
171 2007-03-14  Andreia Gaita  <avidigal@novell.com>
172
173         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
174         Selecting events.
175
176 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
177
178         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
179
180 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
181
182         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
183         test NotWorking. Removed extra tabs. 
184
185 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
186
187         * FormTest.cs: Add test for bug #80773.
188
189 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
190
191         * ControlTest.cs: Add test for bug #81125.
192
193 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
194
195         * FormTest.cs: Add a test showing we do not recreate the handle when
196         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
197
198 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
199
200         * ControlTest.cs: Add test for bug #80621.
201
202 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
203
204         * LinkLabelTest.cs: LinkLabel tests added.
205
206 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
207
208         * FormHandleTest.cs: Fixed build using csc 1.x.
209         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
210         * ControlHandleTest.cs: Fixed build using csc 1.x.
211         * TextBoxTest.cs: Improved test for BackColor. Added test for
212         ForeColor.
213
214 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
215
216         * TextBoxTest.cs: Isolate BackColor tests.
217
218 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
219         
220         * FormHandleTest.cs: Added.
221         * MdiFormHandleTest.cs: Added.
222
223 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
224
225         * ListViewTest.cs: Added tests for the ListView and
226         Index properties of ListViewItems in VirtualMode.
227
228         * ListViewCollectionsTest.cs: Remove warning when building
229         tests.
230
231 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
232
233         * FormTest.cs: Added tests for bug #80791 and #80574.
234
235 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
236
237         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
238
239 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
240
241         * FormTest.cs: Add tests for bugs #80574, #80791.
242
243 2007-03-05  Chris Toshok  <toshok@ximian.com>
244
245         [merge -r72718:73765 from mwf-handle-branch]
246
247         2007-03-05  Chris Toshok  <toshok@ximian.com>
248
249                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
250                 profiles.
251
252         2007-02-28  Chris Toshok  <toshok@ximian.com>
253
254                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
255                 the Control thread dies (that Application.Run returns, basically).
256                 This works in isolation, but for some reason it isn't exiting when
257                 run in concert with other tests (this test is the cause of the
258                 hangs running the unit tests.)  Marking NotWorking for the time
259                 being.  This needs to be fixed before merging back to the
260                 mainline, imo.
261
262 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
263
264         * FormTest.cs: Added MaximizedParentedFormTest.
265
266 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
267
268         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
269         by ListViewItemCollection when virtual mode is used.
270
271 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
272
273         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
274         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
275
276 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
277
278         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
279         as well as for the exceptions they throw.
280
281 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
282
283         * DefaultLayoutTest.cs: Add test for bug #80917.
284
285 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
286
287         * ListViewCollectionsTest.cs: Added and improved tests for removing
288         columns and items, and clearing the collections.
289         * ListViewTest.cs: Improved ClearTest to also verify whether removed
290         columns and items are unlinked from owning ListView.
291
292 2007-02-23  Raja R Harinath  <rharinath@novell.com>
293
294         Fix compilation error
295         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
296
297 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
298
299         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
300
301 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
302
303         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
304         is already -1.
305
306 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
307
308         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
309         FindString and FindStringExact. Improved ObjectCollection tests.
310
311 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
312
313         * ListControlTest.cs: Added test for #80794.
314
315 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
316
317         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
318           ExStyle and a test for parented forms.
319
320 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
321
322         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
323
324 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
325
326         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
327         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
328         bug is fixed.
329
330 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
331
332         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
333           GetUserDefaultLCID or not, seems like the runtime crashes on some
334           architectures instead of throwing an exception otherwise.
335
336 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
337
338         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
339           to run with en-US locale, so check it. On Windows call
340           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
341           honor Thread.CurrentCulture, only the Windows setting (and some
342           other test might have set Thread.CurrentCulture to some other
343           value, so the checking only this might fail). Added test for
344           setting invalid Text property.
345         * EventLogger.cs: Added. Takes an object and creates a class on the fly
346           that will log all the object's events.
347
348 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
349
350         * ListViewTest.cs: Added DisposeTest test for bug #80607.
351         * ColumnHeaderTest.cs: Remove the NotWorking category for
352         tests for bug #80607.
353
354 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
355
356         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
357         on PreferredHeight test for 2.0 profile.
358
359 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
360
361         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
362
363 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
364
365         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
366           PropertyManagerTest.cs, CurrencyManagerTest.cs,
367           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
368           GridColumnStylesCollectionTest.cs,
369           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
370           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
371           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
372
373 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
374
375         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
376
377 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
378
379         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
380         create PreferredHeight.
381
382 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
383
384         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
385         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
386
387 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
388
389         * FormTest.cs: Added tests for bug #80773.
390
391 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
392
393         * PrintDialogTest.cs: Added test for bug #80764.
394
395 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
396
397         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
398         test exploring interaction between Image, ImageIndex, and ImageKey.
399
400 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
401
402         * FormTest.cs: Improved test for bug #80604.
403
404 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
405
406         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
407         csc 1.x.
408
409 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
410
411         * LogGenerator.cs: Generate code that can be built using csc 1.x.
412         * ControlLogger.cs: Fixed code to compile using csc 1.x.
413
414 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
415
416         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
417           tests a lot of different custom formats.
418
419 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
420
421         * DataGridViewColumnTest.cs: Added test for bug #80746.
422
423 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
424
425         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
426
427 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
428
429         * TimerTest.cs: Added
430
431 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
432
433         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
434         and make them pass on all cultures.
435
436 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
437
438         * PaddingConverterTest.cs: Make tests non culture-dependent.
439
440 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
441
442         * TestHelper.cs: Added a helper method to remove warnings.
443
444 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
445
446         * ControlTest.cs: Removed warnings. Added CaptureTest.
447         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
448         * ControlLogger(2).cs: Added.
449
450 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
451
452         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
453
454 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
455
456         * TestHelper.cs: TesHelper class added. This class will provide some 
457         usefull methods that can be used to test Control derived classes,
458         at moment only static methods GetCreateParams, IsStyleSet and
459         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
460         and Msg is also available as public to help is control tests.
461
462 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
463
464         * ControlTest.cs: Added ControlSizeTest.
465
466 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
467
468         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
469         Mark BehaviorAutoSize as NotWorking, it is font dependent.
470
471 2007-01-29  Chris Toshok  <toshok@ximian.com>
472
473         * ControlHandleTest.cs: make this compile against mono.  we can
474         remove the __MonoCS__ ifdefs as we add properties.  Also, split
475         out the Show() tests because they were failing and I wanted to see
476         which other tests were passing.
477
478 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
479
480         * PaddingConverterTest.cs: Added.
481
482 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
483
484         * StatusBarTest.cs: Added a few more tests.
485
486 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
487
488         * ControlHandleTest.cs: Added.  Has tests to find exactly which
489         Methods and Properties create a Handle.  Not added to sources file
490         because it's written against MS, and we're probably missing some
491         methods/properties.
492
493 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
494
495         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
496         Try to make some tests not Font/DPI dependent.
497
498 2007-01-25  Chris Toshok  <toshok@ximian.com>
499
500         * SplitterTest.cs: new tests.
501
502 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
503
504         * ComboBoxTest.cs: Added tests for ResetText.
505
506 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
507
508         * ComboBoxTest.cs: Add tests for new properties.
509         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
510
511 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
512
513         * FormTest.cs: Added NotWorking test for bug #80604.
514         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
515         properties introduced in 2.0 profile.
516
517 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
518
519         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
520         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
521         it's values match MS only.
522         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
523         reworked.
524         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
525         is fixed.  Same for Constructor: A12.
526
527 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
528
529         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
530         they'll only work if you actually have a display to show them on.
531
532 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
533
534         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
535
536 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
537
538         * ToobarTest.cs: TooBar.ButtonSize tests added. 
539
540 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
541
542         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
543         There is a TODO in the DataGrid source referencing that Add should allow
544         multiple columns with the same name, but currently doesn't.
545
546 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
547
548         * ControlTest.cs: Added a tests for ControlCollection and
549         MDI children.
550
551 2007-01-23  Andreia Gaita  <avidigal@novell.com>
552
553         * SendKeysTest.cs: Marked interactive, they're unstable
554         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
555         we have to see why SetTopLevel is toggling the Form's visibility.
556         
557 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
558
559         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
560         works once in a while.
561
562 2007-01-23  Chris Toshok  <toshok@ximian.com>
563
564         * BindingSourceTest.cs: initial BindingSource tests.  not built
565         yet.
566
567 2007-01-23  Chris Toshok  <toshok@ximian.com>
568
569         * DefaultLayoutTest.cs: make the docking tests independent of
570         constants relating to the form's clientrectangle bounds, since on
571         X it has a different value when the window isn't mapped (as in
572         this case).
573
574 2007-01-23  Andreia Gaita  <avidigal@novell.com>
575
576         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
577         failing on ms.net
578
579 2007-01-23  Andreia Gaita  <avidigal@novell.com>
580
581         * SendKeysTest.cs: wrong value for Interval, should be > 0
582
583 2007-01-23  Andreia Gaita  <avidigal@novell.com>
584
585         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
586         was failing under ms.net.
587         
588         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
589         only for 1.1 - was failing under ms.net
590         
591         * ControlTest.cs: 
592                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
593                 under ms.net
594                 - TestForm: Fix incorrect assertion #4 - was failing 
595                 under ms.net
596         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
597
598 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
599
600         * FormTest.cs: Add test for bug #80574.
601
602 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
603
604         * TabControlTest.cs: Add tests for SelectTab and Selected event.
605
606 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
607
608         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
609         with other !Dock.Fill controls.
610
611 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
612
613         * DefaultLayoutTest.cs: Add test for interactions between
614         setting Dock and Anchor.
615
616 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
617
618         * TreeNodeTest.cs: Add test for 2.0 Name property.
619
620 2007-01-19  Chris Toshok  <toshok@ximian.com>
621
622         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
623         DataGrid.ReadOnly affects things.
624
625 2007-01-19  Chris Toshok  <toshok@ximian.com>
626
627         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
628         and add a couple of tests for the overloaded ReadOnly property.
629         can't figure out how it's being used, maybe all it really does is
630         chain up to base.ReadOnly.
631
632         * DataGridColumnStyleTest.cs: add some tests to see if we should
633         be mucking with the ReadOnly property when the PropertyDescriptor
634         is set (turns out we shouldn't be).
635
636 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
637
638         * FormTest.cs: Add test for bug #79959.
639
640 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
641
642         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
643         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
644
645 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
646
647         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
648
649 2007-01-18  Chris Toshok  <toshok@ximian.com>
650
651         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
652
653         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
654
655 2007-01-16  Chris Toshok  <toshok@ximian.com>
656
657         * UpDownTest.cs: add UpDownActiveControlTest.
658
659 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
660
661         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
662
663         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
664
665         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
666
667         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
668
669         * MenuStripTest.cs: Add test for MDI.
670
671         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
672
673         * ToolStripMenuItemTest.cs: Add test for MDI.   
674
675         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
676
677 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
678
679         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
680
681 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
682
683         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
684
685 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
686
687         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
688
689 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
690
691         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
692
693 2007-01-13  Andreia Gaita  <avidigal@novell.com>
694
695         * ControlTest.cs: Add test to check if Exception is raised when
696         adding a top level control (form) as a child control
697         
698 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
699
700         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
701         no links.
702
703 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
704
705         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
706         generating WM_ACTIVATE on unix.
707         * FormTest.cs: Same.
708
709 2007-01-10  Chris Toshok  <toshok@ximian.com>
710
711         * FocusTest.cs: Disable a couple of tests that rely on the
712         focus/active control state being available directly after
713         form.Show() - doesn't work on X11, since form.Show shows the
714         window asynchronously.  Also, add a large focus/enter/leave event
715         handling test andreia and I were using to correct problems in
716         ContainerControl.set_ActiveControl.
717         
718         * FormTest.cs: add a test to show that even if OnActivate is
719         overriden and not chained up to the base class, ActiveControl is
720         still set.  Unfortunately it doesn't work on the X11 backend
721         because Form.Show is necessarily an async operation.
722
723         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
724         of them.
725
726         * ApplicationContextTest.cs: same.
727
728 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
729
730         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
731         -2 values (auto resizing).
732
733 2007-01-10  Chris Toshok  <toshok@ximian.com>
734
735         * ContainerControlTest.cs: add a test for setting ActiveControl to
736         a non-child control.
737
738 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
739
740         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
741
742 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
743
744         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
745
746 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
747
748         * ControlTest.cs: Added test for bug #80456.
749
750 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
751
752         * ControlPropertyEventsTest.cs: Added.  These test property getters and
753         setters and ensure that all relevant events are called on setters for
754         Control.
755
756 2007-01-04  Chris Toshok  <toshok@ximian.com>
757
758         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
759         stack trace in a comment).
760         
761         * RichTextBoxTest.cs: disable FindTest.
762         
763 2007-01-04  Andreia Gaita  <avidigal@novell.com>
764
765         * FormTest.cs: disabled ActivateTest
766         * FocusTest.cs: disabled ActiveControl_Disabled test
767
768 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
769
770         * ColumnHeaderTest.cs: New test.
771
772 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
773
774         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
775         HelpProviderTest.cs: Add tests for Tag properties.
776
777         * LinkAreaTest.cs: Add test for ToString.
778
779 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
780
781         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
782         that is DPI-dependent.
783         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
784         * TextBoxTest.cs: Ignore test that is DPI-dependent.
785
786 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
787
788         * ControlTest.cs: Added FontHeight test.
789
790 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
791
792         * ListControlTest.cs: Added test for AllowSelection.
793         * UpDownTest.cs: MockItem is now nested class.
794         * ListBoxTest.cs: Added test for AllowSelection.
795         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
796         SelectionMode, Text and ValueMember.
797
798 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
799
800         * ToolBarTest.cs: Enabled test for bug #80416.
801
802 2006-12-31  Chris Toshok  <toshok@ximian.com>
803
804         * ControlEventTest.cs: add SizeChanged to the resize/layout event
805         test.
806
807 2006-12-31  Chris Toshok  <toshok@ximian.com>
808
809         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
810         tests for Control.SetTopLevel.
811
812 2006-12-31  Andreia Gaita  <avidigal@novell.com>
813
814         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
815         ActiveControl tests to FocusTest, for easier management.
816         Add Validation tests.
817
818 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
819
820         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
821
822 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
823
824         * ToolBarTest.cs: Added test for bug #80416.
825
826 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
827
828         * ContainerControlTest.cs: Added tests for ActiveControl.
829
830 2006-12-30  Chris Toshok  <toshok@ximian.com>
831
832         * DefaultLayoutTest.cs: add some more variants for the test for
833         80336, and remove the NotWorking from the 80336 test.
834
835         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
836         can exclude them.
837
838 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
839
840         * DataGridTest.cs: Fixed compiler warnings.
841
842 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
843
844         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
845         until Theme.DefaultFont change is approved.
846
847 2006-12-29  Chris Toshok  <toshok@ximian.com>
848
849         * ControlEventTest.cs: add a test to determine the ordering of
850         Layout/Resize events.
851
852 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
853
854         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
855
856 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
857
858         * ControlTest.cs: Added test for Font and ResetFont.
859         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
860
861 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
862
863         * ControlTest.cs: Improved DoubleBufferedTest.
864
865 2006-12-28  Chris Toshok  <toshok@ximian.com>
866
867         * ControlTest.cs: add a test to check whether parent.PerformLayout
868         is called from OnResized (it isn't).
869
870         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
871         including the (not working) test case in bug #80336.  Move the
872         docking/undocking tests here.
873
874 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
875
876         * ControlTest.cs: More tests for double buffers.
877         
878 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
879
880         * ControlTest.cs: Added double buffering tests.
881
882 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
883
884         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
885         test for invisible control.
886
887 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
888
889         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
890         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
891
892 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
893
894         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
895         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
896         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
897
898 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
899
900         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
901         
902 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
903
904         * ScrollableControlTest.cs: Added tests for AutoScroll and
905         AutoScrollMinSize.
906
907 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
908
909         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
910
911 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
912
913         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
914
915 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
916
917         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
918         IsFormatProviderDefault.
919         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
920         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
921
922 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
923
924         * DateTimePickerTest.cs: Fixed line endings.    
925         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
926
927 2006-12-23  Daniel Nauck  <dna@mono-project.de>
928
929         * UserControlTest.cs: Add.
930
931 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
932
933         * ControlTest.cs: Enabled test for bug #80280.
934
935 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
936
937         * RichTextBoxTest.cs: Added test for bug #80301.
938         * TextBoxTest.cs: Added test for bug #80301.
939
940 2006-12-21  Daniel Nauck  <dna@mono-project.de>
941
942         * ComboBoxTest.cs,
943         TextBoxTest.cs: Added AutoComplete property tests.
944
945 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
946         
947         * DateTimePickerTest.cs: Created.
948         
949 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
950
951         * MonthCalendarTest.cs: 
952         - Enable tests again.
953         - Added tests for *BoldedDates.
954         
955         * ControlTest.cs: Added test for BackgroundImageLayout.
956         
957 2006-12-19  Chris Toshok  <toshok@ximian.com>
958
959         * DataGridViewBandTest.cs: nuke this file, as there's no way to
960         construct a DataGridViewBand in isolation (exception through
961         reflection).
962
963 2006-12-19  Chris Toshok  <toshok@ximian.com>
964
965         * RowStyleTest.cs: unit tests for RowStyle.
966
967         * ColumnStyleTest.cs: unit tests for ColumnStyle.
968
969 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
970
971         * ListViewCollectionsTest.cs: Added tests for the new 2.0
972         methods and properties (SelectedIndexCollection,
973         SelectedItemCollection, and ListViewSubItemCollection).
974         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
975
976 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
977
978         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
979         AddRange overloads.
980         * TreeViewTest.cs: Fixed ExpandAll tests.
981
982 2006-12-19  Daniel Nauck  <dna@mono-project.de>
983
984         * ApplicationTest.cs: Restart () test is 2.0 only.
985
986 2006-12-19  Daniel Nauck  <dna@mono-project.de>
987
988         * ApplicationTest.cs: Added test for Restart ().
989
990 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
991
992         * MonthCalendarTest.cs: Added test for DefaultMargin.
993
994 2006-12-18  Daniel Nauck  <dna@mono-project.de>
995
996         * DataGridViewAdvancedBorderStyleTest.cs,
997         DataGridViewRowTest.cs,
998         DataGridViewElementTest.cs,
999         DataGridViewCellTest.cs,
1000         DataGridViewCellStyleTest.cs,
1001         DataGridViewTest.cs: fixed NUnit obsolete warnings and
1002         DataGridView tests against .NET 2.0
1003
1004 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1005
1006         * ButtonTest.cs: Added tests for FlatButtonAppearance.
1007
1008 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1009
1010         * TreeViewTest.cs: Added tests for bug #80284.
1011
1012 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1013
1014         * ControlTest.cs: Added (notworking) test for bug #80280.
1015         Removed extra tabs.
1016
1017 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1018         
1019         * TabControlTest.cs: Fixed SelectedIndex tests
1020         for MS.NET 2.0
1021
1022 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1023
1024         * SendKeysTest.cs: Test cases for SendKeys
1025
1026         These tests can only run in ms.net one at a time.
1027         Since ms.net apparently hooks the keyboard to 
1028         implement this, running two tests in a row
1029         makes the second test run before the hook
1030         of the first test is released, effectively
1031         hanging the keyboard. CTRL-ALT-DEL releases
1032         the keyboard, but the test still hangs.
1033         Running each test separately works.
1034  
1035
1036 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1037
1038         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
1039
1040 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1041
1042         * PaddingTest.cs: new tests for Padding.
1043
1044 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1045
1046         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
1047         * ListViewItemTest.cs: add new ListViewSubItem text property test.
1048
1049 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1050
1051         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
1052
1053 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1054
1055         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
1056
1057 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1058
1059         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
1060
1061 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1062
1063         * ListViewGroupTest.cs: new tests for ListViewGroups.
1064         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
1065
1066 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
1067
1068         * TabControlTest.cs: Added tests for Control.RemoveAt.
1069
1070 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1071
1072         * ListViewItemTest.cs: 
1073         * ListViewCollectionsTest.cs: Add tests for the new 2.0
1074         ListViewItemCollection methods (IndexOfKey, ContainsKey,
1075         new indexer overload, Find, RemoveByKey).
1076
1077 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1078
1079         * TextBoxTest.cs: Added test for bug #80163.
1080
1081 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1082
1083         * ControlTest.cs: Improved Region test.
1084
1085 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1086
1087         * ControlTest.cs: Add region tests.
1088
1089 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1090
1091         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
1092         
1093 2006-12-11  Chris Toshok  <toshok@ximian.com>
1094
1095         * ControlTest.cs: add some unit tests for null parameters to some
1096         of the ControlCollection methods.
1097
1098 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1099
1100         * ControlTest.cs: Added test for invalid Dock value.
1101
1102 2006-12-11  Andreia Gaita  <avidigal@novell.com>
1103
1104         * TabControlTest.cs: add tests to check if SelectedIndex is
1105         properly set if the TabControl has no pages, before and 
1106         after the handle is created
1107
1108 2006-12-10  Chris Toshok  <toshok@ximian.com>
1109
1110         * ColumnClickEventArgsTest.cs: new tests.
1111
1112 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
1113
1114         * TabControlTest.cs: Added SelectedIndex tests.
1115
1116 2006-12-08  Chris Toshok  <toshok@ximian.com>
1117
1118         * ButtonTest.cs: add tests for DialogResult changes when setting
1119         Form.AcceptButton and Form.CancelButton.
1120
1121 2006-12-08  Chris Toshok  <toshok@ximian.com>
1122
1123         * MenuItemTest.cs: add test for menu item events when cloning menu
1124         items.  Tests for the bug in #80183.
1125
1126 2006-12-06  Chris Toshok  <toshok@ximian.com>
1127
1128         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
1129
1130         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
1131
1132 2006-12-06  Chris Toshok  <toshok@ximian.com>
1133
1134         * RadioButtonTest.cs: add a couple of test involving TabStop.
1135
1136 2006-12-06  Chris Toshok  <toshok@ximian.com>
1137
1138         * ImageListTest.cs: add a rather complicated series of assertions
1139         about the imagelist ShouldSerialize/CanReset methods.  these pass
1140         on MS and mono now, though.  yay.
1141
1142 2006-12-06  Jackson Harper  <jackson@ximian.com>
1143
1144         * TextBoxTest.cs: Add a test for Modified property.
1145         - We need to put something on the clipboard before we can paste.
1146
1147 2006-12-04  Jackson Harper  <jackson@ximian.com>
1148
1149         * TextBoxTest: More of these tests work now.
1150         - Add a test to ensure that recieving focus selects all of the
1151         text
1152
1153 2006-12-04  Chris Toshok  <toshok@ximian.com>
1154
1155         * PrintDialogTest.cs: add [Category("Printing")] to all these
1156         tests so I can exclude them.
1157
1158 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1159
1160         * StatusBarPanelTest.cs: Added a test for invalid
1161         minimum widths.
1162         
1163 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1164
1165         * MdiFormTest.cs: Change a few tests to dispose of
1166         the form when the test is finished.
1167
1168 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1169
1170         * MdiFormTest.cs: Added a few NotWorking tests for
1171         initial form location.
1172
1173 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
1174
1175         * LabelTest.cs: Add tests for sizes, test for bug #80137.
1176
1177 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1178
1179         * MdiFormTest.cs: All current NotWorking tests are now
1180         working, added a few more tests.
1181
1182 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1183
1184         * CurrencyManagerTest.cs: Added test for bug #80107.
1185
1186 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1187
1188         * DataGridTest.cs: Fixed build.
1189
1190 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
1191
1192         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
1193
1194 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
1195
1196         * MenuTest.cs: Tag property assert for 2.0 profile.
1197         
1198 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
1199
1200         * ToolBarTest.cs:
1201         - Remove ButtonSize.Width and ButtonSize.Height assert because
1202         it depends of system metrics and diferent fonts can cause 
1203         diferent sizes.
1204         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
1205         now must works well.
1206         
1207 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1208
1209         * MessageTest.cs: Added test for ToString.
1210         
1211 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1212
1213         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
1214         
1215 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
1216
1217         * MenuItemTest.cs: Added test for Text property.
1218
1219 2006-11-29  Chris Toshok  <toshok@ximian.com>
1220
1221         * BindingTest.cs: add two new tests.
1222
1223 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1224
1225         * TrackBar.cs: Changed SizeTest and OrientationTest 
1226         to work on MS with both WinXP theme and Win2K theme.
1227
1228 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1229
1230         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
1231
1232 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1233
1234         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
1235
1236 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
1237
1238         * FormTest.cs: Added test for bug #80052.
1239
1240 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
1241
1242         * MdiFormTest.cs: Added test for bug #80036.
1243
1244 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
1245
1246         * MdiFormTest.cs: Added NotWorking test for Form.Text.
1247
1248 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1249
1250         * FormTest.cs: Added test for bug #80020.
1251         * MdiFormTest.cs: Fixed typo, added additonal info.
1252
1253 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1254
1255         * MdiFormTest.cs: Improved Text test to also verify behavior when
1256         Text of MDI child or container is empty. Added NotWorking test for
1257         Text after MDI is maximized. Added comment with existing NotWorking
1258         test for ActiveMdiChild.
1259
1260 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1261
1262         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
1263         ToStringTest.
1264
1265 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1266         
1267         * ControlTest.cs: Added tests for #79999.
1268
1269 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1270         
1271         * MdiFormTest.cs: Added tests for WindowState (mdi 
1272         children) and Text (mdi parent with maximized mdi
1273         children).
1274
1275 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
1276
1277         * ControlEventTest.cs: Added tests for Invalidated event.
1278         * TreeNodeCollectionTest.cs: Added IList indexer tests.
1279
1280 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
1281
1282         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
1283
1284 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
1285
1286         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
1287
1288 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
1289
1290         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
1291         * UpDownTest.cs: Fixed ToStringTest.
1292
1293 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
1294
1295         * CommonDialogsTest.cs: Added
1296
1297 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1298
1299          * StatusBarPanelTest.cs: Added tests for bug #79842
1300          and tests for default properties.
1301
1302 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1303
1304         * TrackBarTest.cs: Added tests for bug #79718.
1305         
1306 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
1307
1308         * TextBoxTest.cs: Added test for bug #79851.
1309
1310 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1311
1312         * TabControlTest.cs: Added test for bug #79847.
1313
1314 2006-11-04  Chris Toshok  <toshok@ximian.com>
1315
1316         * ControlTest.cs: enable a bunch more of these on linux, and split
1317         out problematic areas into smaller NotWorking tests.
1318
1319 2006-11-04  Chris Toshok  <toshok@ximian.com>
1320
1321         * FormTest.cs: add a few more tests to determine various aspects
1322         of the Close() method.
1323
1324 2006-11-04  Chris Toshok  <toshok@ximian.com>
1325
1326         * FormTest.cs: add a test to more accurately test for bug #79155
1327         (make sure an ObjectDisposedException is thrown if you Show() a
1328         Form you just Close()'d).
1329
1330 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1331
1332         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
1333
1334 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1335
1336         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
1337         #79812. Added (NotWorking) SelectedText tests.
1338
1339 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1340
1341         * TextBoxTest.cs: Added tests for part of bug #79799.
1342
1343 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
1344
1345         * ControlTest.cs: Fixed build using csc 1.x.
1346
1347 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
1348
1349         * PictureBoxTest.cs: Enable the previously not working
1350           ToStringMethodTest and move the not working Image property
1351           test to its own method.
1352         * UpDownTest.cs: Added
1353
1354 2006-10-29  Chris Toshok  <toshok@ximian.com>
1355
1356         * ControlTest.cs: correct namespace and add TopLevelControlTest
1357         for bug #79781.
1358
1359 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
1360
1361         * FormTest.cs: Fix typo.
1362
1363 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1364
1365         * PropertyGridTest.cs: Enabled previously not-working tests.
1366
1367 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1368
1369         * PropertyGridTest.cs: Added some tests for PropertyGrid.
1370
1371 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
1372
1373         * FocusTest.cs: add more test cases for GetNextControl.
1374         see #78650
1375
1376 2006-10-11  Chris Toshok  <toshok@ximian.com>
1377
1378         * ToolBarTest.cs: add test for ToolBarButton rectangles.
1379
1380 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
1381
1382         * ListViewCollectionsTest.cs: Added tests for bug #79415.
1383         * ListViewTest.cs: Enabled test for bug #79416.
1384
1385 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
1386
1387         * ContainerControlTest.cs: New. Add a few test cases for 
1388         GetContainerControl method.
1389
1390 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
1391
1392         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
1393
1394 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
1395
1396         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
1397         as NonWorking (see bug #79552). Fixed line-endings.
1398
1399 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
1400
1401         * SystemInformationTest.cs: Add tests case for MenuFont.
1402
1403 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
1404         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
1405
1406 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
1407
1408         * SplitContainerTests.cs: Added.
1409
1410 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
1411
1412         * ListViewTest.cs: Added test for bug #79076. Added tests for 
1413         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
1414         NotWorking).
1415         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
1416         and ListViewItemCollection fixes.
1417
1418 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1419
1420         * ComboBoxTest.cs: Add tests for sorting and selection handling.
1421         Deal with a couple of exception mismatches in 2_0.
1422
1423 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1424
1425         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
1426         methods throwing ArgumentNullException.
1427
1428 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1429
1430         * ComboBoxTest.cs: Add tests for adding/modifying null items
1431         in ObjectCollection.
1432         * ListBox.cs: Likewise.
1433
1434 2006-08-08  Chris Toshok  <toshok@ximian.com>
1435
1436         * GridTableStylesCollectionTest.cs: make this fixture public so
1437         it's actually included, and add a test for changing the
1438         MappingName of a constituent TableStyle.
1439
1440 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1441
1442         * PrintDialogTest.cs: Added.
1443
1444 2006-07-21  Matt Hargett (matt@use.net)
1445
1446         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
1447
1448 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1449
1450         * ListControlTest.cs: Added DataSourceWrongArgumentType method
1451         to test the exception being thrown.
1452
1453 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1454
1455         * ListControlTest.cs: Added.
1456
1457 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
1458
1459         * EventArgsTest.cs: Added
1460
1461 2006-07-10  Chris Toshok  <toshok@ximian.com>
1462
1463         * DataGridTest.cs: make this class public so it shows up in the
1464         list of fixtures (and its tests get run).
1465
1466         * CurrencyManagerTest.cs: add a test that just spews properties
1467         about the currency manager and the datasource, as well as a test
1468         for the finalType field.
1469
1470 2006-07-07  Chris Toshok  <toshok@ximian.com>
1471
1472         * DataGridTableStyleTest.cs: couple more tests.
1473
1474 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
1475
1476         * ControlTest.cs: Added "LinkLabel with link" test
1477
1478 2006-06-30  Chris Toshok  <toshok@ximian.com>
1479
1480         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
1481         default DataGridTableStyle.
1482
1483 2006-06-23  Chris Toshok  <toshok@ximian.com>
1484
1485         * PropertyManagerTest.cs: new tests regarding the
1486         [Related]PropertyManager class.
1487
1488 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
1489
1490         * ControlTest.cs: Added tests for enabled state inheritance
1491
1492 2006-06-19  Chris Toshok  <toshok@ximian.com>
1493
1494         * CurrencyManagerTest.cs: add some tests for related currency
1495         managers.
1496
1497         * BindingContextTest.cs: add a test for
1498         BindingContext.CollectionChanged -=.  Also add a test for passing
1499         null for data_member to BindingContext.Contains.
1500
1501 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1502
1503         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
1504         setter.
1505
1506 2006-06-01  Chris Toshok  <toshok@ximian.com>
1507
1508         * CurrencyManagerTest.cs: add a few tests to see what events are
1509         being emitted in which order from AddNew, CancelCurrentEdit and
1510         EndCurrentEdit.
1511
1512 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
1513
1514         * LabelTest.cs: 
1515           - Added (still unused) fuzzy compare for events
1516           - Disabled event order tests, they are too strict
1517         * ScrollBarTest.cs: Disabled event order tests, are too strict
1518
1519 2006-05-25  Jackson Harper  <jackson@ximian.com>
1520
1521         * TreeViewTest.cs: Add a couple of default properties.  Put in
1522         correct namespace.
1523         * TabControlTest.cs: Put in correct namespace.
1524
1525 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
1526
1527         * BindingContextTest.cs : added more tests for Item, Contains()
1528           and GetEnumerator().
1529
1530 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
1531
1532         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
1533
1534 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
1535
1536         Some compat fixes found by make run-test-ondotnet:
1537         * ListBoxTest.cs : they don't throw exceptions.
1538         * RichTextBoxTest.cs,
1539           ScrollBarTest.cs,
1540           ComboBoxTest.cs,
1541           ComboBoxTests.cs : Commented some lines out since they are
1542           environment (especially desktop theme) dependent.
1543           TabControlTest.cs : SetSelectedIndex() was my bad that the test
1544           needed the tab control be drawn to pass the test.
1545           Some tests are env. dependent (as well as others).
1546
1547 2006-05-16  Miguel de Icaza  <miguel@novell.com>
1548
1549         * DataGridTest.cs: Add a test case based on 78420, confirm that
1550         the fix works.
1551
1552 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1553
1554         * TabControlTest.cs : added test for bug #78395.
1555
1556 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
1557
1558         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
1559         NotWorking. Set eol-style to native.
1560
1561 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
1562
1563         * ControlTest.cs: Added backcolor tests related to transparency
1564           (bug #78026)
1565
1566 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
1567
1568         * ControlTest.cs: Ignore Invoke test, it hangs
1569
1570 2006-02-28  Matt Hargett (matt@use.net)
1571
1572         * ComboBoxTests.cs: Added
1573
1574 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
1575
1576         * ControlTest.cs: Added test for layout nesting
1577         * MonthCalendarTest.cs: Fixed typo in class name
1578
1579 2005-12-01  Jackson Harper  <jackson@ximian.com>
1580
1581          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
1582          SingleNodeIndexTest.
1583          - Fixed warning CS0219. Patches by Dieter Bremes
1584
1585 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
1586
1587         * DataGridViewElementTest.cs DataGridViewBandTest.cs
1588         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
1589         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
1590
1591         Add some DataGridView tests.
1592
1593 2005-11-11  Ankit Jain  <jankit@novell.com>
1594
1595         * RichTextBoxTest.cs: Fix typos.
1596
1597 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
1598
1599         * RichTextBoxTest.cs: Added Find() tests
1600
1601 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
1602
1603         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
1604
1605 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
1606
1607         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
1608
1609 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
1610
1611         * TabControlTest.cs : Added test case for TabControl
1612
1613 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
1614
1615         * TrackBarTest.cs : Added test case for TrackBar
1616
1617 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
1618          
1619         * DataGridBoolColumn.cs: fixes warning
1620
1621 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
1622
1623         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
1624           order for want and actual to avoid misleading errors
1625
1626 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
1627
1628         * GenerateControlStyleTest.cs: Code to auto-generate the
1629           source file ControlStyleTest.cs
1630         * ControlStyleTest.cs: Tests for testing ControlStyles
1631
1632 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1633
1634         * Common.cs : Add common things here.
1635         * LabelTest.cs : Remove common declarations to Common.cs
1636         * ScrollBarTest.cs : Remove common declarations to Common.cs
1637                              Add more propery range / exception tests
1638                              Add more event order tests
1639                              Fix Mouse tests.
1640                              Add event arg tests.
1641
1642 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1643
1644         * LabelTest.cs : Added more event tests (external handlers)
1645                           Added event arg checks
1646                           Fixed OnPaint tests.
1647                           Seperated invalidation tests.
1648
1649 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1650
1651         * ScrollBarTest.cs : Add more tests for event firing order
1652                              Messages to simulate mouse events
1653
1654 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
1655
1656         * ErrorProviderTest.cs : Added test case for ErrorProvider
1657
1658 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1659
1660         * LabelTest.cs : Added messages to simulate Key* events.
1661                          Key* events have tests now.
1662
1663 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
1664
1665         * LabelTest.cs : Implement event firing order tests.
1666         * ScrollBarTest.cs : Implement event firing order tests.
1667
1668 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
1669          
1670         * MenuTest.cs: Fixes some tests
1671         * MenuItemTest.cs: New unit test
1672
1673 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
1674
1675        * LabelTest.cs : Several new tests.
1676        * ScrollBarTest.cs : Several new tests.
1677        * bitmaps : added dir containing images for tests.
1678
1679 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
1680
1681         * ListViewItemTest.cs: New unit test 
1682
1683 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
1684
1685         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
1686         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
1687         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
1688         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
1689         ToolBarTest.cs, MenuTest.cs
1690
1691         Remove all the tests that are giving errors. All of them should 
1692         be reviewed. Right now having this text throwing 40 errors do not
1693         help at all to do regression testing. Peter has already assigned
1694         a group of controls to every developer that will be tested and 
1695         reviewed.
1696
1697 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
1698
1699         * PictureBoxTest.cs : Test case for PictureBox
1700
1701 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
1702
1703         * MonthCalendarTest.cs : Test case for MonthCalendar
1704
1705 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
1706         
1707         * ProgressBarTest.cs : Test case for ProgressBar
1708         * ToolBarTest.cs : Test case for ToolBar
1709         * ToolTipTest.cs : Test case for ToolTip
1710         * RichTextBoxTest.cs : Test case for RichTextBox
1711
1712 2005-08-16  Martin Baulig  <martin@ximian.com>
1713
1714         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
1715         to make it compile.
1716
1717 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1718         
1719         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
1720           ListViewTest.cs: enhancement and cleanup
1721
1722 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
1723
1724         * ImageListTest.cs   : Test case for ImageList
1725         * RadioButtonTest.cs : Test case for RadioButton
1726         * ScrollBarTest.cs   : Test case for ScrollBar
1727         * StatusBatTest.cs   : Test case for StatusBar
1728
1729 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
1730
1731         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
1732           yet implemented)
1733
1734 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
1735
1736         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
1737         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
1738
1739 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
1740
1741         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
1742
1743 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
1744
1745         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
1746           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
1747           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
1748           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
1749           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
1750           ListViewEventTest.cs :
1751                       Cleanup, Ignored tests which need manual intervention,
1752                       work still in progress.  
1753         
1754 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
1755
1756         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
1757         * GridTableStylesCollectionTest.cs: test fixes and enhancements
1758         * DataGridTest.cs: test fixes and enhancements
1759         * DataGridCellTest.cs: New unit test
1760         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
1761         * DataGridTableStyleTest.cs: test fixes and enhancements
1762
1763 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
1764
1765         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
1766           errors, streamlined a few tests, added full tab order test, still
1767           work in progress
1768
1769 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
1770         
1771         * FormTest.cs : Test case for Form
1772         * GropBoxTest : Test case for GroupBox
1773         * MenuTest.cs : Test case for Menu
1774         * ImageListTest.cs : Test case for ImageList
1775
1776 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
1777         
1778         * ListViewTest.cs : Test case for ListView
1779         * ListViewEventTest.cs : Test case for ListView events
1780         * ComboBoxTest.cs : Test case for ComboBox
1781         * FormEventTest.cs : Test case for Form events
1782
1783 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
1784         
1785         * CheckBoxTest.cs : Test case for CheckBox
1786         * CheckBoxEventTest.cs : Test case for CheckBox events
1787         * CheckedListBoxTest.cs : Test case for CheckedListBox
1788         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
1789
1790 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
1791
1792         * DataGridTextBoxColumnTest.cs: Test case
1793         * GridTableStylesCollectionTest.cs: Test case
1794         * DataGridTest.cs: Test case
1795         * GridColumnStylesCollectionTest.cs: Test case
1796         * DataGridTableStyleTest.cs: Test case
1797
1798
1799 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
1800         
1801         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
1802         * ListBoxEventTest.cs  : Test Cases for ListBox Events
1803
1804 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
1805         
1806         * TextBoxTest.cs : Test Cases for TextBox 
1807         * BUttonTest.cs  : Test Cases for Buttons
1808
1809 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
1810         
1811         * ControlEventTest.cs : Test Cases for Events 
1812         
1813 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1814
1815         * ControlTest.cs : Minor modifications
1816
1817 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
1818         
1819         * ControlTest.cs : Test for Control
1820
1821 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
1822         * LabelPropertyTest.cs : Test for Label
1823
1824 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
1825         * TreeViewTest.cs : Test for TreeView
1826         * TreeNodeTest.cs : Test for TreeNode
1827
1828 2004-11-29  Ravindra <rkumar@novell.com> 
1829         * ImageIndexConverter.cs : Test for ImageIndexConversion.
1830         
1831
1832