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