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