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