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