2006-02-02 Peter Dennis Bartok <pbartok@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
2
3         * ControlTest.cs: Added test for layout nesting
4         * MonthCalendarTest.cs: Fixed typo in class name
5
6 2005-12-01  Jackson Harper  <jackson@ximian.com>
7
8          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
9          SingleNodeIndexTest.
10          - Fixed warning CS0219. Patches by Dieter Bremes
11
12 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
13
14         * DataGridViewElementTest.cs DataGridViewBandTest.cs
15         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
16         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
17
18         Add some DataGridView tests.
19
20 2005-11-11  Ankit Jain  <jankit@novell.com>
21
22         * RichTextBoxTest.cs: Fix typos.
23
24 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
25
26         * RichTextBoxTest.cs: Added Find() tests
27
28 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
29
30         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
31
32 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
33
34         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
35
36 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
37
38         * TabControlTest.cs : Added test case for TabControl
39
40 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
41
42         * TrackBarTest.cs : Added test case for TrackBar
43
44 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
45          
46         * DataGridBoolColumn.cs: fixes warning
47
48 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
49
50         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
51           order for want and actual to avoid misleading errors
52
53 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
54
55         * GenerateControlStyleTest.cs: Code to auto-generate the
56           source file ControlStyleTest.cs
57         * ControlStyleTest.cs: Tests for testing ControlStyles
58
59 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
60
61         * Common.cs : Add common things here.
62         * LabelTest.cs : Remove common declarations to Common.cs
63         * ScrollBarTest.cs : Remove common declarations to Common.cs
64                              Add more propery range / exception tests
65                              Add more event order tests
66                              Fix Mouse tests.
67                              Add event arg tests.
68
69 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
70
71         * LabelTest.cs : Added more event tests (external handlers)
72                           Added event arg checks
73                           Fixed OnPaint tests.
74                           Seperated invalidation tests.
75
76 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
77
78         * ScrollBarTest.cs : Add more tests for event firing order
79                              Messages to simulate mouse events
80
81 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
82
83         * ErrorProviderTest.cs : Added test case for ErrorProvider
84
85 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
86
87         * LabelTest.cs : Added messages to simulate Key* events.
88                          Key* events have tests now.
89
90 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
91
92         * LabelTest.cs : Implement event firing order tests.
93         * ScrollBarTest.cs : Implement event firing order tests.
94
95 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
96          
97         * MenuTest.cs: Fixes some tests
98         * MenuItemTest.cs: New unit test
99
100 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
101
102        * LabelTest.cs : Several new tests.
103        * ScrollBarTest.cs : Several new tests.
104        * bitmaps : added dir containing images for tests.
105
106 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
107
108         * ListViewItemTest.cs: New unit test 
109
110 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
111
112         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
113         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
114         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
115         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
116         ToolBarTest.cs, MenuTest.cs
117
118         Remove all the tests that are giving errors. All of them should 
119         be reviewed. Right now having this text throwing 40 errors do not
120         help at all to do regression testing. Peter has already assigned
121         a group of controls to every developer that will be tested and 
122         reviewed.
123
124 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
125
126         * PictureBoxTest.cs : Test case for PictureBox
127
128 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
129
130         * MonthCalendarTest.cs : Test case for MonthCalendar
131
132 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
133         
134         * ProgressBarTest.cs : Test case for ProgressBar
135         * ToolBarTest.cs : Test case for ToolBar
136         * ToolTipTest.cs : Test case for ToolTip
137         * RichTextBoxTest.cs : Test case for RichTextBox
138
139 2005-08-16  Martin Baulig  <martin@ximian.com>
140
141         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
142         to make it compile.
143
144 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
145         
146         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
147           ListViewTest.cs: enhancement and cleanup
148
149 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
150
151         * ImageListTest.cs   : Test case for ImageList
152         * RadioButtonTest.cs : Test case for RadioButton
153         * ScrollBarTest.cs   : Test case for ScrollBar
154         * StatusBatTest.cs   : Test case for StatusBar
155
156 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
157
158         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
159           yet implemented)
160
161 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
162
163         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
164         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
165
166 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
167
168         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
169
170 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
171
172         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
173           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
174           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
175           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
176           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
177           ListViewEventTest.cs :
178                       Cleanup, Ignored tests which need manual intervention,
179                       work still in progress.  
180         
181 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
182
183         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
184         * GridTableStylesCollectionTest.cs: test fixes and enhancements
185         * DataGridTest.cs: test fixes and enhancements
186         * DataGridCellTest.cs: New unit test
187         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
188         * DataGridTableStyleTest.cs: test fixes and enhancements
189
190 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
191
192         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
193           errors, streamlined a few tests, added full tab order test, still
194           work in progress
195
196 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
197         
198         * FormTest.cs : Test case for Form
199         * GropBoxTest : Test case for GroupBox
200         * MenuTest.cs : Test case for Menu
201         * ImageListTest.cs : Test case for ImageList
202
203 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
204         
205         * ListViewTest.cs : Test case for ListView
206         * ListViewEventTest.cs : Test case for ListView events
207         * ComboBoxTest.cs : Test case for ComboBox
208         * FormEventTest.cs : Test case for Form events
209
210 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
211         
212         * CheckBoxTest.cs : Test case for CheckBox
213         * CheckBoxEventTest.cs : Test case for CheckBox events
214         * CheckedListBoxTest.cs : Test case for CheckedListBox
215         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
216
217 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
218
219         * DataGridTextBoxColumnTest.cs: Test case
220         * GridTableStylesCollectionTest.cs: Test case
221         * DataGridTest.cs: Test case
222         * GridColumnStylesCollectionTest.cs: Test case
223         * DataGridTableStyleTest.cs: Test case
224
225
226 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
227         
228         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
229         * ListBoxEventTest.cs  : Test Cases for ListBox Events
230
231 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
232         
233         * TextBoxTest.cs : Test Cases for TextBox 
234         * BUttonTest.cs  : Test Cases for Buttons
235
236 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
237         
238         * ControlEventTest.cs : Test Cases for Events 
239         
240 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
241
242         * ControlTest.cs : Minor modifications
243
244 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
245         
246         * ControlTest.cs : Test for Control
247
248 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
249         * LabelPropertyTest.cs : Test for Label
250
251 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
252         * TreeViewTest.cs : Test for TreeView
253         * TreeNodeTest.cs : Test for TreeNode
254
255 2004-11-29  Ravindra <rkumar@novell.com> 
256         * ImageIndexConverter.cs : Test for ImageIndexConversion.
257         
258