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