2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2009-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * DataObjectTest.cs: New assertions for the text functionality.
4
5 2009-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * ListBindingHelperTest.cs: New assertion for GetListItemType, as well
8         as a new helper collection class.
9
10 2009-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11
12         * ClipboardTest.cs: New test for serializable types.
13
14 2009-05-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15
16         * ToolStripDropDownTest.cs: New test to assure the Height atfer
17         calculating the layout depends on ToolStripItem.GetPreferredHeight.
18
19 2009-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20
21         * ToolStripControlHost.cs: New tests for DefaultSize and
22         OnHostedControlResize members.
23
24 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
25
26         * ToolStripMenuItemTest.cs: Improve test, and remove the
27         NotWorking attribute. Also remove the 'var' keywords, doh!
28
29 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
30
31         * ToolStripMenuItemTest.cs: Simplify test.
32
33 2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
34
35         * ToolStripMenuItemTest.cs: Add yet another non-passing test
36           (wors in MS.NET).
37
38 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
39
40         * ToolStripMenuItemTest.cs: add tests for Owner and OwnerItem.
41
42 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
43
44         * ToolStripMenuItemTest.cs: more accurate test, and fix build
45         (namespace clash).
46
47 2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
48
49         * ToolStripMenuItemTest.cs: Add a test for GetCurrentParent
50         (passes on MS.NET). Related to a11y bugs #485524 and #479397.
51
52 2009-05-04  Andrés G. Aragoneses <aaragoneses@novell.com>
53
54         * TabControlTest.cs: More accurate test for bug#499887 showing
55         the SelectedIndex at the moment of the event (passes on MS.NET).
56
57 2009-04-30  Andrés G. Aragoneses <aaragoneses@novell.com>
58
59         * TabControlTest.cs: Added test for bug#499887.
60
61 2009-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
62
63         * ClipboardTest.cs: New rrich text format test, and also re-name the 
64         previous test to be a little more informative. Also clear the data 
65         we have put in the clipboard before returning.
66
67 2009-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
68
69         * ToolStripTest.cs:
70         * ToolStripItemTest.cs: Update our Dispose tests.
71
72 2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
73
74         * DataGridViewTest.cs: Add tests to verify that the current cell changes 
75         if IsHandleCreated and the first row is added in a non-databound scenario.
76
77 2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
78
79         * DataGridViewTest.cs, DataGridViewColumnTest.cs: Add tests for 
80         Row/CellTemplates being always null.
81
82 2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
83
84         * DataGridViewTest.cs: Add tests for the relevance of IsHandleCreated and 
85         the BindingContext for the databound state of the DataGridView.
86
87 2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
88
89         * DataGridViewTest.cs: Add a test for Browsable(false) columns.
90
91 2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
92
93         * DataGridViewTest.cs: Add tests for CurrentCell.
94
95 2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
96
97         * DataGridViewTest.cs: Add tests for ColumnCount.
98
99 2009-03-07  Ivan N. Zlatev  <contact@i-nz.net>
100
101         * DataGridViewTest.cs: Add more tests for the RowCount property.
102
103 2009-03-06  Ivan N. Zlatev  <contact@i-nz.net>
104
105         * DataGridViewTest.cs: 
106
107 2009-03-05 Ivan N. Zlatev  <contact@i-nz.net>
108
109         * DataGridViewTest.cs: Add tests for scroll to selection to verify that 
110         the effect is applied synchronously.
111           Based on a patch by Tom Hindle <tom_hindle@sil.org>
112
113 2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
114
115         * DataGridViewTest.cs: Add tests for RowCount/ColumnCount decreasing. 
116
117 2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
118
119         * DataGridViewCellTest.cs: Add tests for OnDataGridViewChanged behavior.
120
121 2009-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
122
123         * MaskedTextBoxTest.cs: Yet a new Text test case.
124
125 2009-02-04  Mario Carrion <mcarrion@novell.com>
126
127         * ColumnHeaderTest.cs: Testing ListView.ColumnWidthChanged when 
128         changing Width (for bug #467086).
129
130 2009-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
131
132         * FormEventTest.cs: New test for VisibleChanged event (and children
133         controls as well).
134
135 2009-01-30  Ivan N. Zlatev  <contact@i-nz.net>
136
137         * NumericUpDownTest.cs: Add a test to check Height == PreferredHeight.
138
139 2009-01-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
140
141         * ListBoxTest.cs: New test for RemoveAt and selection.
142
143 2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
144
145         * ClipboardTest.cs: Ouch, I am an idiot - the members used in the new
146         file are 2.0.
147
148 2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
149
150         * ClipboardTest.cs: New tests file.
151
152 2009-01-16  Jonathan Pobst  <monkey@jpobst.com>
153
154         * FormEventTest.cs: Disable failing test that was enabled in r118455.
155
156 2009-01-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
157
158         * RadioButtonTest.cs: New test for Checked property. Also reset
159         'event_called' field to keep sanity for other tests.
160
161 2008-12-31  Ivan N. Zlatev  <contact@i-nz.net>
162
163         * DataGridViewTest.cs: Add a test for bug #457305.
164
165 2008-12-23  Jonathan Pobst  <monkey@jpobst.com>
166
167         * DataGridViewDataBindingTest.cs: Add test for bug #462019.
168
169 2008-12-22  Mario Carrion <mcarrion@novell.com>
170
171         * ControlTest.cs: CreatedAccessibilityTest enabled, testing
172         handle creation and custom accessibility implementation.
173
174 2008-12-19  Mario Carrion <mcarrion@novell.com>
175
176         * ControlTest.cs: Reverted r121558: Removed 
177         AccessibilityPropertiesTest.
178
179 2008-12-17  Jonathan Pobst  <monkey@jpobst.com>
180
181         * ListViewItemTest.cs: Add test for empty constructor.
182
183 2008-12-15  Mario Carrion <mcarrion@novell.com>
184
185         * ControlTest.cs: New test added: AccessibilityPropertiesTest to test
186         accessibility properties: AccessibleName, AccessibleDescription, 
187         AccessibleDefaultActionDescription and AccessibleRole.
188
189 2008-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
190
191         * MaskedTextBoxTest.cs: New test for the Text property.
192         By Andrus Moor (kobruleht2 at hot.ee).
193
194 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
195
196         * BindingSourceTest.cs: Sort_IBindingListView passes now.
197
198 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
199
200         * BindingSourceTest.cs: ListChanged_DataSourceSet passes now.
201
202 2008-12-02  Jonathan Pobst  <monkey@jpobst.com>
203
204         * PaintEventArgsTest.cs: Tests were failing due to being dependent
205         on the order in which the tests were running, which changed when we
206         did nunit 2.2->2.4.  Modified tests to not use global Graphics contexts,
207         and to dispose the Graphics like they were relying on the
208         GraphicsDispose () test to do.
209
210 2008-11-24  Jonathan Pobst  <monkey@jpobst.com>
211
212         * DataGridViewDataBindingTest.cs: Flush and add test for bug #448005.
213         * DataGridViewRowCollectionTest.cs: Add test for bug #448005.
214
215 2008-11-23  Jonathan Pobst  <monkey@jpobst.com>
216
217         * FormTest.cs: Add test for bug #447873.
218
219 2008-11-20  Jonathan Pobst  <monkey@jpobst.com>
220
221         * ToolStripItemTest.cs: Add test to ensure we don't crash when
222         ImageIndex refers to a non-existant index.
223
224 2008-11-18  Jonathan Pobst  <monkey@jpobst.com>
225
226         * DataGridViewColumnCollectionTest.cs: Add test to ensure we re-index
227         columns after modifying the collection.
228
229 2008-11-17  Jonathan Pobst  <monkey@jpobst.com>
230
231         * DataGridViewTest.cs: Add a test showing how RowTemplate works.
232
233 2008-11-01  Jonathan Pobst  <monkey@jpobst.com>
234
235         * DataGridViewRowCollectionTest.cs: Add some tests for bug #442181.
236
237 2008-11-11  Andreia Gaita <shana@jitted.com> 
238
239         * TestHelper.cs: Inconsistent eol fixes and eol-style
240
241 2008-11-11  Andreia Gaita <shana@jitted.com> 
242
243         * FocusTest.cs, FormTest.cs, FormEventTest.cs: Enable tests that depend on
244           synchronous WM_ACTIVATE messages and are now working with the latest
245           message fixes
246
247 2008-11-07  Jonathan Pobst  <monkey@jpobst.com>
248
249         * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
250         for bug #439479.
251
252 2008-11-06  Jonathan Pobst  <monkey@jpobst.com>
253
254         * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
255         for bug #439443.
256
257 2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
258
259         * ProgressBarTest.cs: Add new tests provided by Andy Hume. See
260         bug #440220.
261
262 2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
263
264         * FormTest.cs: Add test for bug #438866.
265
266 2008-10-31  Andreia Gaita  <shana@jitted.com>
267
268         * TestHelper.cs: Remove extraneous debug message
269         
270 2008-10-31  Andreia Gaita  <shana@jitted.com>
271
272         * TestHelper.cs: Add virtual setup and teardown methods. Any forms left
273           hanging around after a test will be disposed here so that they don't
274           clutter up the screen while the tests are running.
275
276         * *.cs: All tests now inherit from TestHelper so that the setup and
277           teardown routines are always called (barring one or two that already
278           inherit from swf classes that needs to be fixed)
279
280 2008-10-19  Andreia Gaita  <avidigal@novell.com>
281
282         * tests2.sh: Remove extra echos
283
284 2008-10-19  Andreia Gaita  <avidigal@novell.com>
285
286         * FormTest.cs: Fix failing test on .NET/Win
287
288 2008-10-19  Andreia Gaita  <avidigal@novell.com>
289
290         * FormTest.cs: Forms that get closed without a handle being created are
291         disposed in 2.0. Fixes failing FormTest.FormClose and
292         FormTest.FormClose2 on windows.
293
294 2008-10-18  Andreia Gaita  <avidigal@novell.com>
295
296         * tests2.sh: Some useful test options, see usage (default behaviour
297         remains the same)
298
299 2008-10-17  Jonathan Pobst  <monkey@jpobst.com>
300
301         * ComboBoxTest.cs: Add test for bug #436328.
302
303 2008-10-15  Ivan N. Zlatev  <contact@i-nz.net>
304
305         * TimerTest.cs: Enabling test case for bug #325033, because it's 
306         fixed.
307
308 2008-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
309
310         * ImageListTest.cs: Improved test for ICollection.CopyTo.
311
312 2008-09-30  Jonathan Pobst  <monkey@jpobst.com>
313
314         * TreeNodeTest.cs: Test for ImageKey/ImageIndex plus flush some tests
315         sitting in my local tree.
316
317 2008-09-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
318
319         * DragAndDropTest.cs: Simplify some of the helper code, as well as
320         adding a new test for dnd operations without mouse movement.
321
322 2008-09-24  Jonathan Pobst  <monkey@jpobst.com>
323
324         * ControlTest.cs: Add test for bug #386450.
325
326 2008-09-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
327
328         * ListViewItemTest.cs: New test for public ctor of
329         ListViewSubItemCollection.
330
331 2008-09-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>   
332
333         * BindingTest.cs: New test for data source looking for a data source
334         property with a *specific* value type, more specific than just the
335         property type.
336
337 2008-09-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
338
339         * ListControlTest.cs: New test for testing that FormattingEnabled,
340         FormatString and FormatInfo property changes *actually* cause a call
341         to RefreshItems.
342
343 2008-09-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
344
345         * BindingTest.cs: New test for empty string passed as property.
346
347 2008-09-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
348
349         * BindingTest.cs: New .ctor asertion for DataSourceNullValue default
350         value.
351
352 2008-09-15  Jonathan Pobst  <monkey@jpobst.com>
353
354         * CheckedListBoxTest.cs, ListBoxTest.cs: Add some tests from Andy
355         Hume for bug #426166.
356
357 2008-09-11  Jonathan Pobst  <monkey@jpobst.com>
358
359         * ListViewCollectionsTest.cs: Add test for bug #425342.
360
361 2008-09-08  Jonathan Pobst  <monkey@jpobst.com>
362
363         * ComboBoxTest.cs: Add test for bug #424270.
364
365 2008-09-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
366
367         * BindingTest.cs: New test for nested properties using a DataSet.
368
369 2008-09-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
370
371         * BindingTest.cs: New tests for multiple nested properties in the
372         data source, by Andy Hume.
373
374 2008-08-26  Jonathan Pobst  <monkey@jpobst.com>
375
376         * ErrorProviderTest.cs: Add test for bug #420305.
377
378 2008-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
379
380         * ListControlTest.cs: Add a container for a mock item, to test
381         multiple nested properties.
382         * BindingContextTest.cs: New test for the overload of the indexer
383         taking a data source with a data member (including nested properties,
384         or multiple objects, as msdnstates).
385
386 2008-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
387
388         * ListBoxTest.cs: Added tests for SetItemsCore. Added and improved tests
389         for ObjectCollection. Added tests for IntegerCollection.
390
391 2008-08-23  Gert Driesen  <drieseng@users.sourceforge.net>
392
393         * ControlTest.cs: Added .ctor tests.    
394
395 2008-08-19  Jonathan Pobst  <monkey@jpobst.com>
396
397         * LinkLabelTest.cs: Add test for bug #410709.
398
399 2008-08-02  Gert Driesen  <drieseng@users.sourceforge.net>
400
401         * FormEventTest.cs: Modified several tests to no longer require manual
402         intervention. Added/improved tests for Form events.
403
404 2008-07-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
405
406         * ListBindingHelperTest.cs: New test for GetList receiving an IEnumerable
407         object which return instances of ICustomTypeDescriptor instances,
408         instead of actual items.
409
410 2008-07-30  Ivan N. Zlatev  <contact@i-nz.net>
411
412         * TableLayoutTest.cs: Add tests for bug #412582
413
414 2008-07-29  Jonathan Pobst  <monkey@jpobst.com>
415
416         * ListBox.cs: Make test not font dependent.
417
418 2008-07-29  Jonathan Pobst  <monkey@jpobst.com>
419
420         * ListBox.cs: Add test for bug #412728.
421
422 2008-07-25  Ivan N. Zlatev  <contact@i-nz.net>
423
424         * TableLayoutTest.cs: Add test for bug #412161
425
426 2008-07-23  Gert Driesen  <drieseng@users.sourceforge.net>
427
428         * ListViewItemTest.cs: Marked SerializeExact_Mono as NotWorking to fix
429         buildbot.
430
431 2008-07-22  Gert Driesen  <drieseng@users.sourceforge.net>
432
433         * ListViewItemTest.cs: Enabled (de)serialization tests.
434         * PictureBoxTest.cs: Enabled tests for bug #378308.
435
436 2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
437
438         * ListViewItemTest.cs: Fixed tests.
439
440 2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
441
442         * ListViewItemTest.cs: Added ListViewSubItem (de)serialization tests,
443         added/improved ctor tests and add property tests.
444         * PictureBoxTest.cs: Added tests for Load(Async) argument checks.
445
446 2008-07-15  Jonathan Pobst  <monkey@jpobst.com>
447
448         * ImageListTest.cs: Add test for bug #409169.
449
450 2008-07-14  Jonathan Pobst  <monkey@jpobst.com>
451
452         * TreeViewTest.cs: Add test for bug #409029.
453
454 2008-07-14  Jonathan Pobst  <monkey@jpobst.com>
455
456         * TreeNodeCollectionTest.cs: Add test for bug #408999.
457
458 2008-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
459
460         * PictureBoxTest.cs: Split up ImageLocation test in sync and async
461         tests.
462
463 2008-07-11  Gert Driesen  <drieseng@users.sourceforge.net>
464
465         * PictureBoxTest.cs: Added (notworking) test for ImageLocation.
466
467 2008-07-10  George Giolfan  <georgegiolfan@yahoo.com>
468
469         * FormTest.cs: Enabled the MinimizedWindowSize test and made it "NotWorking".
470
471 2008-07-09  Jonathan Pobst  <monkey@jpobst.com>
472
473         * StatusBarTest.cs: Tests from Andy Hume for StatusBarPanelCollection.
474
475 2008-07-08  George Giolfan  <georgegiolfan@yahoo.com>
476
477         * FormTest.cs: Disabled the MinimizedWindowSize test.
478
479 2008-07-08  Jonathan Pobst  <monkey@jpobst.com>
480
481         * ComboBoxTest.cs: Test showing PreferredHeight is independent of
482         ItemHeight.
483
484 2008-07-08  George Giolfan  <georgegiolfan@yahoo.com>
485
486         * FormTest.cs: Added the MinimizedWindowSize test.
487
488 2008-07-07  Ivan N. Zlatev  <contact@i-nz.net>
489
490         * ControlTest.cs: Add tests for the Dispose behavior.
491
492 2008-07-07  Ivan N. Zlatev  <contact@i-nz.net>
493
494         * TableLayoutTest.cs: Add test for bug #402651
495
496 2008-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
497
498         * TreeViewTest.cs: Add test for bug #406449.
499
500 2008-07-03  Jonathan Pobst  <monkey@jpobst.com>
501
502         * ScrollBarTest.cs: Add test for bug #403122.
503
504 2008-06-20  Ivan N. Zlatev  <contact@i-nz.net>
505
506         * PaddingConverterTest.cs: Add tests for bugs #396076 and #396078
507          Based on patch by Andy Hume  <andyhume32@yahoo.co.uk>
508
509 2008-06-14  Everaldo Canuto  <ecanuto@novell.com>
510
511         * DataGridTextBoxColumnTest.cs: Fixes the size of text box, according to 
512         .Net results it must be (97,97).
513
514 2008-06-13  Jonathan Pobst  <monkey@jpobst.com>
515
516         * DefaultLayoutTests.cs: Change test for bug #399316 to be less exact.
517
518 2008-06-13  Jonathan Pobst  <monkey@jpobst.com>
519
520         * DefaultLayoutTests.cs: Add test for bug #399316.
521
522 2008-06-12  Jonathan Pobst  <monkey@jpobst.com>
523
524         * DataGridViewDataBindingTest.cs: Add test for deleting rows
525         from the dataset and the table.
526
527 2008-06-12  Jonathan Pobst  <monkey@jpobst.com>
528
529         * DataGridViewDataBindingTest.cs: Add test for bug #399601.
530
531 2008-06-09  Jonathan Pobst  <monkey@jpobst.com>
532
533         * ControlTest.cs: Add test for bug #397943.
534
535 2008-06-04  George Giolfan  <georgegiolfan@yahoo.com> 
536
537         * FormTest.cs: Added SettingIconToNull.
538
539 2008-06-03  George Giolfan <georgegiolfan@yahoo.com> 
540
541         * DataGridViewTest.cs: Added EnableHeadersVisualStylesDefaultValue. 
542
543 2008-06-03  Jonathan Pobst  <monkey@jpobst.com>
544
545         * TableLayoutTest.cs Add another test for bug #396433.
546
547 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
548
549         * TimerTest.cs: Disable test that fails a bunch on buildbots.
550
551 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
552
553         * TableLayoutTest.cs Add test for bug #396433.
554
555 2008-06-02  Andreia Gaita <avidigal@novell.com> 
556
557         * TextBoxTest.cs: Fix endif
558
559 2008-06-02  Andy Hume  <andyhume32@yahoo.co.uk>
560
561         * TextBoxTest.cs: Test for TextBoxAutoCompleteSourceConverter, 
562         bug 396124.
563
564 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
565
566         * TableLayoutTest.cs Add test for bug #396141.
567
568 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
569
570         * TimerTest.cs: Increase sleep time to see if it will make
571         StartTest fail less.
572
573 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
574
575         * DataGridViewDataBindingTest.cs: Add test for bug #345483.
576
577 2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
578
579         * DataGridViewDataBindingTest.cs: Add test for bug #337470.
580
581 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
582
583         * DataGridViewDataBindingTest.cs: Add test for bug #325239.
584
585 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
586
587         * DataGridViewDataBindingTest.cs: Add test for AutoGenerateColumns.
588
589 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
590
591         * DataGridViewColumnCollectionTest.cs: Change Add() test to not
592         create 2 column collections.
593
594 2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
595
596         * DataGridViewDataBindingTest.cs: Added.
597
598 2008-05-20  Andreia Gaita <avidigal@novell.com> 
599
600         * WebBrowserTest.cs: Added WebBrowser unit tests (not included in the
601           build at the moment)
602         * tests2.sh: Fix case on dll name
603
604 2008-05-13  Atsushi Enomoto  <atsushi@ximian.com>
605
606         * TimerTest.cs : added test for bug #325033.
607
608 2008-05-12  Jonathan Pobst  <monkey@jpobst.com>
609
610         * ApplicationTest.cs: Disable test that I am tired of seeing
611         false positives on the buildbot.
612
613 2008-05-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
614
615         * BindingTest.cs: Activate a pair of previously not working 2.0 tests.
616
617 2008-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
618
619         * ListBindingHelperTest.cs: Remove the NotWorking category from
620         GetListItemPropertiesTest, as well as add a pair of new assertions.
621
622 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
623
624         * BindingSourceTest.cs: New tests for ApplySort and RemoveSort methods.
625
626 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
627
628         * BindingSourceTest.cs: Activate a pair of tests.
629
630 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
631
632         * BindingSOurceTest.cs: New assertion for
633         ISupportInitializeNotification test.
634
635 2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
636
637         * BindingSource.cs: New tests for ISupportInitializeNotification
638         property.
639
640 2008-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
641
642         * BindingSourceTest.cs: New tests for Sort property.
643
644 2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
645
646         * LinkLabelTest.cs: Enable tests related to bug #346156.
647
648 2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
649
650         * LinkLabelTest.cs: Enable tests related to bug #346154.
651
652 2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
653
654         * LinkLabelTest.cs: Put LinkTest and LinkCollectionTest classes outside of 
655         LinkLabelTest class, subclasses looks to be not work with nunit.
656
657 2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
658
659         * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is
660         fixed in r102445.
661
662 2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
663
664         * DataGridViewRowCollectionTest.cs: Disable test requiring shared rows.
665         * DataGridViewRowTest.cs, DataGridViewCellTest.cs: Disable
666         tests requiring DGVComboBox.
667
668 2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
669
670         * InputLanguageTest.cs: Add test for bug #385506.
671
672 2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
673
674         * BindingSourceTest.cs: New Filter/RemoveFilter tests.
675
676 2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
677
678         * DragAndDropTest.cs: New test.
679
680 2008-04-28  Jonathan Pobst  <monkey@jpobst.com>
681         
682         * ScrollBarTest.cs: Add test for bug #384182.
683
684 2008-04-24  Jonathan Pobst  <monkey@jpobst.com>
685
686         * InputLanguageTest.cs: Add test for bug #373871.
687
688 2008-04-23  Ivan N. Zlatev  <contact@i-nz.net>
689
690         * ControlTest.cs: Remove the focusing tests from the validation 
691         test. They fail on X11 anyway due to a long standing X11 visibility 
692         asynchronicity problem in MWF. The Vaildation test do pass.
693
694 2008-04-23  Jonathan Pobst  <monkey@jpobst.com>
695
696         * DataGridViewRowHeaderTest.cs: Comment font dependent tests.
697
698 2008-04-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
699
700         * DragAndDropTest.cs: New dnd tests.
701
702 2008-04-22  Jonathan Pobst  <monkey@jpobst.com>
703
704         * DataGridViewRowHeaderTest.cs: Add some tests for new
705         functionality.
706
707 2008-04-21  Jonathan Pobst  <monkey@jpobst.com>
708
709         * TreeView.cs: Add tests for bug #382028.
710
711 2008-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
712
713         * ControlTest.cs: Enabled test for bug #330501.
714
715 2008-04-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
716
717         * CurrencyManagerTest.cs: New 2.0 IsBinding test.
718
719 2008-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
720
721         * BindingTest.cs: Enable some more tests.
722
723 2008-04-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
724
725         * BindingTest.cs: Enable IsBindingTest.
726
727 2008-04-09  Jonathan Pobst  <monkey@jpobst.com>
728
729         * DataGridViewImageCellTest.cs: Add.
730
731 2008-04-08  Jonathan Pobst  <monkey@jpobst.com>
732
733         * DataGridViewCheckBoxCellTest.cs: Add.
734
735 2008-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
736
737         * BindingSourceTest.cs: Enable some old not working tests.
738
739 2008-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
740
741         * DataBindingTests.cs: Enable some CurrencyManager tests.
742
743 2008-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
744
745         * BindingSourceTest.cs: Add new tests for GetRelatedCurrencyManager
746         method.
747
748 2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
749
750         * DataGridViewLinkCellTest.cs: Add.
751
752 2008-04-03  Jonathan Pobst  <monkey@jpobst.com>
753
754         * TimerTest.cs: Disable a finicky test that occasionally fails.
755
756 2008-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
757
758         * BindingContextTest.cs: New test for ICurrencyManagerProvider
759         instances passed as data sources.
760
761 2008-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
762
763         * BindingSourceTest.cs: New test for type instances as data sources.
764
765 2008-04-02  Jonathan Pobst  <monkey@jpobst.com>
766
767         * DataGridViewButtonCellTest.cs: Add.
768
769 2008-04-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
770
771         * BindingSourceTest.cs: New test for ICancelAddNew support.
772         * CurrencyManagerTest.cs: Likewise.
773
774 2008-04-01  Jonathan Pobst  <monkey@jpobst.com>
775
776         * DataGridViewTest.cs: Commit the rest of my test so the tests
777         compile.
778
779 2008-04-01  Jonathan Pobst  <monkey@jpobst.com>
780
781         * DataGridViewTest.cs: Add tests for IsInputChar and IsInputKey.
782
783 2008-03-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
784
785         * BindingSourceTest.cs: More event tests and also a new ones for
786         RemoveCurrent and IsBindingSuspended properties.
787
788 2008-03-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
789
790         * BindingSourceTest.cs: Add tests for ListChanged event, and also new
791         assertions for Position property. Mark ListChanged_DataSourceSet as
792         not working, while I try to figure out why setting the DataSource
793         fires 2 events instead of only one.
794
795 2008-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
796
797         * BindingSource.cs: Add test for just added members in BindingSource.
798
799 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
800
801         * ComboBoxTest.cs: Add test for bug #374654.
802
803 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
804
805         * DataGridViewTextBoxCellTest.cs: Mark 2 of the new tests
806         as font dependent.
807
808 2008-03-28  Jonathan Pobst  <monkey@jpobst.com>
809
810         * DataGridViewTextBoxCellTest.cs: Bunch of new tests.
811
812 2008-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
813
814         * DataBindingTests.cs: Mark as NotWorking some CurrencyManager tests by
815         now.
816
817 2008-03-26  Jonathan Pobst  <monkey@jpobst.com>
818
819         * DataGridViewTest.cs: Add test for bug #343965.
820
821 2008-03-26  Jonathan Pobst  <monkey@jpobst.com>
822
823         * TreeViewTest.cs: Add test for bug #373603.
824
825 2008-03-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
826
827         * ListBindingHelper.cs: New test for GetListName method.
828
829 2008-03-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
830
831         * BindingSourceTest.cs: New tests for Add/AddNew/Clear methods, as
832         well as new assertions for other tests.
833
834 2008-03-25  Jonathan Pobst  <monkey@jpobst.com>
835
836         * DataGridViewTest.cs: Enable gert's test for bug #325979.
837
838 2008-03-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
839
840         * BindingSourceTest.cs: Re-activate some tests and also add a new
841         ones.
842
843 2008-03-24  Jonathan Pobst  <monkey@jpobst.com>
844
845         * DataGridViewTest.cs: Add test for bug #331649.
846
847 2008-03-24  Jonathan Pobst  <monkey@jpobst.com>
848
849         * DataGridViewTest.cs: Add test for bug #325588.
850
851 2008-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
852
853         * BindingSourceTest.cs: New assertion for DataMember_ListRelationship
854         test method.
855
856 2008-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
857
858         * ListBindingHelperTest.cs: New assertion for GetListTest () test
859         method.
860
861 2008-03-21  Jonathan Pobst  <monkey@jpobst.com>
862
863         * MenuItemTest.cs: Add test for #372845.
864
865 2008-03-21  Andreia Gaita <avidigal@novell.com> 
866
867         * FocusTest.cs: New test for #372616. Checks if a control inside a
868           UserControl is selected when UserControl gets focus.
869
870 2008-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
871
872         * BindingSourceTest.cs: New assertion case for DataSource, passing an
873         instance of IListSource.
874         * ListBindingHelperTest.cs: Make ListSource class internal.
875
876 2008-03-20  Jonathan Pobst  <monkey@jpobst.com>
877
878         * DataGridViewCellTest.cs: Tests for newly implemented stuffs.
879
880 2008-03-20  Jonathan Pobst  <monkey@jpobst.com>
881
882         * DataGridViewCellTest.cs: Don't verify exception message,
883         throwing the exception is enough.
884
885 2008-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
886
887         * ListBindingHelperTest.cs: Update GetListTest with new assertions.
888         Also add GetListItemProperties tests - not working by now, but should
889         guide us to a correct implementation.
890
891 2008-03-19  Jonathan Pobst  <monkey@jpobst.com>
892
893         * DataGridViewCellTest.cs: Ignore Size test since a
894         cell's height is based off its height.
895
896 2008-03-19  Jonathan Pobst  <monkey@jpobst.com>
897
898         * DataGridViewCellTest.cs: Add new suite of tests.
899
900 2008-03-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
901
902         * ListBindingHelperTest.cs: New GetListItemType test.
903
904 2008-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
905
906         * ListBindingHelperTest.cs: New file and a new test.
907
908 2008-03-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
909
910         * ControlBindingsCollectionTest.cs: New test for 2.0
911         Default DataSourceUpdateMode property.
912
913 2008-03-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
914
915         * ListBoxTest.cs: New tests for 2.0 selection methods
916         in the different selection modes. Also, in GetSelectedTest (), 
917         be sure that we set the right selection mode (test cleaness).
918
919 2008-03-05  Jonathan Pobst  <monkey@jpobst.com>
920
921         * TableLayoutTest.cs: Add test for bug #367249.
922
923 2008-02-27  Jonathan Pobst  <monkey@jpobst.com>
924
925         * UserControlTest.cs: Add test for PreferredSize.
926
927 2008-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
928
929         * BindingTest.cs: Added a new test for 2.0 BindableComponent property
930         - again as not working ;-(. Also add a child class of ToolStripItem to
931         test this property.
932         * ControlBindingsCollectionTest.cs: Likewise.
933
934 2008-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
935
936         * BindingTest.cs: Added a new test for 2.0 NullValue property - mark
937         as NotWorking by now ;-(. Also add an assertion for this new property
938         in CtorTest.
939
940 2008-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
941
942         * BindingTest.cs: Update ctor test with 2.0 properties, and add new
943         tests for 2.0 FormattingEnabled and FormatString properties.
944
945 2008-02-21  Jonathan Pobst  <monkey@jpobst.com>
946
947         * ToolStripContainerTests.cs: Add test for bug #363555.
948
949 2008-02-20  Jonathan Pobst  <monkey@jpobst.com>
950
951         * SplitContainerTests.cs: Add test for bug #363303.
952
953 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
954
955         * SelectionRangeTest.cs: Add NET_2_0 so that 1.1 profile will build.
956
957 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
958
959         * SelectionRangeTest.cs: Add tests from Andy Hume.
960
961 2008-02-19  Jonathan Pobst  <monkey@jpobst.com> 
962
963         * ComboBoxTest.cs: Use PreferredHeight in MethodScaleControl.
964         Fixes buildbot failure.
965
966 2008-02-19  Jonathan Pobst  <monkey@jpobst.com>
967
968         * FlowPanelTests.cs: Add test for bug #361448.
969
970 2008-02-19  Jonathan Pobst  <monkey@jpobst.com> 
971
972         * ComboBoxTest.cs: Add test for bug #360862.
973
974 2008-02-18  Andreia Gaita <avidigal@novell.com>
975
976         * ControlTest.cs: New test to check if, when controls don't have 
977         a parent and are then reparented, their location is not changed.
978
979 2008-02-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
980
981         * BindingTest.cs: New test for 2.0 DataSourceNullValue property -
982         which is not working by now (but should guide us to correctly
983         implement some missing features in data binding).
984
985 2008-02-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
986
987         * BindingTest.cs: New test for changes in data source property (with
988         a 'PropertyChange' event).
989
990 2008-02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
991
992         * BindingTest.cs: Add new cases for DataSourceUpdateMode test,
993         and also add a 2.0 WriteValueTest test.
994
995 2008-02-08  Jonathan Pobst  <monkey@jpobst.com>
996
997         * ComboBoxTest.cs: MethodScaleControl needs to take Font into
998         account, which PreferredHeight does.  Fixes a failing test.
999
1000 2008_02-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1001
1002         * ListControl.cs: Add setter and events for MockItem members -
1003         we need them to test data binding.
1004         * BindingTest.cs: Add tests for 2.0 members (ControlUpdateMode,
1005         DataSourceUpdateMode, ReadValue), and for IsBinding property.
1006         Mark as NotWorking IsBindingTest and DataSourceUpdateMode as they are
1007         failing by now.
1008
1009 2008-02-08  Jonathan Pobst  <monkey@jpobst.com>
1010
1011         * FormTest.cs: Commit tests from James Purcell for his new
1012         AutoScale implementation.  [Bug #359098]
1013
1014 2008-02-07  Jonathan Pobst  <monkey@jpobst.com>
1015
1016         * MdiFormTest.cs: Add test for bug #336296.
1017
1018 2008-02-07  Jonathan Pobst  <monkey@jpobst.com>
1019
1020         * MdiFormTest.cs: Add test for bug #325473.
1021
1022 2008-02-06  Jonathan Pobst  <monkey@jpobst.com>
1023
1024         * TimerTest.cs: Several asserts in one test had the same name,
1025         so I can't tell which assert is failing on the buildbot.  Fixed.
1026
1027 2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1028
1029         * BindingsCollectionTest.cs: New file.
1030
1031 2008-02-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1032
1033         * CurrencyManagerTest.cs: New tests for 2.0 ListChanged event.
1034         * ListControlTest.cs: Add a default ctor for MockItem.
1035
1036 2008-02-03  Luke Page   <luke.a.page@gmail.com>
1037
1038         * RichTextBoxTest.cs: Restored property test with failing tests
1039         commented so that it tests the fix to bug 358379 that AutoSize
1040         defaults to false.
1041
1042 2008-02-03  Luke Page   <luke.a.page@gmail.com>
1043
1044         * TextBoxTest.cs: Added test from James Purcell for bug #358229 to
1045         test FixedHeight control style when multiline changed.
1046
1047 2008-02-01  Jonathan Pobst  <monkey@jpobst.com>
1048
1049         * ListBoxTest.cs: Disable test that is default font dependent.
1050
1051 2008-02-01  Jonathan Pobst  <monkey@jpobst.com>
1052
1053         * ListBoxTest.cs: Commit some tests for bug #357152 from James
1054         Purcell.
1055
1056 2008-01-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1057
1058         * BindingManagerBaseTest.cs: New test for 2.0 IsBindingSuspended test.
1059
1060 2008-01-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1061
1062         * ComboBoxTest.cs: New SelectedTextWithBinding test - for #333750.
1063
1064 2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
1065
1066         * ImageListStreamerTest.cs: Added binary (de)serialization tests.
1067
1068 2008-01-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1069
1070         * BindingTest.cs: Add DataSourceNullTest test - for #324286.
1071
1072 2008-01-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1073
1074         * ListControlTest.cs: Add SelectedValue2 test - for #324286.
1075
1076 2008-01-24  Jonathan Pobst  <monkey@jpobst.com>
1077
1078         * TableLayoutTest.cs: Add tests for bug #354672.
1079
1080 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1081
1082         * FormTest.cs: Add test for bug 355703.
1083
1084 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1085
1086         * TableLayoutTest.cs: Set ClientSize to a known size to 
1087         make Bug355408 () WM independent.
1088
1089 2008-01-23  Jonathan Pobst  <monkey@jpobst.com>
1090
1091         * TableLayoutTest.cs: Add test for bug #355408.
1092
1093 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1094
1095         * TableLayoutTest.cs: Add test for bug #354676.
1096
1097 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1098
1099         * ScrollabeControlTest.cs: Add test for bug #354676.
1100
1101 2008-01-22  Jonathan Pobst  <monkey@jpobst.com>
1102
1103         * ControlTest.cs: Add test for bug #355074.
1104
1105 2008-01-18  Jonathan Pobst  <monkey@jpobst.com>
1106
1107         * FormTest.cs: Add test from James Purcell for bug #354669.
1108
1109 2008-01-18  Jonathan Pobst  <monkey@jpobst.com>
1110
1111         * MdiFormTest.cs: Add test for bug #354286.
1112
1113 2008-01-15  Jonathan Pobst  <monkey@jpobst.com>
1114
1115         * FormTest.cs: Add test for bug #353827.
1116
1117 2008-01-14  Jonathan Pobst  <monkey@jpobst.com>
1118
1119         * FormTest.cs: Add tests for RestoreBounds.
1120
1121 2008-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1122
1123         * ListViewItemTest.cs: Activating the RemoveFocusedItem test,
1124         as well as commenting the assertion that is failling _only_ in the
1125         test scenario, not in real world (see the explanation in the test).
1126
1127 2008-01-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1128
1129         * ListControlTest.cs: New SelectedValue property test.
1130
1131 2008-01-05  Jonathan Pobst  <monkey@jpobst.com>
1132
1133         * RichTextBoxTest.cs: Add test for bug #351886.
1134
1135 2007-12-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1136
1137         * CurrencyManagerTest.cs: In AddNew test, also check that
1138         CurrencyManager is firing the 2.0 ListChanged event, as well as
1139         passing the right ListChangedEventArgs.
1140
1141 2007-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1142
1143         * ListBoxTest.cs: New assertions in FindStringTest and
1144         FindStringExactTest methods, needed to make sure we are doing the right
1145         thing in those methods.
1146
1147 2007-12-18  Everaldo Canuto  <ecanuto@novell.com>
1148
1149         * MenuItemTest.cs: Add a test case for menuitem properties when created by
1150         CloneMenu. Thanks Luke Page for test case.
1151
1152 2007-12-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1153
1154         * ListViewItemTest.cs: Added new Constructor_Group test, that I
1155         forgot to add after fixing a 2.0 bug.
1156
1157 2007-12-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1158
1159         * ListViewItemTest.cs: Contructor_Serializable test only applies for 
1160         the 2.0 profile.
1161
1162 2007-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1163
1164         * ListBoxTest.cs: Added test for the case when the selected item
1165         is removed.
1166
1167 2007-12-13  Jonathan Pobst  <monkey@jpobst.com>
1168
1169         * TableLayoutTest.cs: Add tests for bug #346246.
1170
1171 2007-12-11  Jonathan Pobst  <monkey@jpobst.com>
1172
1173         * ControlTest.cs: Add a test for bug #347282.
1174
1175 2007-12-10  Jonathan Pobst  <monkey@jpobst.com>
1176
1177         * ToolStripManagerTest.cs: Add a test for bug #347669.
1178
1179 2007-12-07  Jonathan Pobst  <monkey@jpobst.com>
1180
1181         * DataBindingTests.cs: Silence some debug spew.
1182
1183 2007-12-06  Andreia Gaita <avidigal@novell.com>
1184
1185         * FormTest.cs: Run ChildFocused test for win only, relies
1186         on synch messages on X
1187
1188 2007-12-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1189
1190         * ListViewItemTest.cs: Added new 2.0 Position test.
1191
1192 2007-12-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1193
1194         * ListViewItemTest.cs: Added new serialization test.
1195
1196 2007-12-05  Gert Driesen  <drieseng@users.sourceforge.net>
1197
1198         * LinkLabelTest.cs: Added tests for bug #344012, bug #346154 and
1199         bug #346156.
1200
1201 2007-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
1202
1203         * MenuStripTest.cs: Added test for bug #342358.
1204
1205 2007-11-19  Everaldo Canuto  <ecanuto@novell.com>
1206
1207         * NotifyIconTest.cs: Add Balloon test, bug #342141.
1208
1209 2007-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
1210
1211         * ComboBoxTest.cs: Enabled test for bug #331144.
1212
1213 2007-11-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1214
1215         * ListViewTest.cs: New exception test for 2.0 FindNearestItem method.
1216
1217 2007-11-13  Jonathan Pobst  <monkey@jpobst.com>
1218
1219         * DateTimePickerTest.cs: Remove a compare on seconds in a format
1220         string so that we get a Assert.AreEqual (DateTime.Now, DateTime.Now)
1221         failure 60x less often on the buildbots.  (I've never actually seen
1222         the minutes be different, but the possibility is still there.)
1223
1224 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
1225
1226         * FormTest.cs: Added reference to bug #339641. Remove CWLs.
1227
1228 2007-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
1229
1230         * PropertyGridTest.cs: Enabled and improved PropertySort tests.
1231
1232 2007-11-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1233
1234         * ListViewItemTest.cs: Mark RemoveFocusedItem as NotWorking.
1235         * PropertyGridTest.cs: The same for PropertySort_Valid and 
1236         PropertySort_Invalid.
1237
1238 2007-11-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1239
1240         * ListViewItemTest.cs: New tests for 2.0 IndentCount property.
1241
1242 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
1243
1244         * ListViewItemTest.cs: Enabled test for bug #331643 and #330415.
1245         * PropertyGridTest.cs: Added tests for PropertySort.
1246
1247 2007-10-30  Jonathan Pobst  <monkey@jpobst.com>
1248
1249         * FormTest.cs: Test from George for bug #325242.
1250
1251 2007-10-30  Jonathan Pobst  <monkey@jpobst.com>
1252
1253         * FormTest.cs: Add test for bug #325436.
1254
1255 2007-10-30  Andreia Gaita <avidigal@novell.com>
1256
1257         * ContainerControlTest.cs: Add test for #329718
1258
1259 2007-10-29  Jonathan Pobst  <monkey@jpobst.com>
1260
1261         * DateTimePickerTest.cs: Tests for setting the Value outside the
1262         range of MinDate and MaxDate.
1263
1264 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
1265
1266         * ButtonBaseTest.cs: Added test for IsDefault.
1267         * FormTest.cs: Added test for AcceptButton. Commented out CWLs.
1268
1269 2007-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1270
1271         * ListViewItemTest.cs: New tests for focused state. Also,
1272         comment a new ones, as they don't work by now, but should work
1273         as soon as we fix an issue there.
1274
1275 2007-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
1276
1277         * RichTextBoxTest.cs: Added tests for negative SelectionLength and
1278         SelectionStart.
1279         * TextBoxTest.cs: Added tests for negative SelectionLength and
1280         SelectionStart. Avoid using anonymous methods to allow tests to build
1281         using csc 1.x; use EventLogger to capture events. Removed CWL.
1282
1283 2007-10-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1284
1285         * DragEventArgsTest.cs: New file.
1286
1287 2007-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
1288
1289         * ListViewItemTest.cs: Added test for bug #330415 and #331643.
1290         Use Assert.IsFalse and Assert.IsTrue instead of Assert.AreEqual.
1291
1292 2007-10-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1293
1294         * TreeNodeTest.cs: Added a test to be sure leaf nodes 
1295         keep their expanded/collapsed state when we get calls to
1296         Expand/Collapse. Also add a forgotten test for EndEdit method.
1297
1298 2007-10-05  Gert Driesen  <drieseng@users.sourceforge.net>
1299
1300         * ComboBoxTest.cs: Added test for bug #331144.
1301
1302 2007-10-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1303
1304         * TreeViewEventsTest.cs: New file. Tests for TreeView events.
1305
1306 2007-10-04  Gert Driesen  <drieseng@users.sourceforge.net>
1307
1308         * ControlTest.cs: Added test for bug #330501.
1309
1310 2007-10-02  Jonathan Pobst  <monkey@jpobst.com>
1311
1312         * TextBoxTest.cs: Remove NotWorking from FocusSelectsAllTest.
1313
1314 2007-09-29  Jonathan Pobst  <monkey@jpobst.com>
1315
1316         * RadioButtonTest.cs: Fix test to not fail on monobuild.
1317
1318 2007-09-27  Jonathan Pobst  <monkey@jpobst.com>
1319
1320         * RadioButtonTest.cs: Added test for bug #328672.
1321
1322 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
1323
1324         * DataGridViewTest.cs: Added test for bug #325979. Code formatting.
1325
1326 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
1327
1328         *  DataGridViewCellTest.cs: Code formatting. Removed useless SetUp and
1329         TearDown methods. Removed useless test.
1330         * DataGridViewCellCollectionTest.cs: Added indexer tests.
1331
1332 2007-09-21  Jonathan Pobst  <monkey@jpobst.com>
1333
1334         * TreeViewTest.cs: Add test for bug #326858.
1335
1336 2007-09-20  Jonathan Pobst  <monkey@jpobst.com>
1337
1338         * DateTimePickerTest.cs: Make DateTimeMinDate 2.0 only.
1339
1340 2007-09-19  Jonathan Pobst  <monkey@jpobst.com>
1341
1342         * DateTimePickerTest.cs: Add test for bug #326609.
1343
1344 2007-09-14  Jonathan Pobst  <monkey@jpobst.com>
1345
1346         * ToolStripTest.cs: Asserts showing Selectable control style depends
1347         on TabStop.
1348
1349 2007-09-14  Jonathan Pobst  <monkey@jpobst.com>
1350
1351         * SplitContainerTests.cs: Enable some ignored tests mainly dealing 
1352         with FixedPanel.
1353
1354 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1355
1356         * DefaultLayoutTest.cs: Test for Docked AutoSize controls.
1357
1358 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1359
1360         * TextBoxTest.cs: Change Modified test to use a fresh TextBox instead
1361         of relying on test running order.  Fix font dependent-ness of Bug82749
1362         to be less than 30.
1363
1364 2007-09-12  Jonathan Pobst  <monkey@jpobst.com>
1365
1366         * TextBoxTest.cs: Change an IsTrue to AreEqual in Bug82749 so that I
1367         can see what the failing value is on monobuild since I cannot repro locally.
1368
1369 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1370
1371         * DefaultLayoutTest.cs: Add test for bug #82805.
1372
1373 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1374
1375         * DefaultLayoutTest.cs: Mark Bug82762 as WM dependent.
1376
1377 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1378
1379         * TextBoxTest.cs: Add test for bug #82749.
1380
1381 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1382
1383         * ControlTest.cs: Add test for bug #82748.
1384
1385 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1386
1387         * ScrollBarTest.cs: Add test demonstrating behavior when Maximum
1388         is set lower than Value.
1389
1390 2007-09-11  Jonathan Pobst  <monkey@jpobst.com>
1391
1392         * DefaultLayoutTest.cs: Add test for bug #82762.
1393
1394 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
1395
1396         * TableLayoutTest.cs: Make test for bug #82605 not depend on font measurements.
1397
1398 2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
1399
1400         * TableLayoutTest.cs: Add test for bug #82605.
1401
1402 2007-08-31  Jonathan Pobst  <monkey@jpobst.com>
1403
1404         * ToolStripItemTest.cs: Added test to show that Enabled can
1405         depend on Parent/Owner's Enabled.
1406
1407 2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
1408
1409         * ContainerControlTest.cs: Added test for ValidateChildren.
1410
1411 2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
1412
1413         * FolderBrowserDialogTest.cs: Added tests for Description and
1414         ShowNewFolderButton.
1415
1416 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
1417
1418         * FolderBrowserDialogTest.cs: Added tests for SelectedPath and
1419         RootFolder.
1420         * SaveFileDialogTest.cs: Renamed class and improved AddExtension test.
1421
1422 2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1423
1424         * ListViewGroupTest.cs: New assertions for a pair of tests.
1425
1426 2007-08-23  George Giolfan  <georgegiolfan@yahoo.com>
1427
1428         * FlowPanelTests.cs: Add PreferredSize test.
1429
1430 2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
1431
1432         * ListBoxTest.cs, ListViewTest.cs, TreeViewTest.cs: Add tests that show
1433         IsInputChar should always return true for these controls.
1434
1435 2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
1436
1437         * ComboBoxTest.cs: Add test for AutoSize behavior.
1438
1439 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1440
1441         * DataGridViewCellTest.cs: Added GetClipboardContentTest,
1442           GetClipboardContentTestException.
1443         * DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs: Added.
1444         * DataGridViewColumnHeaderTest.cs: Added GetClipboardContentTestException
1445         * DataGridViewRowHeaderTest.cs: Added GetClipboardContentTestException/2.
1446         * DataGridViewTest.cs: Added GetClipboardContentsDisabled,
1447           GetClipboardContents, GetClipboardContents_HeadersAlways,
1448           GetClipboardContents_HeadersNever and GenerateClipboardTest with several
1449           helper functions.
1450
1451 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1452
1453         * DataGridViewColumnCollectionTest.cs, DataGridViewComboBoxCellTest.cs,
1454           DataGridViewRowCollectionTest.cs, DataGridViewTextBoxColumnTest.cs,
1455           DataGridViewBandTest.cs: Fixed line endings.
1456         * DataGridViewCommon.cs: Fixed line endings, added
1457           CreateAndFillForClipboard.
1458
1459 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1460
1461         * DataObjectTest.cs: Added TestConvertible.
1462
1463 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1464
1465         * ListViewGroupCollectionTest.cs: New tests for the indexers.
1466
1467 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1468
1469         * DataGridViewTest.cs: Added EditingRowAfterAddingColumns.
1470
1471 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1472
1473         * StatusBarPanelTest.cs: Added IconWidth.
1474
1475 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
1476
1477         * FormTest.cs: Add test for opacity.
1478
1479 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
1480
1481         * DataGridTableStyle.cs: An assert added to test ResetHeaderFont.
1482
1483 2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1484
1485         * FormTest.cs: Added test for bug 82358.
1486
1487 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
1488
1489         * FormTest.cs: Add test for bug #82470.
1490
1491 2007-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1492
1493         * ListViewCollectionsTest.cs: New tests for ListViewItemCollection
1494         when used with ListViewGroup.
1495         * ListViewGroupCollectionTest.cs: Likewise.
1496         * ListViewItemTest.cs: Likewise.
1497
1498 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
1499
1500         * ToolBarButtonTest.cs: Add test showing how ImageIndex and ImageKey interact.
1501
1502 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1503
1504         * TextBoxTest.cs: Fix old SelectionLength assert to work on MS and match
1505         corrected Mono behavior.
1506
1507 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1508
1509         * DataGridViewTest.cs: Added EditingRow.
1510
1511 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1512
1513         * ToolTip.cs: Add test for bug #82399.
1514
1515 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
1516
1517         * TextBoxTest.cs: New test for 82371 to illustrate SelectionLength value when
1518         no text is selected.
1519
1520 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
1521
1522         * ListBoxTest.cs: Mark test MethodScaleControl as not working.
1523
1524 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1525
1526         * DataGridViewCommon.cs: Added CreateAndFillBig.
1527         * DataGridViewTest.cs: Added SelectedRowsTest and SelectedColumnsTest.
1528
1529 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1530
1531         * DataGridViewCommon.cs: Added a comment.
1532         * DataGridViewCellTest.cs: Added ReadOnlyTest.
1533
1534 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1535
1536         * DataGridViewColumnCollectionTest.cs: Added AddFullColumnSelect.
1537
1538 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1539
1540         * ContainerControlTest.cs, ControlTest.cs, DefaultLayoutTest.cs,
1541           FormTest.cs, PanelTest.cs, TableLayoutTest.cs, UserControlTest.cs:
1542           Dispose of forms when they're no longer used.
1543         * ListViewCollectionsTest.cs: Dispose of listviews when they're no longer
1544           used.
1545
1546 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
1547
1548         * ListBoxTest.cs: Added test for ScaleControl.
1549
1550 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1551
1552         * DataGridViewTest.cs: Added test for #82326 and added a few forgotten
1553           [Test] attributes.
1554
1555 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1556
1557         * DataGridViewCellTest.cs: Added EditTypeTest and TestDefaultValues.
1558
1559 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1560
1561         * DataGridViewTest.cs: Added AutoResizeColumnTest.
1562
1563 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1564
1565         * DataGridViewRowCollectionTest.cs: Added.
1566
1567 2007-07-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1568
1569         * DataGridViewRowTest.cs: Comment out more asserts that probably are
1570           DPI dependent.
1571
1572 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1573
1574         * DataGridViewRowTest.cs: Comment out a few asserts that probably are
1575           DPI dependent.
1576
1577 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1578
1579         * DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
1580         * EventLogger.cs: Create a EventLog class, can print to the console
1581           events as they are raised.
1582         * DataGridViewCellTest.cs: Added AddRow_Changes.
1583         * TestHelper.cs: Add DumpObject, can be used to dump an object's values
1584           in a Assert.X (values) form.
1585         * FormTest.cs: Added ChildFocused test (NotWorking).
1586
1587 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
1588
1589         * LabelTest.cs: Test showing that changing the width or height when
1590         autosize = true has no effect.
1591
1592 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1593
1594         * DataGridViewColumnCollectionTest.cs,
1595           DataGridViewTextBoxColumnTest.cs, DataGridViewBandTest.cs,
1596           DataGridViewCommon.cs, DataGridViewComboBoxCellTest.cs: Added.
1597         * DataGridViewColumnTest.cs: Added InitialValues.
1598         * DataGridViewTest.cs: More tests.
1599
1600 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1601
1602         * DataGridViewTest.cs: More tests.
1603         * CurrencyManagerTest.cs: Remove CWL's.
1604
1605 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1606
1607         * ScrollableControlTest.cs: Added AutoScrollPositiontest
1608
1609 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1610
1611         * FormHandleTest.cs: Make a couple of classes public, so that other
1612           tests can use them.
1613         * FormTest.cs: Added tests for #81969.
1614
1615 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1616
1617         * ComboBoxTests.cs, ComboBoxTest.cs: Unified ComboBoxTest.cs and
1618           ComboBoxTests.cs, deleted ComboBoxTests.cs
1619
1620 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1621
1622         * ToolStripTest.cs: One of my notworking tests slipped out.
1623
1624 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1625
1626         * ListBoxTest.cs, MenuStripTest.cs, ToolStripComboBoxTest.cs,
1627         ToolStripContentPanelTest.cs, ToolStripControlHostTest.cs,
1628         ToolStripDropDownTest.cs, ToolStripProgressBarTest.cs,
1629         ToolStripTest.cs: Sync up some local test additions.
1630
1631 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
1632
1633         * ListControl.cs: Fix test that is failing on i586.
1634
1635 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
1636
1637         * ContainerControlTest.cs: Add test for 2.0 AutoScaling.  It's
1638         marked NotWorking because it depends on fonts and DPI, but it
1639         can still be used to compare to .NET.
1640
1641 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
1642
1643         * ComboBoxTest.cs: Added test for bug #82069.
1644         * ListControlTest.cs: Added tests for bug #81771.
1645
1646 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
1647
1648         * ButtonTest.cs: Add test showing a NSE if Flat BorderColor is 
1649         transparent.
1650
1651 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1652
1653         * MessageTest.cs: Add tests for op_Equality and op_Inequality.
1654
1655 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1656
1657         * LinkAreaTest.cs: Add tests for op_Equality and op_Inequality.
1658
1659 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
1660
1661         * ListBoxTest.cs: Add test for bug #80466.
1662
1663 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
1664
1665         * TableLayoutTest.cs: Simplify and enable Gert's test for bug
1666         #82040.  Add a test for bug #82041.
1667
1668 2007-07-08  Gert Driesen  <drieseng@users.souceforge.net>
1669
1670         * TableLayoutTest.cs: Added test for bug #82040.
1671
1672 2007-07-07  Jonathan Pobst  <monkey@jpobst.com>
1673
1674         * TableLayoutTest.cs: Add test for bug #81936.
1675
1676 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1677
1678         * ListControl.cs: Add test for Formatting behavior.
1679
1680 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1681
1682         * LabelTest.cs: Add test for Image[List|Index|Key].
1683
1684 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
1685
1686         * TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
1687         failed on the buildbots.  I just realized it was actually failing due to
1688         a Label change I hadn't committed, which has now been committed.
1689
1690 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
1691
1692         [Various tests from my local tree]
1693         * ButtonBaseTest.cs: Test for default Accessibility.State.
1694         * LabelTest.cs: Test for default Margin.
1695         * MenuStripTest.cs: Test for CanSelect.
1696         * ScrollBarTest.cs: Test for 2.0 ScrollBarEventArgs.
1697         * SplitContainerTests.cs: Uncomment some Dock and Location asserts.
1698         * StatusStripTest.cs: Tests for default RenderMode and AccessibilityObject.
1699         * ToolStripDropDownTest.cs: Tests for default TextDirection and AccessibilityObject.
1700         * ToolStripItemTest.cs: Test for default TextDirection, ProcessMnemonic.
1701         * ToolStripMenuItemTest.cs: Test for default ForeColor and AccessibilityObject.
1702         * UserControlTest.cs: Test for AutoSize behavior.
1703
1704 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1705
1706         * ListViewItemTest.cs: Add tests for Focused property.
1707
1708 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1709
1710         * ListViewTest.cs: Add tests for 2.0 FocusedItem property setter.
1711
1712 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1713
1714         * ListViewTest.cs: Add tests for 2.0 TopItem property setter.
1715
1716 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
1717
1718         * FormTest.cs, TableLayoutTest.cs: Mark some tests that depend on
1719         WM decoration sizes as Ignore.
1720
1721 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1722
1723         * ListViewTest.cs: Add test for 2.0 HotTracking.
1724
1725 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
1726
1727         * TableLayoutTest.cs: Add test for CellBorderStyle.
1728
1729 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1730
1731         * FormTest.cs: Add tests for ScaleControl and GetScaledBounds.
1732
1733 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1734
1735         * TableLayoutTest.cs: Add test for bug #81843.
1736
1737 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1738
1739         * UpDownBaseTest.cs: Test for Min/Max size.
1740
1741 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1742
1743         * ErrorProviderTest.cs: Test for Clear method.
1744
1745 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
1746
1747         * PictureBoxTests.cs: Test for 2.0 field defaults.
1748
1749 2007-06-12  Andreia Gaita  <avidigal@novell.com>
1750         
1751         * TabControlTest.cs: Add test for tabcontrol without tabs but with a font
1752         change (triggers a ResizeTabs call and was blowing up nicely - #81802).
1753
1754 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1755
1756         * ListViewCollectionsTest.cs (SelectedIndexCollectionTest_IndexOfTest):
1757         Move to NET_2_0 profile.
1758
1759 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1760
1761         * ListViewCollectionsTest.cs: New tests for CheckedItemCollection and
1762         SelectedIndexCollection when using VirtualMode.
1763
1764 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1765
1766         * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".
1767
1768 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1769
1770         * GroupBoxTest.cs: Missed an if.
1771
1772 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1773
1774         * GroupBoxTest.cs: AutoSize is theme dependent.
1775
1776 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1777
1778         * ComboBoxTest.cs: Add test for ScaleControl.
1779
1780 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1781
1782         * GroupBoxTest.cs: Add some 2.0 tests.
1783
1784 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
1785
1786         * PanelTest.cs: Add.
1787
1788 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1789
1790         * ScrollableControlTest.cs: ScrollToControl test is theme dependent due to
1791         the width of scrollbars.
1792
1793 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
1794
1795         * ScrollableControlTest.cs: Add test for ScrollToControl.
1796
1797 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1798
1799         * ScrollBarTest.cs, SplitterTest.cs: Add some 2.0 tests.
1800         * ScrollBarTest.cs: Comment out several tests that no longer compile due
1801         to bug #81818.
1802
1803 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1804
1805         * ButtonTest.cs: BehaviorAutoSize is font dependent, only run on windows.
1806
1807 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
1808
1809         * ButtonBaseTest.cs: Add test for default values.
1810         * ButtonTest.cs: Add test for default values, add test for AutoSize.
1811
1812 2007-06-04  Gert Driesen  <drieseng@users.sourceforge.net>
1813
1814         * PropertyGridTest.cs: Added test for bug #81796, and reworked
1815         SelectedGridItem_Null test to no longer check actual message.
1816
1817 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1818
1819         * FormTest.cs: Modify AutoSizeGrowAndShrink test to pass on all WM's.
1820
1821 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
1822
1823         * FormTest.cs: Add tests for AutoSize'ing.
1824
1825 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1826
1827         * LabelTest.cs: Fix SizeTest for 2.0 profile since autosize theres
1828         diferent behavior on 2.0.
1829
1830 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1831
1832         * ScrollableControlTest.cs: Add ResizeAnchoredTest.
1833         * PropertyGridTest.cs: A few more tests.
1834
1835 2007-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1836
1837         * ListViewTest.cs: Added a new test for 2.0 RedrawItem method.
1838
1839 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
1840
1841         * ControlTest.cs: Add tests for 2.0 scaling methods.
1842
1843 2007-05-30  Andreia Gaita  <avidigal@novell.com>
1844
1845         * FocusTest.cs: Add tests for ContainerControl - fire events even if 
1846         there is no form, and set active control before firing events.
1847
1848 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
1849
1850         * ControlTest.cs: Test to show the effects of ResumeLayout(false).
1851
1852 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1853
1854         * ListView.cs:
1855         * ListViewItem.cs: Added 2.0 ListViewItem.ToolTipText tests.
1856
1857 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1858
1859         * TextBoxTest.cs: Ignore a couple of font-dependent tests.
1860
1861 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1862
1863         * MonthCalendarTest.cs: Added InitialSizeTest.
1864
1865 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1866
1867         * FormTest.cs: Increase timeout value. Might prevent tests from failing
1868           on slower computers.
1869
1870 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
1871
1872         * DateTimePickerTest.cs: Added tests for MinDate and MaxDate.
1873
1874 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1875
1876         * DateTimePickerTest.cs: Avoid test failures on Windows system with
1877         non-us locale.
1878
1879 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1880
1881         * NumericUpDownTest.cs: Avoid use of global identifier since csc 1.x
1882         does not support this.
1883         * FormTest.cs: Avoid using anonymous methods. Allows our test to build
1884         again using csc 1.x.
1885
1886 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
1887
1888         * TreeNodeCollectionTest.cs: Added tests for Add and AddRange. Fixed
1889         and improved test for IList indexer.
1890
1891 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
1892
1893         * TextBoxTest.cs: Improve tests for Copy, Cut and Paste to also cover
1894         bug #81736.
1895
1896 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1897
1898         * KeyEventArgsTest.cs: Added.
1899
1900 2007-05-24  Andreia Gaita  <avidigal@novell.com>
1901
1902         * NumericUpDownTest.cs: Added 1.1 and 2.0 tests.
1903
1904 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1905
1906         * ListControlTest.cs:
1907         * CheckedListBoxTest.cs: Move the GetItemText test
1908         to ListControl, since the method it's part of it. Also
1909         add a FilterItemOnProperty test.
1910
1911 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1912
1913         * DefaultLayoutTest.cs: Add test for bug 81199. (nested controls)
1914
1915 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
1916
1917         * ContainerControlTest.cs: Test to show ProcessMnemonic is called
1918         regardless of CanSelect.
1919
1920 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1921
1922         * TestHelper.cs: Remove reference to event_log from constructor.
1923
1924 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1925
1926         * ControlTest.cs: Add test to show that setting a control's Visible
1927         property causes it's parent to relayout.
1928
1929 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
1930
1931         * DefaultLayoutTest.cs: Add test for docking when parent has Padding.
1932
1933 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1934
1935         * TestHelper.cs: Remove Event log we already have a EventLogger class.
1936
1937 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1938
1939         * TestHelper.cs: Event log added.
1940
1941 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
1942
1943         * ContextMenuTest.cs: ContextMenu tests added.
1944
1945 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1946
1947         * ToolBarButtonTest.cs: Added test for Name.
1948
1949 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
1950
1951         * FormTest.cs: Renamed FormCantGetTooSmall test and use comparison
1952         with SystemInformation.MinimumWindowSize. Enable test.
1953
1954 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1955
1956         * FormTest.cs: Added ShowDialogCloseTest.
1957
1958 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
1959
1960         * FormTest.cs: Mark FormCantGetTooSmall as NotWorking.  It only applies to Windows.
1961
1962 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
1963
1964         * DefaultLayoutTest.cs: Tests for bugs 81694, 81695.
1965         * FormTest.cs: Test setting the form size smaller than the WM will
1966         allow it.
1967
1968 2007-05-21  Chris Toshok  <toshok@ximian.com>
1969
1970         * DataBindingTests.cs (TestColumnAdd): enable this test.  the
1971         system.data changes required are in, and it works now.
1972
1973 2007-05-19  Andreia Gaita  <avidigal@novell.com>
1974
1975         * NumericUpDownTest: Added.
1976
1977 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1978
1979         * DataObjectTest.cs: Added.
1980
1981 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
1982
1983         * TreeViewTest.cs: Added test for DoubleBuffered.
1984
1985 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
1986
1987         * KeysConverterTest.cs: Added.
1988         * LinkConverterTest.cs: Added.
1989         * LinkLabelTest.cs: Added tests for LinkLabel.Link.
1990
1991 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1992
1993         * ListBoxTest.cs: New test for some exceptions in
1994         ListBox.ObjectCollection methods.
1995
1996 2007-05-17  Chris Toshok  <toshok@ximian.com>
1997
1998         * ControlBindingsCollectionTest.cs: new test file, move a test
1999         from BindingTest here.
2000
2001         * BindingTest.cs (DuplicateBindingAdd): move the test to
2002         ControlBindingsCollectionTest.
2003
2004         * BindingManagerBaseTest.cs (BindingsTest): enable this test.
2005         passes now.
2006
2007         * DataBindingTests.cs: define #WITH_BINDINGS, since we now seem to
2008         work with them.
2009         (TestInsertRowBeforeCurrent): ignore this test on 2.0 though, as
2010         we generate too many Binding.Format events.
2011         (TestColumnAdd): ignore this test on 1.1, until System.Data
2012         generates the proper (2) number of events causing us to emit
2013         MetadataChanged.
2014
2015         * CurrencyManagerTest.cs (AddNew2): ignore this test for the time
2016         being.  it's hitting a System.Data exception which doesn't happen
2017         on MS.
2018
2019 2007-05-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2020
2021         * TextBoxTest.cs: BackColorTest: Fix it, we may get invalidates and
2022           paints after a Form.Show ().
2023
2024 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2025
2026         * TabControlTest.cs: Ignore the enter/leave tests for a bit
2027
2028 2007-05-17  Andreia Gaita  <avidigal@novell.com>
2029
2030         * TabControlTest.cs: Add tests for Enter/Leave events on tabpages
2031
2032 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2033
2034         * TreeViewImageIndexConverterTest.cs: Added.
2035
2036 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
2037
2038         * ToolStripTextBoxTest.cs: Enable tests for auto complete and shortcuts
2039         enabled stuff.
2040
2041 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
2042
2043         * ImageKeyConverterTest.cs: Added.
2044         * TreeViewImageKeyConverterTest.cs: Added.
2045
2046 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
2047
2048         * TextBoxTest.cs: Add test for IsInputChar method.
2049
2050 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
2051
2052         * ToolStripItemCollectionTest.cs: Removed duplicate test.
2053
2054 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
2055
2056         * ToolBarTest.cs: Add tests for toolbar size (horizontal and vertical),
2057         also test #81523.
2058
2059 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
2060
2061         * ToolBarTest.cs: CreateHandleTest added.
2062
2063 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2064
2065         * FormTest.cs: Marking test for bug 81582 as NotWorking as it fails
2066         on X11.  Bug is reopened.
2067
2068 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2069
2070         * ToolStripItemCollectionTest.cs: Enable tests.
2071
2072 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2073
2074         * MaskedTextBoxTest.cs: Added more tests.
2075
2076 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
2077
2078         * FormTest.cs: Add test for bug 81582.
2079
2080 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
2081
2082         * ToolStripItemCollectionTest.cs: Added tests for ctor, Insert and
2083         Remove.
2084
2085 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2086
2087         * ControlTest.cs: Expand and enable test for UseWaitCursor.
2088
2089 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2090
2091         * ControlTest.cs: Added test for IsInputChar.
2092
2093 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
2094
2095         * ControlTest.cs: Added tests for PreProcessMessage and
2096         PreProcessControlMessage.
2097
2098 2007-05-08  Gert Driesen  <drieseng@users.sourceforge.net>
2099
2100         * ControlTest.cs: Added test for UseWaitCursor.
2101
2102 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2103
2104         * ControlTest.cs: Tests demonstrating Control.AutoSize from 
2105         Stefan Noack.
2106
2107 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
2108
2109         * ToolStripManagerTest.cs: Add test for bug #81477.
2110
2111 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
2112
2113         * ControlTest.cs: Expand GetChildAtPointTest to cover 2.0 cases.
2114
2115 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2116
2117         Added.
2118
2119 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2120
2121         * MdiFormTest.cs: Added DeactivatedEventTest.
2122
2123 2007-05-03  Chris Toshok  <toshok@ximian.com>
2124
2125         * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
2126         profile as well.
2127
2128 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
2129
2130         * ApplicationTest.cs: Add a test for RaiseIdle.
2131
2132 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
2133
2134         * TreeNodeCollectionTest.cs: Add Unit tests for ContainsKey and 
2135       IndexOfKey methods.
2136
2137 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
2138
2139         * DataGridViewColumnTest.cs: Added test for bug #81464, improved 
2140         existing tests.
2141         * DataGridViewTextBoxCellTest.cs: Added test for Value.
2142         * RichTextBoxTest.cs: Added test for bug #80626.
2143         * TabControlTest.cs: Added test for TabPageCollection indexer.
2144         * TextBoxTest.cs: Enabled test for bug #80626.
2145
2146 2007-04-29  Andreia Gaita  <avidigal@novell.com>
2147
2148         * TabControlTest.cs: Add more 2.0 select and deselect tab tests.
2149
2150 2007-04-28  Gert Driesen  <drieseng@users.sourceforge.net>
2151
2152         * DataBindingTest.cs: Avoid using anonymous methods to allow tests to
2153         build using csc 1.x.
2154         * CurrencyManagerTest.cs: Same.
2155
2156 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2157
2158         * BindingNavigatorTest.cs: Ignored failing test until a bug gets fixed
2159
2160 2007-04-27  Chris Toshok  <toshok@ximian.com>
2161
2162         * CurrencyManagerTest.cs, DataBindingTests.cs,
2163         BindingManagerBaseTest.cs, BindingSourceTest.cs, BindingTest.cs:
2164         lots of misc changes.
2165
2166 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
2167
2168         * ToolStripTest.cs: Fix the failing MethodGetNextItem test.
2169
2170 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2171
2172         * FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
2173           ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
2174           TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
2175           MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
2176           ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
2177           ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
2178           running the tests.
2179         * ApplicationTest.cs: Dispose of the 61 forms we were keeping open
2180           while running the tests. Added OpenFormsTest.
2181         * FormTest.cs: Dispose of the 61 forms we were keeping open while
2182           running the tests. Added DialogOwnerTest.
2183
2184 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2185
2186         * BindingNavigatorTest.cs: Added more tests to check more behaviour
2187
2188 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
2189
2190         * ToolStripDropDownTest.cs: Add Assert for default orientation.
2191         * ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
2192         Add test for GetNextItem.
2193
2194 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2195
2196         * MdiFormTest.cs: Added tests for #81409.
2197
2198 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2199
2200         * MdiFormTest.cs: Added tests for #81409.
2201
2202 2007-04-24  Raja R Harinath  <rharinath@novell.com>
2203
2204         * BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
2205         API newer than present in the tree.
2206
2207 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
2208
2209         * BindingNavigatorTest.cs: Initial tests
2210
2211 2007-04-23  Chris Toshok  <toshok@ximian.com>
2212
2213         * TestHelper.cs: move RunningOnUnix here.
2214
2215         * FocusTest.cs: use TestHelper.RunningOnUnix.
2216
2217         * FormTest.cs: use TestHelper.RunningOnUnix.
2218
2219 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
2220
2221         * TableLayoutTest.cs: Add a bunch of tests I thought I had lost
2222         before I lose them for real.
2223
2224 2007-04-21  Jonathan Pobst  <monkey@jpobst.com>
2225
2226         * DefaultLayoutTest.cs: Added test for bug #81397.
2227
2228 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
2229
2230         * RichTextBoxTest.cs: Added test for bug #80620.
2231         * TreeViewTest.cs: Added test for bug #80620.
2232         * ListViewTest.cs: Added test for bug #80620.
2233         * UpDownTest.cs: Added test for bug #80620.
2234         * TextBoxTest.cs: Enabled test for bug #80620.
2235
2236 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
2237
2238         * GroupBoxTest.cs: Add tests for default properties and
2239         DisplayRectangle.
2240
2241 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
2242
2243         * FormTest.cs: Enabled test for bug #80773.
2244
2245 2007-04-17  Chris Toshok  <toshok@ximian.com>
2246
2247         * BindingTest.cs: remove the NotWorking from
2248         BindingContextChangedTest2, and add a new, NotWorking test.
2249
2250 2007-04-16  Jonathan Pobst  <monkey@jpobst.com>
2251
2252         * ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
2253         from ImageList tests and reenable tests.
2254
2255 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2256
2257         * ToolStripItemTest.cs: Enable a bunch of tests for recently 
2258         implemented properties.
2259         * ToolStripManager.cs: Add tests for Merge and RevertMerge.
2260
2261 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2262
2263         * DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
2264         Enabled test after IsInEditOrNavigateMode fix.
2265
2266 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2267
2268         * DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
2269         TypeConverter usage in Edit and Commit.
2270
2271 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2272
2273         * ListViewItemTest.cs: Added several ctor tests. Added tests to verify
2274         throws exceptions. Added tests for ListViewSubItemCollection's Clear
2275         and RemoteAt methods that prove that we need to ensure there's always
2276         at least one subitem.
2277
2278 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2279
2280         * ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
2281         * TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.
2282
2283 2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
2284
2285         * TreeViewTest.cs: Added NotWorking test for bug #81319.
2286
2287 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2288
2289         * ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
2290           generate paint messages on Windows) and change PubPropTest to
2291           accept (0,0) as a valid mouse location.
2292
2293 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2294
2295         * DateTimePickerTest.cs: Added a few more cases to TextTest.
2296
2297 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2298
2299         * DateTimePickerTest.cs: Added a few more cases to TextTest.
2300
2301 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2302
2303         * MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
2304
2305 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2306
2307         * ContainerControlTest.cs: Add RemoveActiveControlTest
2308         * MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
2309         * FormTest.cs: Add special window style cases.
2310
2311 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2312
2313         * RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
2314         Added ScrollBars tests.
2315         * TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
2316         Improved ReadOnly tests.
2317
2318 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
2319
2320         * FormHandleTest.cs: Enabled test for bug #81272.
2321
2322 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2323
2324         * HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.
2325
2326 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2327
2328         * UserControlTest.cs: Add test for CreateParams.
2329
2330 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
2331
2332         * FormHandleTest.cs: Added test for bug #81272.
2333
2334 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2335
2336         * MdiFormTest.cs: Added test for #79964.
2337
2338 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2339
2340         * ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
2341         some tests I didn't mean to commit yet.
2342
2343 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2344
2345         * StatusStripTest.cs: Added.
2346         * ToolStripContainerTest.cs: Added.
2347         * ToolStripContentPanelTest.cs: Added.
2348         * ToolStripDropDownTest.cs: Added.
2349         * ToolStripManagerTest.cs: Added.
2350         * ToolStripOverflowButtonTest.cs: Added.
2351         * ToolStripOverflowTest.cs: Added.
2352         * ToolStripPanelTest.cs: Added.
2353         * ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
2354         * ToolStripStatusLabelTest.cs: Added.
2355
2356 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2357
2358         * ListViewItemTest.cs: Add tests for constructors taking
2359         an array of strings, for the ListViewSubItem constructors,
2360         and for the ListViewSubItemCollection.AddRange method receiving
2361         and array of null strings.
2362
2363 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2364
2365         * ToolStripTest.cs: Fix ambiguous Category attribute.
2366
2367 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2368
2369         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
2370
2371 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2372
2373         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
2374         * MenuStripTest.cs: General test suite.
2375         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
2376         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
2377         * ToolStripItemTest.cs: Test for method Dispose.
2378         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
2379         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
2380         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
2381         CreateLayoutSettings.
2382
2383 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2384
2385         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
2386         work correctly.
2387
2388 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2389
2390         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
2391         tests to pass on .Net 2.0.
2392
2393 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
2394
2395         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
2396         NotWorking to fix the monobuild.
2397
2398 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2399
2400         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
2401           monobuild for unknown reasons.
2402         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
2403           unknown reasons.
2404
2405 2007-03-22  Chris Toshok  <toshok@ximian.com>
2406
2407         * FormTest.cs: enable Location test for #80052.
2408
2409 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2410
2411         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
2412           StartLocationTest*s, since they are failiing on WinXP with XP
2413           theme.
2414         * FormTest.cs: Added tests for StartPosition.
2415
2416 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2417
2418         * DefaultLayoutTest.cs: Fixed line endings.
2419         * BindingSourceTest.cs: Remove a couple of warnings.
2420
2421 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2422
2423         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
2424         UseItemStyleForSubItems.
2425
2426 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2427
2428         * EventLogger.cs: Add CountEvents.
2429         * MdiFormTest.cs: Added CloseTest.
2430
2431 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2432
2433         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
2434
2435 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2436
2437         * RichBoxTest.cs: Enabled ReadOnly test.
2438
2439 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2440
2441         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
2442
2443 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2444
2445         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
2446
2447 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2448
2449         * FormHandleTest.cs: Create new forms at a few specific places + a few
2450           more corner cases. No longer not working.
2451         * MdiFormHandleTest.cs: These tests are working now.
2452         * FormTest.cs: IsHandleCreated is working now, the parented tests are
2453           not working.
2454
2455 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
2456
2457         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
2458
2459 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2460
2461         * RichTextBoxTest.cs: Marked failing test NotWorking.
2462
2463 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2464
2465         * ControlTest.cs: Added InvokeTestParentHandle.
2466
2467 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
2468
2469         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
2470         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
2471
2472 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2473
2474         * ComboBoxTest.cs: Added DataBindingTest.
2475
2476 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2477
2478         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
2479           to get in.
2480
2481 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2482
2483         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
2484
2485 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2486
2487         * ApplicationContextTest.cs: Added NotWorking test for nested
2488           application contexts.
2489         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
2490           on windows that won't close until the mouse is moved. Add a few
2491           more corner cases to the test.
2492         * MdiFormTest.cs: Add TopLevelTest.
2493
2494 2007-03-15  Chris Toshok  <toshok@ximian.com>
2495
2496         * BindingSourceTest.cs: add another test, and mark the NotWorking
2497         ones so that they aren't clogging up the 2.0 build.
2498
2499 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
2500
2501         * DefaultLayoutTest.cs: Add test for bug #80912.
2502
2503 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
2504         
2505         * Common.cs, TestHelper.cs: Replaces all uses of the custom
2506         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
2507
2508 2007-03-15  Chris Toshok  <toshok@ximian.com>
2509
2510         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
2511         with an extra one included.
2512
2513 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2514
2515         * FormTest.cs: Disable FormBorderStyleTest for the moment.
2516         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
2517         
2518 2007-03-14  Jackson Harper  <jackson@ximian.com>
2519
2520         * TreeViewTest.cs: Some more tests pass now.
2521
2522 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
2523
2524         * ErrorProviderTest.cs: Enabled previously failing tests.
2525
2526 2007-03-14  Andreia Gaita  <avidigal@novell.com>
2527
2528         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
2529         Selecting events.
2530
2531 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
2532
2533         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
2534
2535 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
2536
2537         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
2538         test NotWorking. Removed extra tabs. 
2539
2540 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
2541
2542         * FormTest.cs: Add test for bug #80773.
2543
2544 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2545
2546         * ControlTest.cs: Add test for bug #81125.
2547
2548 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2549
2550         * FormTest.cs: Add a test showing we do not recreate the handle when
2551         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
2552
2553 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
2554
2555         * ControlTest.cs: Add test for bug #80621.
2556
2557 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
2558
2559         * LinkLabelTest.cs: LinkLabel tests added.
2560
2561 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
2562
2563         * FormHandleTest.cs: Fixed build using csc 1.x.
2564         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
2565         * ControlHandleTest.cs: Fixed build using csc 1.x.
2566         * TextBoxTest.cs: Improved test for BackColor. Added test for
2567         ForeColor.
2568
2569 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
2570
2571         * TextBoxTest.cs: Isolate BackColor tests.
2572
2573 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2574         
2575         * FormHandleTest.cs: Added.
2576         * MdiFormHandleTest.cs: Added.
2577
2578 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2579
2580         * ListViewTest.cs: Added tests for the ListView and
2581         Index properties of ListViewItems in VirtualMode.
2582
2583         * ListViewCollectionsTest.cs: Remove warning when building
2584         tests.
2585
2586 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
2587
2588         * FormTest.cs: Added tests for bug #80791 and #80574.
2589
2590 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2591
2592         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
2593
2594 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
2595
2596         * FormTest.cs: Add tests for bugs #80574, #80791.
2597
2598 2007-03-05  Chris Toshok  <toshok@ximian.com>
2599
2600         [merge -r72718:73765 from mwf-handle-branch]
2601
2602         2007-03-05  Chris Toshok  <toshok@ximian.com>
2603
2604                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
2605                 profiles.
2606
2607         2007-02-28  Chris Toshok  <toshok@ximian.com>
2608
2609                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
2610                 the Control thread dies (that Application.Run returns, basically).
2611                 This works in isolation, but for some reason it isn't exiting when
2612                 run in concert with other tests (this test is the cause of the
2613                 hangs running the unit tests.)  Marking NotWorking for the time
2614                 being.  This needs to be fixed before merging back to the
2615                 mainline, imo.
2616
2617 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2618
2619         * FormTest.cs: Added MaximizedParentedFormTest.
2620
2621 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2622
2623         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
2624         by ListViewItemCollection when virtual mode is used.
2625
2626 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
2627
2628         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
2629         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
2630
2631 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2632
2633         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
2634         as well as for the exceptions they throw.
2635
2636 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
2637
2638         * DefaultLayoutTest.cs: Add test for bug #80917.
2639
2640 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
2641
2642         * ListViewCollectionsTest.cs: Added and improved tests for removing
2643         columns and items, and clearing the collections.
2644         * ListViewTest.cs: Improved ClearTest to also verify whether removed
2645         columns and items are unlinked from owning ListView.
2646
2647 2007-02-23  Raja R Harinath  <rharinath@novell.com>
2648
2649         Fix compilation error
2650         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
2651
2652 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
2653
2654         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
2655
2656 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
2657
2658         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
2659         is already -1.
2660
2661 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
2662
2663         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
2664         FindString and FindStringExact. Improved ObjectCollection tests.
2665
2666 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2667
2668         * ListControlTest.cs: Added test for #80794.
2669
2670 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2671
2672         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
2673           ExStyle and a test for parented forms.
2674
2675 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
2676
2677         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
2678
2679 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
2680
2681         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
2682         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
2683         bug is fixed.
2684
2685 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2686
2687         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
2688           GetUserDefaultLCID or not, seems like the runtime crashes on some
2689           architectures instead of throwing an exception otherwise.
2690
2691 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2692
2693         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
2694           to run with en-US locale, so check it. On Windows call
2695           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
2696           honor Thread.CurrentCulture, only the Windows setting (and some
2697           other test might have set Thread.CurrentCulture to some other
2698           value, so the checking only this might fail). Added test for
2699           setting invalid Text property.
2700         * EventLogger.cs: Added. Takes an object and creates a class on the fly
2701           that will log all the object's events.
2702
2703 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2704
2705         * ListViewTest.cs: Added DisposeTest test for bug #80607.
2706         * ColumnHeaderTest.cs: Remove the NotWorking category for
2707         tests for bug #80607.
2708
2709 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
2710
2711         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
2712         on PreferredHeight test for 2.0 profile.
2713
2714 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2715
2716         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
2717
2718 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2719
2720         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
2721           PropertyManagerTest.cs, CurrencyManagerTest.cs,
2722           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
2723           GridColumnStylesCollectionTest.cs,
2724           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
2725           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
2726           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
2727
2728 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
2729
2730         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
2731
2732 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
2733
2734         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
2735         create PreferredHeight.
2736
2737 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
2738
2739         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
2740         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
2741
2742 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
2743
2744         * FormTest.cs: Added tests for bug #80773.
2745
2746 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
2747
2748         * PrintDialogTest.cs: Added test for bug #80764.
2749
2750 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
2751
2752         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
2753         test exploring interaction between Image, ImageIndex, and ImageKey.
2754
2755 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2756
2757         * FormTest.cs: Improved test for bug #80604.
2758
2759 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2760
2761         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
2762         csc 1.x.
2763
2764 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
2765
2766         * LogGenerator.cs: Generate code that can be built using csc 1.x.
2767         * ControlLogger.cs: Fixed code to compile using csc 1.x.
2768
2769 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2770
2771         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
2772           tests a lot of different custom formats.
2773
2774 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
2775
2776         * DataGridViewColumnTest.cs: Added test for bug #80746.
2777
2778 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
2779
2780         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
2781
2782 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2783
2784         * TimerTest.cs: Added
2785
2786 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
2787
2788         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
2789         and make them pass on all cultures.
2790
2791 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
2792
2793         * PaddingConverterTest.cs: Make tests non culture-dependent.
2794
2795 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2796
2797         * TestHelper.cs: Added a helper method to remove warnings.
2798
2799 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2800
2801         * ControlTest.cs: Removed warnings. Added CaptureTest.
2802         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
2803         * ControlLogger(2).cs: Added.
2804
2805 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
2806
2807         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
2808
2809 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
2810
2811         * TestHelper.cs: TesHelper class added. This class will provide some 
2812         usefull methods that can be used to test Control derived classes,
2813         at moment only static methods GetCreateParams, IsStyleSet and
2814         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
2815         and Msg is also available as public to help is control tests.
2816
2817 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2818
2819         * ControlTest.cs: Added ControlSizeTest.
2820
2821 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
2822
2823         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
2824         Mark BehaviorAutoSize as NotWorking, it is font dependent.
2825
2826 2007-01-29  Chris Toshok  <toshok@ximian.com>
2827
2828         * ControlHandleTest.cs: make this compile against mono.  we can
2829         remove the __MonoCS__ ifdefs as we add properties.  Also, split
2830         out the Show() tests because they were failing and I wanted to see
2831         which other tests were passing.
2832
2833 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
2834
2835         * PaddingConverterTest.cs: Added.
2836
2837 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2838
2839         * StatusBarTest.cs: Added a few more tests.
2840
2841 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
2842
2843         * ControlHandleTest.cs: Added.  Has tests to find exactly which
2844         Methods and Properties create a Handle.  Not added to sources file
2845         because it's written against MS, and we're probably missing some
2846         methods/properties.
2847
2848 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
2849
2850         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
2851         Try to make some tests not Font/DPI dependent.
2852
2853 2007-01-25  Chris Toshok  <toshok@ximian.com>
2854
2855         * SplitterTest.cs: new tests.
2856
2857 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2858
2859         * ComboBoxTest.cs: Added tests for ResetText.
2860
2861 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2862
2863         * ComboBoxTest.cs: Add tests for new properties.
2864         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
2865
2866 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
2867
2868         * FormTest.cs: Added NotWorking test for bug #80604.
2869         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
2870         properties introduced in 2.0 profile.
2871
2872 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
2873
2874         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
2875         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
2876         it's values match MS only.
2877         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
2878         reworked.
2879         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
2880         is fixed.  Same for Constructor: A12.
2881
2882 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2883
2884         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
2885         they'll only work if you actually have a display to show them on.
2886
2887 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
2888
2889         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
2890
2891 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
2892
2893         * ToobarTest.cs: TooBar.ButtonSize tests added. 
2894
2895 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
2896
2897         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
2898         There is a TODO in the DataGrid source referencing that Add should allow
2899         multiple columns with the same name, but currently doesn't.
2900
2901 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2902
2903         * ControlTest.cs: Added a tests for ControlCollection and
2904         MDI children.
2905
2906 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2907
2908         * SendKeysTest.cs: Marked interactive, they're unstable
2909         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
2910         we have to see why SetTopLevel is toggling the Form's visibility.
2911         
2912 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2913
2914         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
2915         works once in a while.
2916
2917 2007-01-23  Chris Toshok  <toshok@ximian.com>
2918
2919         * BindingSourceTest.cs: initial BindingSource tests.  not built
2920         yet.
2921
2922 2007-01-23  Chris Toshok  <toshok@ximian.com>
2923
2924         * DefaultLayoutTest.cs: make the docking tests independent of
2925         constants relating to the form's clientrectangle bounds, since on
2926         X it has a different value when the window isn't mapped (as in
2927         this case).
2928
2929 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2930
2931         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
2932         failing on ms.net
2933
2934 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2935
2936         * SendKeysTest.cs: wrong value for Interval, should be > 0
2937
2938 2007-01-23  Andreia Gaita  <avidigal@novell.com>
2939
2940         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
2941         was failing under ms.net.
2942         
2943         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
2944         only for 1.1 - was failing under ms.net
2945         
2946         * ControlTest.cs: 
2947                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
2948                 under ms.net
2949                 - TestForm: Fix incorrect assertion #4 - was failing 
2950                 under ms.net
2951         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
2952
2953 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2954
2955         * FormTest.cs: Add test for bug #80574.
2956
2957 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
2958
2959         * TabControlTest.cs: Add tests for SelectTab and Selected event.
2960
2961 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
2962
2963         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
2964         with other !Dock.Fill controls.
2965
2966 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
2967
2968         * DefaultLayoutTest.cs: Add test for interactions between
2969         setting Dock and Anchor.
2970
2971 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
2972
2973         * TreeNodeTest.cs: Add test for 2.0 Name property.
2974
2975 2007-01-19  Chris Toshok  <toshok@ximian.com>
2976
2977         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
2978         DataGrid.ReadOnly affects things.
2979
2980 2007-01-19  Chris Toshok  <toshok@ximian.com>
2981
2982         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
2983         and add a couple of tests for the overloaded ReadOnly property.
2984         can't figure out how it's being used, maybe all it really does is
2985         chain up to base.ReadOnly.
2986
2987         * DataGridColumnStyleTest.cs: add some tests to see if we should
2988         be mucking with the ReadOnly property when the PropertyDescriptor
2989         is set (turns out we shouldn't be).
2990
2991 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
2992
2993         * FormTest.cs: Add test for bug #79959.
2994
2995 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2996
2997         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
2998         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
2999
3000 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
3001
3002         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
3003
3004 2007-01-18  Chris Toshok  <toshok@ximian.com>
3005
3006         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
3007
3008         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
3009
3010 2007-01-16  Chris Toshok  <toshok@ximian.com>
3011
3012         * UpDownTest.cs: add UpDownActiveControlTest.
3013
3014 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
3015
3016         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
3017
3018         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
3019
3020         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
3021
3022         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
3023
3024         * MenuStripTest.cs: Add test for MDI.
3025
3026         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
3027
3028         * ToolStripMenuItemTest.cs: Add test for MDI.   
3029
3030         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
3031
3032 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3033
3034         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
3035
3036 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
3037
3038         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
3039
3040 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
3041
3042         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
3043
3044 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3045
3046         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
3047
3048 2007-01-13  Andreia Gaita  <avidigal@novell.com>
3049
3050         * ControlTest.cs: Add test to check if Exception is raised when
3051         adding a top level control (form) as a child control
3052         
3053 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
3054
3055         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
3056         no links.
3057
3058 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
3059
3060         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
3061         generating WM_ACTIVATE on unix.
3062         * FormTest.cs: Same.
3063
3064 2007-01-10  Chris Toshok  <toshok@ximian.com>
3065
3066         * FocusTest.cs: Disable a couple of tests that rely on the
3067         focus/active control state being available directly after
3068         form.Show() - doesn't work on X11, since form.Show shows the
3069         window asynchronously.  Also, add a large focus/enter/leave event
3070         handling test andreia and I were using to correct problems in
3071         ContainerControl.set_ActiveControl.
3072         
3073         * FormTest.cs: add a test to show that even if OnActivate is
3074         overriden and not chained up to the base class, ActiveControl is
3075         still set.  Unfortunately it doesn't work on the X11 backend
3076         because Form.Show is necessarily an async operation.
3077
3078         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
3079         of them.
3080
3081         * ApplicationContextTest.cs: same.
3082
3083 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3084
3085         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
3086         -2 values (auto resizing).
3087
3088 2007-01-10  Chris Toshok  <toshok@ximian.com>
3089
3090         * ContainerControlTest.cs: add a test for setting ActiveControl to
3091         a non-child control.
3092
3093 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
3094
3095         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
3096
3097 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
3098
3099         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
3100
3101 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
3102
3103         * ControlTest.cs: Added test for bug #80456.
3104
3105 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
3106
3107         * ControlPropertyEventsTest.cs: Added.  These test property getters and
3108         setters and ensure that all relevant events are called on setters for
3109         Control.
3110
3111 2007-01-04  Chris Toshok  <toshok@ximian.com>
3112
3113         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
3114         stack trace in a comment).
3115         
3116         * RichTextBoxTest.cs: disable FindTest.
3117         
3118 2007-01-04  Andreia Gaita  <avidigal@novell.com>
3119
3120         * FormTest.cs: disabled ActivateTest
3121         * FocusTest.cs: disabled ActiveControl_Disabled test
3122
3123 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3124
3125         * ColumnHeaderTest.cs: New test.
3126
3127 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
3128
3129         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
3130         HelpProviderTest.cs: Add tests for Tag properties.
3131
3132         * LinkAreaTest.cs: Add test for ToString.
3133
3134 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
3135
3136         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
3137         that is DPI-dependent.
3138         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
3139         * TextBoxTest.cs: Ignore test that is DPI-dependent.
3140
3141 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
3142
3143         * ControlTest.cs: Added FontHeight test.
3144
3145 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
3146
3147         * ListControlTest.cs: Added test for AllowSelection.
3148         * UpDownTest.cs: MockItem is now nested class.
3149         * ListBoxTest.cs: Added test for AllowSelection.
3150         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
3151         SelectionMode, Text and ValueMember.
3152
3153 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
3154
3155         * ToolBarTest.cs: Enabled test for bug #80416.
3156
3157 2006-12-31  Chris Toshok  <toshok@ximian.com>
3158
3159         * ControlEventTest.cs: add SizeChanged to the resize/layout event
3160         test.
3161
3162 2006-12-31  Chris Toshok  <toshok@ximian.com>
3163
3164         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
3165         tests for Control.SetTopLevel.
3166
3167 2006-12-31  Andreia Gaita  <avidigal@novell.com>
3168
3169         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
3170         ActiveControl tests to FocusTest, for easier management.
3171         Add Validation tests.
3172
3173 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
3174
3175         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
3176
3177 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
3178
3179         * ToolBarTest.cs: Added test for bug #80416.
3180
3181 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
3182
3183         * ContainerControlTest.cs: Added tests for ActiveControl.
3184
3185 2006-12-30  Chris Toshok  <toshok@ximian.com>
3186
3187         * DefaultLayoutTest.cs: add some more variants for the test for
3188         80336, and remove the NotWorking from the 80336 test.
3189
3190         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
3191         can exclude them.
3192
3193 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3194
3195         * DataGridTest.cs: Fixed compiler warnings.
3196
3197 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3198
3199         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
3200         until Theme.DefaultFont change is approved.
3201
3202 2006-12-29  Chris Toshok  <toshok@ximian.com>
3203
3204         * ControlEventTest.cs: add a test to determine the ordering of
3205         Layout/Resize events.
3206
3207 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3208
3209         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
3210
3211 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3212
3213         * ControlTest.cs: Added test for Font and ResetFont.
3214         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
3215
3216 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
3217
3218         * ControlTest.cs: Improved DoubleBufferedTest.
3219
3220 2006-12-28  Chris Toshok  <toshok@ximian.com>
3221
3222         * ControlTest.cs: add a test to check whether parent.PerformLayout
3223         is called from OnResized (it isn't).
3224
3225         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
3226         including the (not working) test case in bug #80336.  Move the
3227         docking/undocking tests here.
3228
3229 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3230
3231         * ControlTest.cs: More tests for double buffers.
3232         
3233 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3234
3235         * ControlTest.cs: Added double buffering tests.
3236
3237 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3238
3239         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
3240         test for invisible control.
3241
3242 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3243
3244         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
3245         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
3246
3247 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
3248
3249         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
3250         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
3251         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
3252
3253 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3254
3255         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
3256         
3257 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
3258
3259         * ScrollableControlTest.cs: Added tests for AutoScroll and
3260         AutoScrollMinSize.
3261
3262 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
3263
3264         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
3265
3266 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3267
3268         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
3269
3270 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
3271
3272         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
3273         IsFormatProviderDefault.
3274         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
3275         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
3276
3277 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
3278
3279         * DateTimePickerTest.cs: Fixed line endings.    
3280         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
3281
3282 2006-12-23  Daniel Nauck  <dna@mono-project.de>
3283
3284         * UserControlTest.cs: Add.
3285
3286 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
3287
3288         * ControlTest.cs: Enabled test for bug #80280.
3289
3290 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
3291
3292         * RichTextBoxTest.cs: Added test for bug #80301.
3293         * TextBoxTest.cs: Added test for bug #80301.
3294
3295 2006-12-21  Daniel Nauck  <dna@mono-project.de>
3296
3297         * ComboBoxTest.cs,
3298         TextBoxTest.cs: Added AutoComplete property tests.
3299
3300 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3301         
3302         * DateTimePickerTest.cs: Created.
3303         
3304 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3305
3306         * MonthCalendarTest.cs: 
3307         - Enable tests again.
3308         - Added tests for *BoldedDates.
3309         
3310         * ControlTest.cs: Added test for BackgroundImageLayout.
3311         
3312 2006-12-19  Chris Toshok  <toshok@ximian.com>
3313
3314         * DataGridViewBandTest.cs: nuke this file, as there's no way to
3315         construct a DataGridViewBand in isolation (exception through
3316         reflection).
3317
3318 2006-12-19  Chris Toshok  <toshok@ximian.com>
3319
3320         * RowStyleTest.cs: unit tests for RowStyle.
3321
3322         * ColumnStyleTest.cs: unit tests for ColumnStyle.
3323
3324 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3325
3326         * ListViewCollectionsTest.cs: Added tests for the new 2.0
3327         methods and properties (SelectedIndexCollection,
3328         SelectedItemCollection, and ListViewSubItemCollection).
3329         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
3330
3331 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
3332
3333         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
3334         AddRange overloads.
3335         * TreeViewTest.cs: Fixed ExpandAll tests.
3336
3337 2006-12-19  Daniel Nauck  <dna@mono-project.de>
3338
3339         * ApplicationTest.cs: Restart () test is 2.0 only.
3340
3341 2006-12-19  Daniel Nauck  <dna@mono-project.de>
3342
3343         * ApplicationTest.cs: Added test for Restart ().
3344
3345 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3346
3347         * MonthCalendarTest.cs: Added test for DefaultMargin.
3348
3349 2006-12-18  Daniel Nauck  <dna@mono-project.de>
3350
3351         * DataGridViewAdvancedBorderStyleTest.cs,
3352         DataGridViewRowTest.cs,
3353         DataGridViewElementTest.cs,
3354         DataGridViewCellTest.cs,
3355         DataGridViewCellStyleTest.cs,
3356         DataGridViewTest.cs: fixed NUnit obsolete warnings and
3357         DataGridView tests against .NET 2.0
3358
3359 2006-12-17  Daniel Nauck  <dna@mono-project.de>
3360
3361         * ButtonTest.cs: Added tests for FlatButtonAppearance.
3362
3363 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
3364
3365         * TreeViewTest.cs: Added tests for bug #80284.
3366
3367 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
3368
3369         * ControlTest.cs: Added (notworking) test for bug #80280.
3370         Removed extra tabs.
3371
3372 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3373         
3374         * TabControlTest.cs: Fixed SelectedIndex tests
3375         for MS.NET 2.0
3376
3377 2006-12-16  Andreia Gaita  <avidigal@novell.com>
3378
3379         * SendKeysTest.cs: Test cases for SendKeys
3380
3381         These tests can only run in ms.net one at a time.
3382         Since ms.net apparently hooks the keyboard to 
3383         implement this, running two tests in a row
3384         makes the second test run before the hook
3385         of the first test is released, effectively
3386         hanging the keyboard. CTRL-ALT-DEL releases
3387         the keyboard, but the test still hangs.
3388         Running each test separately works.
3389  
3390
3391 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3392
3393         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
3394
3395 2006-12-16  Daniel Nauck  <dna@mono-project.de>
3396
3397         * PaddingTest.cs: new tests for Padding.
3398
3399 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3400
3401         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
3402         * ListViewItemTest.cs: add new ListViewSubItem text property test.
3403
3404 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3405
3406         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
3407
3408 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3409
3410         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
3411
3412 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3413
3414         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
3415
3416 2006-12-15  Daniel Nauck  <dna@mono-project.de>
3417
3418         * ListViewGroupTest.cs: new tests for ListViewGroups.
3419         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
3420
3421 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
3422
3423         * TabControlTest.cs: Added tests for Control.RemoveAt.
3424
3425 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3426
3427         * ListViewItemTest.cs: 
3428         * ListViewCollectionsTest.cs: Add tests for the new 2.0
3429         ListViewItemCollection methods (IndexOfKey, ContainsKey,
3430         new indexer overload, Find, RemoveByKey).
3431
3432 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
3433
3434         * TextBoxTest.cs: Added test for bug #80163.
3435
3436 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
3437
3438         * ControlTest.cs: Improved Region test.
3439
3440 2006-12-12  Andreia Gaita  <avidigal@novell.com>
3441
3442         * ControlTest.cs: Add region tests.
3443
3444 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3445
3446         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
3447         
3448 2006-12-11  Chris Toshok  <toshok@ximian.com>
3449
3450         * ControlTest.cs: add some unit tests for null parameters to some
3451         of the ControlCollection methods.
3452
3453 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
3454
3455         * ControlTest.cs: Added test for invalid Dock value.
3456
3457 2006-12-11  Andreia Gaita  <avidigal@novell.com>
3458
3459         * TabControlTest.cs: add tests to check if SelectedIndex is
3460         properly set if the TabControl has no pages, before and 
3461         after the handle is created
3462
3463 2006-12-10  Chris Toshok  <toshok@ximian.com>
3464
3465         * ColumnClickEventArgsTest.cs: new tests.
3466
3467 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
3468
3469         * TabControlTest.cs: Added SelectedIndex tests.
3470
3471 2006-12-08  Chris Toshok  <toshok@ximian.com>
3472
3473         * ButtonTest.cs: add tests for DialogResult changes when setting
3474         Form.AcceptButton and Form.CancelButton.
3475
3476 2006-12-08  Chris Toshok  <toshok@ximian.com>
3477
3478         * MenuItemTest.cs: add test for menu item events when cloning menu
3479         items.  Tests for the bug in #80183.
3480
3481 2006-12-06  Chris Toshok  <toshok@ximian.com>
3482
3483         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
3484
3485         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
3486
3487 2006-12-06  Chris Toshok  <toshok@ximian.com>
3488
3489         * RadioButtonTest.cs: add a couple of test involving TabStop.
3490
3491 2006-12-06  Chris Toshok  <toshok@ximian.com>
3492
3493         * ImageListTest.cs: add a rather complicated series of assertions
3494         about the imagelist ShouldSerialize/CanReset methods.  these pass
3495         on MS and mono now, though.  yay.
3496
3497 2006-12-06  Jackson Harper  <jackson@ximian.com>
3498
3499         * TextBoxTest.cs: Add a test for Modified property.
3500         - We need to put something on the clipboard before we can paste.
3501
3502 2006-12-04  Jackson Harper  <jackson@ximian.com>
3503
3504         * TextBoxTest: More of these tests work now.
3505         - Add a test to ensure that recieving focus selects all of the
3506         text
3507
3508 2006-12-04  Chris Toshok  <toshok@ximian.com>
3509
3510         * PrintDialogTest.cs: add [Category("Printing")] to all these
3511         tests so I can exclude them.
3512
3513 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3514
3515         * StatusBarPanelTest.cs: Added a test for invalid
3516         minimum widths.
3517         
3518 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3519
3520         * MdiFormTest.cs: Change a few tests to dispose of
3521         the form when the test is finished.
3522
3523 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3524
3525         * MdiFormTest.cs: Added a few NotWorking tests for
3526         initial form location.
3527
3528 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
3529
3530         * LabelTest.cs: Add tests for sizes, test for bug #80137.
3531
3532 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3533
3534         * MdiFormTest.cs: All current NotWorking tests are now
3535         working, added a few more tests.
3536
3537 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3538
3539         * CurrencyManagerTest.cs: Added test for bug #80107.
3540
3541 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3542
3543         * DataGridTest.cs: Fixed build.
3544
3545 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
3546
3547         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
3548
3549 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
3550
3551         * MenuTest.cs: Tag property assert for 2.0 profile.
3552         
3553 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
3554
3555         * ToolBarTest.cs:
3556         - Remove ButtonSize.Width and ButtonSize.Height assert because
3557         it depends of system metrics and diferent fonts can cause 
3558         diferent sizes.
3559         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
3560         now must works well.
3561         
3562 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3563
3564         * MessageTest.cs: Added test for ToString.
3565         
3566 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3567
3568         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
3569         
3570 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
3571
3572         * MenuItemTest.cs: Added test for Text property.
3573
3574 2006-11-29  Chris Toshok  <toshok@ximian.com>
3575
3576         * BindingTest.cs: add two new tests.
3577
3578 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3579
3580         * TrackBar.cs: Changed SizeTest and OrientationTest 
3581         to work on MS with both WinXP theme and Win2K theme.
3582
3583 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3584
3585         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
3586
3587 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3588
3589         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
3590
3591 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
3592
3593         * FormTest.cs: Added test for bug #80052.
3594
3595 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
3596
3597         * MdiFormTest.cs: Added test for bug #80036.
3598
3599 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
3600
3601         * MdiFormTest.cs: Added NotWorking test for Form.Text.
3602
3603 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3604
3605         * FormTest.cs: Added test for bug #80020.
3606         * MdiFormTest.cs: Fixed typo, added additonal info.
3607
3608 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3609
3610         * MdiFormTest.cs: Improved Text test to also verify behavior when
3611         Text of MDI child or container is empty. Added NotWorking test for
3612         Text after MDI is maximized. Added comment with existing NotWorking
3613         test for ActiveMdiChild.
3614
3615 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
3616
3617         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
3618         ToStringTest.
3619
3620 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3621         
3622         * ControlTest.cs: Added tests for #79999.
3623
3624 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3625         
3626         * MdiFormTest.cs: Added tests for WindowState (mdi 
3627         children) and Text (mdi parent with maximized mdi
3628         children).
3629
3630 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
3631
3632         * ControlEventTest.cs: Added tests for Invalidated event.
3633         * TreeNodeCollectionTest.cs: Added IList indexer tests.
3634
3635 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
3636
3637         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
3638
3639 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
3640
3641         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
3642
3643 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
3644
3645         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
3646         * UpDownTest.cs: Fixed ToStringTest.
3647
3648 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
3649
3650         * CommonDialogsTest.cs: Added
3651
3652 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3653
3654          * StatusBarPanelTest.cs: Added tests for bug #79842
3655          and tests for default properties.
3656
3657 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3658
3659         * TrackBarTest.cs: Added tests for bug #79718.
3660         
3661 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
3662
3663         * TextBoxTest.cs: Added test for bug #79851.
3664
3665 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
3666
3667         * TabControlTest.cs: Added test for bug #79847.
3668
3669 2006-11-04  Chris Toshok  <toshok@ximian.com>
3670
3671         * ControlTest.cs: enable a bunch more of these on linux, and split
3672         out problematic areas into smaller NotWorking tests.
3673
3674 2006-11-04  Chris Toshok  <toshok@ximian.com>
3675
3676         * FormTest.cs: add a few more tests to determine various aspects
3677         of the Close() method.
3678
3679 2006-11-04  Chris Toshok  <toshok@ximian.com>
3680
3681         * FormTest.cs: add a test to more accurately test for bug #79155
3682         (make sure an ObjectDisposedException is thrown if you Show() a
3683         Form you just Close()'d).
3684
3685 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3686
3687         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
3688
3689 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
3690
3691         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
3692         #79812. Added (NotWorking) SelectedText tests.
3693
3694 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
3695
3696         * TextBoxTest.cs: Added tests for part of bug #79799.
3697
3698 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
3699
3700         * ControlTest.cs: Fixed build using csc 1.x.
3701
3702 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
3703
3704         * PictureBoxTest.cs: Enable the previously not working
3705           ToStringMethodTest and move the not working Image property
3706           test to its own method.
3707         * UpDownTest.cs: Added
3708
3709 2006-10-29  Chris Toshok  <toshok@ximian.com>
3710
3711         * ControlTest.cs: correct namespace and add TopLevelControlTest
3712         for bug #79781.
3713
3714 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
3715
3716         * FormTest.cs: Fix typo.
3717
3718 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3719
3720         * PropertyGridTest.cs: Enabled previously not-working tests.
3721
3722 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
3723
3724         * PropertyGridTest.cs: Added some tests for PropertyGrid.
3725
3726 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
3727
3728         * FocusTest.cs: add more test cases for GetNextControl.
3729         see #78650
3730
3731 2006-10-11  Chris Toshok  <toshok@ximian.com>
3732
3733         * ToolBarTest.cs: add test for ToolBarButton rectangles.
3734
3735 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
3736
3737         * ListViewCollectionsTest.cs: Added tests for bug #79415.
3738         * ListViewTest.cs: Enabled test for bug #79416.
3739
3740 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
3741
3742         * ContainerControlTest.cs: New. Add a few test cases for 
3743         GetContainerControl method.
3744
3745 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
3746
3747         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
3748
3749 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
3750
3751         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
3752         as NonWorking (see bug #79552). Fixed line-endings.
3753
3754 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
3755
3756         * SystemInformationTest.cs: Add tests case for MenuFont.
3757
3758 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
3759         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
3760
3761 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
3762
3763         * SplitContainerTests.cs: Added.
3764
3765 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
3766
3767         * ListViewTest.cs: Added test for bug #79076. Added tests for 
3768         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
3769         NotWorking).
3770         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
3771         and ListViewItemCollection fixes.
3772
3773 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3774
3775         * ComboBoxTest.cs: Add tests for sorting and selection handling.
3776         Deal with a couple of exception mismatches in 2_0.
3777
3778 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3779
3780         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
3781         methods throwing ArgumentNullException.
3782
3783 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3784
3785         * ComboBoxTest.cs: Add tests for adding/modifying null items
3786         in ObjectCollection.
3787         * ListBox.cs: Likewise.
3788
3789 2006-08-08  Chris Toshok  <toshok@ximian.com>
3790
3791         * GridTableStylesCollectionTest.cs: make this fixture public so
3792         it's actually included, and add a test for changing the
3793         MappingName of a constituent TableStyle.
3794
3795 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3796
3797         * PrintDialogTest.cs: Added.
3798
3799 2006-07-21  Matt Hargett (matt@use.net)
3800
3801         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
3802
3803 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3804
3805         * ListControlTest.cs: Added DataSourceWrongArgumentType method
3806         to test the exception being thrown.
3807
3808 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3809
3810         * ListControlTest.cs: Added.
3811
3812 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
3813
3814         * EventArgsTest.cs: Added
3815
3816 2006-07-10  Chris Toshok  <toshok@ximian.com>
3817
3818         * DataGridTest.cs: make this class public so it shows up in the
3819         list of fixtures (and its tests get run).
3820
3821         * CurrencyManagerTest.cs: add a test that just spews properties
3822         about the currency manager and the datasource, as well as a test
3823         for the finalType field.
3824
3825 2006-07-07  Chris Toshok  <toshok@ximian.com>
3826
3827         * DataGridTableStyleTest.cs: couple more tests.
3828
3829 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
3830
3831         * ControlTest.cs: Added "LinkLabel with link" test
3832
3833 2006-06-30  Chris Toshok  <toshok@ximian.com>
3834
3835         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
3836         default DataGridTableStyle.
3837
3838 2006-06-23  Chris Toshok  <toshok@ximian.com>
3839
3840         * PropertyManagerTest.cs: new tests regarding the
3841         [Related]PropertyManager class.
3842
3843 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
3844
3845         * ControlTest.cs: Added tests for enabled state inheritance
3846
3847 2006-06-19  Chris Toshok  <toshok@ximian.com>
3848
3849         * CurrencyManagerTest.cs: add some tests for related currency
3850         managers.
3851
3852         * BindingContextTest.cs: add a test for
3853         BindingContext.CollectionChanged -=.  Also add a test for passing
3854         null for data_member to BindingContext.Contains.
3855
3856 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3857
3858         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
3859         setter.
3860
3861 2006-06-01  Chris Toshok  <toshok@ximian.com>
3862
3863         * CurrencyManagerTest.cs: add a few tests to see what events are
3864         being emitted in which order from AddNew, CancelCurrentEdit and
3865         EndCurrentEdit.
3866
3867 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
3868
3869         * LabelTest.cs: 
3870           - Added (still unused) fuzzy compare for events
3871           - Disabled event order tests, they are too strict
3872         * ScrollBarTest.cs: Disabled event order tests, are too strict
3873
3874 2006-05-25  Jackson Harper  <jackson@ximian.com>
3875
3876         * TreeViewTest.cs: Add a couple of default properties.  Put in
3877         correct namespace.
3878         * TabControlTest.cs: Put in correct namespace.
3879
3880 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3881
3882         * BindingContextTest.cs : added more tests for Item, Contains()
3883           and GetEnumerator().
3884
3885 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
3886
3887         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
3888
3889 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
3890
3891         Some compat fixes found by make run-test-ondotnet:
3892         * ListBoxTest.cs : they don't throw exceptions.
3893         * RichTextBoxTest.cs,
3894           ScrollBarTest.cs,
3895           ComboBoxTest.cs,
3896           ComboBoxTests.cs : Commented some lines out since they are
3897           environment (especially desktop theme) dependent.
3898           TabControlTest.cs : SetSelectedIndex() was my bad that the test
3899           needed the tab control be drawn to pass the test.
3900           Some tests are env. dependent (as well as others).
3901
3902 2006-05-16  Miguel de Icaza  <miguel@novell.com>
3903
3904         * DataGridTest.cs: Add a test case based on 78420, confirm that
3905         the fix works.
3906
3907 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
3908
3909         * TabControlTest.cs : added test for bug #78395.
3910
3911 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
3912
3913         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
3914         NotWorking. Set eol-style to native.
3915
3916 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
3917
3918         * ControlTest.cs: Added backcolor tests related to transparency
3919           (bug #78026)
3920
3921 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
3922
3923         * ControlTest.cs: Ignore Invoke test, it hangs
3924
3925 2006-02-28  Matt Hargett (matt@use.net)
3926
3927         * ComboBoxTests.cs: Added
3928
3929 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
3930
3931         * ControlTest.cs: Added test for layout nesting
3932         * MonthCalendarTest.cs: Fixed typo in class name
3933
3934 2005-12-01  Jackson Harper  <jackson@ximian.com>
3935
3936          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
3937          SingleNodeIndexTest.
3938          - Fixed warning CS0219. Patches by Dieter Bremes
3939
3940 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
3941
3942         * DataGridViewElementTest.cs DataGridViewBandTest.cs
3943         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
3944         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
3945
3946         Add some DataGridView tests.
3947
3948 2005-11-11  Ankit Jain  <jankit@novell.com>
3949
3950         * RichTextBoxTest.cs: Fix typos.
3951
3952 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
3953
3954         * RichTextBoxTest.cs: Added Find() tests
3955
3956 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
3957
3958         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
3959
3960 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
3961
3962         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
3963
3964 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
3965
3966         * TabControlTest.cs : Added test case for TabControl
3967
3968 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
3969
3970         * TrackBarTest.cs : Added test case for TrackBar
3971
3972 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
3973          
3974         * DataGridBoolColumn.cs: fixes warning
3975
3976 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
3977
3978         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
3979           order for want and actual to avoid misleading errors
3980
3981 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
3982
3983         * GenerateControlStyleTest.cs: Code to auto-generate the
3984           source file ControlStyleTest.cs
3985         * ControlStyleTest.cs: Tests for testing ControlStyles
3986
3987 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
3988
3989         * Common.cs : Add common things here.
3990         * LabelTest.cs : Remove common declarations to Common.cs
3991         * ScrollBarTest.cs : Remove common declarations to Common.cs
3992                              Add more propery range / exception tests
3993                              Add more event order tests
3994                              Fix Mouse tests.
3995                              Add event arg tests.
3996
3997 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
3998
3999         * LabelTest.cs : Added more event tests (external handlers)
4000                           Added event arg checks
4001                           Fixed OnPaint tests.
4002                           Seperated invalidation tests.
4003
4004 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4005
4006         * ScrollBarTest.cs : Add more tests for event firing order
4007                              Messages to simulate mouse events
4008
4009 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
4010
4011         * ErrorProviderTest.cs : Added test case for ErrorProvider
4012
4013 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4014
4015         * LabelTest.cs : Added messages to simulate Key* events.
4016                          Key* events have tests now.
4017
4018 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
4019
4020         * LabelTest.cs : Implement event firing order tests.
4021         * ScrollBarTest.cs : Implement event firing order tests.
4022
4023 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
4024          
4025         * MenuTest.cs: Fixes some tests
4026         * MenuItemTest.cs: New unit test
4027
4028 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
4029
4030        * LabelTest.cs : Several new tests.
4031        * ScrollBarTest.cs : Several new tests.
4032        * bitmaps : added dir containing images for tests.
4033
4034 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
4035
4036         * ListViewItemTest.cs: New unit test 
4037
4038 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
4039
4040         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
4041         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
4042         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
4043         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
4044         ToolBarTest.cs, MenuTest.cs
4045
4046         Remove all the tests that are giving errors. All of them should 
4047         be reviewed. Right now having this text throwing 40 errors do not
4048         help at all to do regression testing. Peter has already assigned
4049         a group of controls to every developer that will be tested and 
4050         reviewed.
4051
4052 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
4053
4054         * PictureBoxTest.cs : Test case for PictureBox
4055
4056 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
4057
4058         * MonthCalendarTest.cs : Test case for MonthCalendar
4059
4060 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
4061         
4062         * ProgressBarTest.cs : Test case for ProgressBar
4063         * ToolBarTest.cs : Test case for ToolBar
4064         * ToolTipTest.cs : Test case for ToolTip
4065         * RichTextBoxTest.cs : Test case for RichTextBox
4066
4067 2005-08-16  Martin Baulig  <martin@ximian.com>
4068
4069         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
4070         to make it compile.
4071
4072 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
4073         
4074         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
4075           ListViewTest.cs: enhancement and cleanup
4076
4077 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
4078
4079         * ImageListTest.cs   : Test case for ImageList
4080         * RadioButtonTest.cs : Test case for RadioButton
4081         * ScrollBarTest.cs   : Test case for ScrollBar
4082         * StatusBatTest.cs   : Test case for StatusBar
4083
4084 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
4085
4086         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
4087           yet implemented)
4088
4089 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
4090
4091         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
4092         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
4093
4094 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
4095
4096         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
4097
4098 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
4099
4100         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
4101           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
4102           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
4103           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
4104           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
4105           ListViewEventTest.cs :
4106                       Cleanup, Ignored tests which need manual intervention,
4107                       work still in progress.  
4108         
4109 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
4110
4111         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
4112         * GridTableStylesCollectionTest.cs: test fixes and enhancements
4113         * DataGridTest.cs: test fixes and enhancements
4114         * DataGridCellTest.cs: New unit test
4115         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
4116         * DataGridTableStyleTest.cs: test fixes and enhancements
4117
4118 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
4119
4120         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
4121           errors, streamlined a few tests, added full tab order test, still
4122           work in progress
4123
4124 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
4125         
4126         * FormTest.cs : Test case for Form
4127         * GropBoxTest : Test case for GroupBox
4128         * MenuTest.cs : Test case for Menu
4129         * ImageListTest.cs : Test case for ImageList
4130
4131 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
4132         
4133         * ListViewTest.cs : Test case for ListView
4134         * ListViewEventTest.cs : Test case for ListView events
4135         * ComboBoxTest.cs : Test case for ComboBox
4136         * FormEventTest.cs : Test case for Form events
4137
4138 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
4139         
4140         * CheckBoxTest.cs : Test case for CheckBox
4141         * CheckBoxEventTest.cs : Test case for CheckBox events
4142         * CheckedListBoxTest.cs : Test case for CheckedListBox
4143         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
4144
4145 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
4146
4147         * DataGridTextBoxColumnTest.cs: Test case
4148         * GridTableStylesCollectionTest.cs: Test case
4149         * DataGridTest.cs: Test case
4150         * GridColumnStylesCollectionTest.cs: Test case
4151         * DataGridTableStyleTest.cs: Test case
4152
4153
4154 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
4155         
4156         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
4157         * ListBoxEventTest.cs  : Test Cases for ListBox Events
4158
4159 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
4160         
4161         * TextBoxTest.cs : Test Cases for TextBox 
4162         * BUttonTest.cs  : Test Cases for Buttons
4163
4164 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
4165         
4166         * ControlEventTest.cs : Test Cases for Events 
4167         
4168 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
4169
4170         * ControlTest.cs : Minor modifications
4171
4172 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
4173         
4174         * ControlTest.cs : Test for Control
4175
4176 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
4177         * LabelPropertyTest.cs : Test for Label
4178
4179 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
4180         * TreeViewTest.cs : Test for TreeView
4181         * TreeNodeTest.cs : Test for TreeNode
4182
4183 2004-11-29  Ravindra <rkumar@novell.com> 
4184         * ImageIndexConverter.cs : Test for ImageIndexConversion.
4185         
4186
4187