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