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