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