2005-09-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2
3         * ScrollBarTest.cs : Add more tests for event firing order
4                              Messages to simulate mouse events
5
6 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
7
8         * ErrorProviderTest.cs : Added test case for ErrorProvider
9
10 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
11
12         * LabelTest.cs : Added messages to simulate Key* events.
13                          Key* events have tests now.
14
15 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
16
17         * LabelTest.cs : Implement event firing order tests.
18         * ScrollBarTest.cs : Implement event firing order tests.
19
20 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
21          
22         * MenuTest.cs: Fixes some tests
23         * MenuItemTest.cs: New unit test
24
25 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
26
27        * LabelTest.cs : Several new tests.
28        * ScrollBarTest.cs : Several new tests.
29        * bitmaps : added dir containing images for tests.
30
31 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
32
33         * ListViewItemTest.cs: New unit test 
34
35 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
36
37         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
38         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
39         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
40         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
41         ToolBarTest.cs, MenuTest.cs
42
43         Remove all the tests that are giving errors. All of them should 
44         be reviewed. Right now having this text throwing 40 errors do not
45         help at all to do regression testing. Peter has already assigned
46         a group of controls to every developer that will be tested and 
47         reviewed.
48
49 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
50
51         * PictureBoxTest.cs : Test case for PictureBox
52
53 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
54
55         * MonthCalendarTest.cs : Test case for MonthCalendar
56
57 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
58         
59         * ProgressBarTest.cs : Test case for ProgressBar
60         * ToolBarTest.cs : Test case for ToolBar
61         * ToolTipTest.cs : Test case for ToolTip
62         * RichTextBoxTest.cs : Test case for RichTextBox
63
64 2005-08-16  Martin Baulig  <martin@ximian.com>
65
66         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
67         to make it compile.
68
69 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
70         
71         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
72           ListViewTest.cs: enhancement and cleanup
73
74 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
75
76         * ImageListTest.cs   : Test case for ImageList
77         * RadioButtonTest.cs : Test case for RadioButton
78         * ScrollBarTest.cs   : Test case for ScrollBar
79         * StatusBatTest.cs   : Test case for StatusBar
80
81 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
82
83         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
84           yet implemented)
85
86 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
87
88         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
89         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
90
91 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
92
93         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
94
95 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
96
97         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
98           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
99           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
100           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
101           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
102           ListViewEventTest.cs :
103                       Cleanup, Ignored tests which need manual intervention,
104                       work still in progress.  
105         
106 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
107
108         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
109         * GridTableStylesCollectionTest.cs: test fixes and enhancements
110         * DataGridTest.cs: test fixes and enhancements
111         * DataGridCellTest.cs: New unit test
112         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
113         * DataGridTableStyleTest.cs: test fixes and enhancements
114
115 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
116
117         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
118           errors, streamlined a few tests, added full tab order test, still
119           work in progress
120
121 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
122         
123         * FormTest.cs : Test case for Form
124         * GropBoxTest : Test case for GroupBox
125         * MenuTest.cs : Test case for Menu
126         * ImageListTest.cs : Test case for ImageList
127
128 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
129         
130         * ListViewTest.cs : Test case for ListView
131         * ListViewEventTest.cs : Test case for ListView events
132         * ComboBoxTest.cs : Test case for ComboBox
133         * FormEventTest.cs : Test case for Form events
134
135 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
136         
137         * CheckBoxTest.cs : Test case for CheckBox
138         * CheckBoxEventTest.cs : Test case for CheckBox events
139         * CheckedListBoxTest.cs : Test case for CheckedListBox
140         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
141
142 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
143
144         * DataGridTextBoxColumnTest.cs: Test case
145         * GridTableStylesCollectionTest.cs: Test case
146         * DataGridTest.cs: Test case
147         * GridColumnStylesCollectionTest.cs: Test case
148         * DataGridTableStyleTest.cs: Test case
149
150
151 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
152         
153         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
154         * ListBoxEventTest.cs  : Test Cases for ListBox Events
155
156 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
157         
158         * TextBoxTest.cs : Test Cases for TextBox 
159         * BUttonTest.cs  : Test Cases for Buttons
160
161 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
162         
163         * ControlEventTest.cs : Test Cases for Events 
164         
165 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
166
167         * ControlTest.cs : Minor modifications
168
169 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
170         
171         * ControlTest.cs : Test for Control
172
173 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
174         * LabelPropertyTest.cs : Test for Label
175
176 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
177         * TreeViewTest.cs : Test for TreeView
178         * TreeNodeTest.cs : Test for TreeNode
179
180 2004-11-29  Ravindra <rkumar@novell.com> 
181         * ImageIndexConverter.cs : Test for ImageIndexConversion.
182         
183