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