New test.
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
3         * TrackBar.cs: Changed SizeTest and OrientationTest 
4         to work on MS with both WinXP theme and Win2K theme.
5
6 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
9
10 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
13
14 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * FormTest.cs: Added test for bug #80052.
17
18 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
19
20         * MdiFormTest.cs: Added test for bug #80036.
21
22 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
23
24         * MdiFormTest.cs: Added NotWorking test for Form.Text.
25
26 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * FormTest.cs: Added test for bug #80020.
29         * MdiFormTest.cs: Fixed typo, added additonal info.
30
31 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * MdiFormTest.cs: Improved Text test to also verify behavior when
34         Text of MDI child or container is empty. Added NotWorking test for
35         Text after MDI is maximized. Added comment with existing NotWorking
36         test for ActiveMdiChild.
37
38 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
41         ToStringTest.
42
43 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
44         
45         * ControlTest.cs: Added tests for #79999.
46
47 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
48         
49         * MdiFormTest.cs: Added tests for WindowState (mdi 
50         children) and Text (mdi parent with maximized mdi
51         children).
52
53 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
54
55         * ControlEventTest.cs: Added tests for Invalidated event.
56         * TreeNodeCollectionTest.cs: Added IList indexer tests.
57
58 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
59
60         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
61
62 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
63
64         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
65
66 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
67
68         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
69         * UpDownTest.cs: Fixed ToStringTest.
70
71 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
72
73         * CommonDialogsTest.cs: Added
74
75 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
76
77          * StatusBarPanelTest.cs: Added tests for bug #79842
78          and tests for default properties.
79
80 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
81
82         * TrackBarTest.cs: Added tests for bug #79718.
83         
84 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
85
86         * TextBoxTest.cs: Added test for bug #79851.
87
88 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
89
90         * TabControlTest.cs: Added test for bug #79847.
91
92 2006-11-04  Chris Toshok  <toshok@ximian.com>
93
94         * ControlTest.cs: enable a bunch more of these on linux, and split
95         out problematic areas into smaller NotWorking tests.
96
97 2006-11-04  Chris Toshok  <toshok@ximian.com>
98
99         * FormTest.cs: add a few more tests to determine various aspects
100         of the Close() method.
101
102 2006-11-04  Chris Toshok  <toshok@ximian.com>
103
104         * FormTest.cs: add a test to more accurately test for bug #79155
105         (make sure an ObjectDisposedException is thrown if you Show() a
106         Form you just Close()'d).
107
108 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
109
110         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
111
112 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
113
114         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
115         #79812. Added (NotWorking) SelectedText tests.
116
117 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
118
119         * TextBoxTest.cs: Added tests for part of bug #79799.
120
121 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
122
123         * ControlTest.cs: Fixed build using csc 1.x.
124
125 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
126
127         * PictureBoxTest.cs: Enable the previously not working
128           ToStringMethodTest and move the not working Image property
129           test to its own method.
130         * UpDownTest.cs: Added
131
132 2006-10-29  Chris Toshok  <toshok@ximian.com>
133
134         * ControlTest.cs: correct namespace and add TopLevelControlTest
135         for bug #79781.
136
137 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
138
139         * FormTest.cs: Fix typo.
140
141 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
142
143         * PropertyGridTest.cs: Enabled previously not-working tests.
144
145 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
146
147         * PropertyGridTest.cs: Added some tests for PropertyGrid.
148
149 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
150
151         * FocusTest.cs: add more test cases for GetNextControl.
152         see #78650
153
154 2006-10-11  Chris Toshok  <toshok@ximian.com>
155
156         * ToolBarTest.cs: add test for ToolBarButton rectangles.
157
158 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
159
160         * ListViewCollectionsTest.cs: Added tests for bug #79415.
161         * ListViewTest.cs: Enabled test for bug #79416.
162
163 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
164
165         * ContainerControlTest.cs: New. Add a few test cases for 
166         GetContainerControl method.
167
168 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
169
170         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
171
172 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
173
174         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
175         as NonWorking (see bug #79552). Fixed line-endings.
176
177 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
178
179         * SystemInformationTest.cs: Add tests case for MenuFont.
180
181 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
182         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
183
184 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
185
186         * SplitContainerTests.cs: Added.
187
188 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
189
190         * ListViewTest.cs: Added test for bug #79076. Added tests for 
191         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
192         NotWorking).
193         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
194         and ListViewItemCollection fixes.
195
196 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
197
198         * ComboBoxTest.cs: Add tests for sorting and selection handling.
199         Deal with a couple of exception mismatches in 2_0.
200
201 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
202
203         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
204         methods throwing ArgumentNullException.
205
206 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
207
208         * ComboBoxTest.cs: Add tests for adding/modifying null items
209         in ObjectCollection.
210         * ListBox.cs: Likewise.
211
212 2006-08-08  Chris Toshok  <toshok@ximian.com>
213
214         * GridTableStylesCollectionTest.cs: make this fixture public so
215         it's actually included, and add a test for changing the
216         MappingName of a constituent TableStyle.
217
218 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
219
220         * PrintDialogTest.cs: Added.
221
222 2006-07-21  Matt Hargett (matt@use.net)
223
224         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
225
226 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
227
228         * ListControlTest.cs: Added DataSourceWrongArgumentType method
229         to test the exception being thrown.
230
231 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
232
233         * ListControlTest.cs: Added.
234
235 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
236
237         * EventArgsTest.cs: Added
238
239 2006-07-10  Chris Toshok  <toshok@ximian.com>
240
241         * DataGridTest.cs: make this class public so it shows up in the
242         list of fixtures (and its tests get run).
243
244         * CurrencyManagerTest.cs: add a test that just spews properties
245         about the currency manager and the datasource, as well as a test
246         for the finalType field.
247
248 2006-07-07  Chris Toshok  <toshok@ximian.com>
249
250         * DataGridTableStyleTest.cs: couple more tests.
251
252 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
253
254         * ControlTest.cs: Added "LinkLabel with link" test
255
256 2006-06-30  Chris Toshok  <toshok@ximian.com>
257
258         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
259         default DataGridTableStyle.
260
261 2006-06-23  Chris Toshok  <toshok@ximian.com>
262
263         * PropertyManagerTest.cs: new tests regarding the
264         [Related]PropertyManager class.
265
266 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
267
268         * ControlTest.cs: Added tests for enabled state inheritance
269
270 2006-06-19  Chris Toshok  <toshok@ximian.com>
271
272         * CurrencyManagerTest.cs: add some tests for related currency
273         managers.
274
275         * BindingContextTest.cs: add a test for
276         BindingContext.CollectionChanged -=.  Also add a test for passing
277         null for data_member to BindingContext.Contains.
278
279 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
280
281         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
282         setter.
283
284 2006-06-01  Chris Toshok  <toshok@ximian.com>
285
286         * CurrencyManagerTest.cs: add a few tests to see what events are
287         being emitted in which order from AddNew, CancelCurrentEdit and
288         EndCurrentEdit.
289
290 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
291
292         * LabelTest.cs: 
293           - Added (still unused) fuzzy compare for events
294           - Disabled event order tests, they are too strict
295         * ScrollBarTest.cs: Disabled event order tests, are too strict
296
297 2006-05-25  Jackson Harper  <jackson@ximian.com>
298
299         * TreeViewTest.cs: Add a couple of default properties.  Put in
300         correct namespace.
301         * TabControlTest.cs: Put in correct namespace.
302
303 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
304
305         * BindingContextTest.cs : added more tests for Item, Contains()
306           and GetEnumerator().
307
308 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
309
310         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
311
312 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
313
314         Some compat fixes found by make run-test-ondotnet:
315         * ListBoxTest.cs : they don't throw exceptions.
316         * RichTextBoxTest.cs,
317           ScrollBarTest.cs,
318           ComboBoxTest.cs,
319           ComboBoxTests.cs : Commented some lines out since they are
320           environment (especially desktop theme) dependent.
321           TabControlTest.cs : SetSelectedIndex() was my bad that the test
322           needed the tab control be drawn to pass the test.
323           Some tests are env. dependent (as well as others).
324
325 2006-05-16  Miguel de Icaza  <miguel@novell.com>
326
327         * DataGridTest.cs: Add a test case based on 78420, confirm that
328         the fix works.
329
330 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
331
332         * TabControlTest.cs : added test for bug #78395.
333
334 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
335
336         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
337         NotWorking. Set eol-style to native.
338
339 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
340
341         * ControlTest.cs: Added backcolor tests related to transparency
342           (bug #78026)
343
344 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
345
346         * ControlTest.cs: Ignore Invoke test, it hangs
347
348 2006-02-28  Matt Hargett (matt@use.net)
349
350         * ComboBoxTests.cs: Added
351
352 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
353
354         * ControlTest.cs: Added test for layout nesting
355         * MonthCalendarTest.cs: Fixed typo in class name
356
357 2005-12-01  Jackson Harper  <jackson@ximian.com>
358
359          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
360          SingleNodeIndexTest.
361          - Fixed warning CS0219. Patches by Dieter Bremes
362
363 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
364
365         * DataGridViewElementTest.cs DataGridViewBandTest.cs
366         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
367         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
368
369         Add some DataGridView tests.
370
371 2005-11-11  Ankit Jain  <jankit@novell.com>
372
373         * RichTextBoxTest.cs: Fix typos.
374
375 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
376
377         * RichTextBoxTest.cs: Added Find() tests
378
379 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
380
381         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
382
383 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
384
385         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
386
387 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
388
389         * TabControlTest.cs : Added test case for TabControl
390
391 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
392
393         * TrackBarTest.cs : Added test case for TrackBar
394
395 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
396          
397         * DataGridBoolColumn.cs: fixes warning
398
399 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
400
401         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
402           order for want and actual to avoid misleading errors
403
404 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
405
406         * GenerateControlStyleTest.cs: Code to auto-generate the
407           source file ControlStyleTest.cs
408         * ControlStyleTest.cs: Tests for testing ControlStyles
409
410 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
411
412         * Common.cs : Add common things here.
413         * LabelTest.cs : Remove common declarations to Common.cs
414         * ScrollBarTest.cs : Remove common declarations to Common.cs
415                              Add more propery range / exception tests
416                              Add more event order tests
417                              Fix Mouse tests.
418                              Add event arg tests.
419
420 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
421
422         * LabelTest.cs : Added more event tests (external handlers)
423                           Added event arg checks
424                           Fixed OnPaint tests.
425                           Seperated invalidation tests.
426
427 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
428
429         * ScrollBarTest.cs : Add more tests for event firing order
430                              Messages to simulate mouse events
431
432 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
433
434         * ErrorProviderTest.cs : Added test case for ErrorProvider
435
436 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
437
438         * LabelTest.cs : Added messages to simulate Key* events.
439                          Key* events have tests now.
440
441 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
442
443         * LabelTest.cs : Implement event firing order tests.
444         * ScrollBarTest.cs : Implement event firing order tests.
445
446 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
447          
448         * MenuTest.cs: Fixes some tests
449         * MenuItemTest.cs: New unit test
450
451 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
452
453        * LabelTest.cs : Several new tests.
454        * ScrollBarTest.cs : Several new tests.
455        * bitmaps : added dir containing images for tests.
456
457 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
458
459         * ListViewItemTest.cs: New unit test 
460
461 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
462
463         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
464         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
465         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
466         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
467         ToolBarTest.cs, MenuTest.cs
468
469         Remove all the tests that are giving errors. All of them should 
470         be reviewed. Right now having this text throwing 40 errors do not
471         help at all to do regression testing. Peter has already assigned
472         a group of controls to every developer that will be tested and 
473         reviewed.
474
475 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
476
477         * PictureBoxTest.cs : Test case for PictureBox
478
479 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
480
481         * MonthCalendarTest.cs : Test case for MonthCalendar
482
483 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
484         
485         * ProgressBarTest.cs : Test case for ProgressBar
486         * ToolBarTest.cs : Test case for ToolBar
487         * ToolTipTest.cs : Test case for ToolTip
488         * RichTextBoxTest.cs : Test case for RichTextBox
489
490 2005-08-16  Martin Baulig  <martin@ximian.com>
491
492         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
493         to make it compile.
494
495 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
496         
497         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
498           ListViewTest.cs: enhancement and cleanup
499
500 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
501
502         * ImageListTest.cs   : Test case for ImageList
503         * RadioButtonTest.cs : Test case for RadioButton
504         * ScrollBarTest.cs   : Test case for ScrollBar
505         * StatusBatTest.cs   : Test case for StatusBar
506
507 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
508
509         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
510           yet implemented)
511
512 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
513
514         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
515         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
516
517 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
518
519         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
520
521 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
522
523         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
524           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
525           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
526           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
527           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
528           ListViewEventTest.cs :
529                       Cleanup, Ignored tests which need manual intervention,
530                       work still in progress.  
531         
532 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
533
534         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
535         * GridTableStylesCollectionTest.cs: test fixes and enhancements
536         * DataGridTest.cs: test fixes and enhancements
537         * DataGridCellTest.cs: New unit test
538         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
539         * DataGridTableStyleTest.cs: test fixes and enhancements
540
541 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
542
543         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
544           errors, streamlined a few tests, added full tab order test, still
545           work in progress
546
547 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
548         
549         * FormTest.cs : Test case for Form
550         * GropBoxTest : Test case for GroupBox
551         * MenuTest.cs : Test case for Menu
552         * ImageListTest.cs : Test case for ImageList
553
554 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
555         
556         * ListViewTest.cs : Test case for ListView
557         * ListViewEventTest.cs : Test case for ListView events
558         * ComboBoxTest.cs : Test case for ComboBox
559         * FormEventTest.cs : Test case for Form events
560
561 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
562         
563         * CheckBoxTest.cs : Test case for CheckBox
564         * CheckBoxEventTest.cs : Test case for CheckBox events
565         * CheckedListBoxTest.cs : Test case for CheckedListBox
566         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
567
568 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
569
570         * DataGridTextBoxColumnTest.cs: Test case
571         * GridTableStylesCollectionTest.cs: Test case
572         * DataGridTest.cs: Test case
573         * GridColumnStylesCollectionTest.cs: Test case
574         * DataGridTableStyleTest.cs: Test case
575
576
577 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
578         
579         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
580         * ListBoxEventTest.cs  : Test Cases for ListBox Events
581
582 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
583         
584         * TextBoxTest.cs : Test Cases for TextBox 
585         * BUttonTest.cs  : Test Cases for Buttons
586
587 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
588         
589         * ControlEventTest.cs : Test Cases for Events 
590         
591 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
592
593         * ControlTest.cs : Minor modifications
594
595 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
596         
597         * ControlTest.cs : Test for Control
598
599 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
600         * LabelPropertyTest.cs : Test for Label
601
602 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
603         * TreeViewTest.cs : Test for TreeView
604         * TreeNodeTest.cs : Test for TreeNode
605
606 2004-11-29  Ravindra <rkumar@novell.com> 
607         * ImageIndexConverter.cs : Test for ImageIndexConversion.
608         
609