2006-07-21 Matt Hargett (matt@use.net)
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2006-07-21  Matt Hargett (matt@use.net)
2
3         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
4
5 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * ListControlTest.cs: Added DataSourceWrongArgumentType method
8         to test the exception being thrown.
9
10 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11
12         * ListControlTest.cs: Added.
13
14 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
15
16         * EventArgsTest.cs: Added
17
18 2006-07-10  Chris Toshok  <toshok@ximian.com>
19
20         * DataGridTest.cs: make this class public so it shows up in the
21         list of fixtures (and its tests get run).
22
23         * CurrencyManagerTest.cs: add a test that just spews properties
24         about the currency manager and the datasource, as well as a test
25         for the finalType field.
26
27 2006-07-07  Chris Toshok  <toshok@ximian.com>
28
29         * DataGridTableStyleTest.cs: couple more tests.
30
31 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
32
33         * ControlTest.cs: Added "LinkLabel with link" test
34
35 2006-06-30  Chris Toshok  <toshok@ximian.com>
36
37         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
38         default DataGridTableStyle.
39
40 2006-06-23  Chris Toshok  <toshok@ximian.com>
41
42         * PropertyManagerTest.cs: new tests regarding the
43         [Related]PropertyManager class.
44
45 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
46
47         * ControlTest.cs: Added tests for enabled state inheritance
48
49 2006-06-19  Chris Toshok  <toshok@ximian.com>
50
51         * CurrencyManagerTest.cs: add some tests for related currency
52         managers.
53
54         * BindingContextTest.cs: add a test for
55         BindingContext.CollectionChanged -=.  Also add a test for passing
56         null for data_member to BindingContext.Contains.
57
58 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
59
60         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
61         setter.
62
63 2006-06-01  Chris Toshok  <toshok@ximian.com>
64
65         * CurrencyManagerTest.cs: add a few tests to see what events are
66         being emitted in which order from AddNew, CancelCurrentEdit and
67         EndCurrentEdit.
68
69 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
70
71         * LabelTest.cs: 
72           - Added (still unused) fuzzy compare for events
73           - Disabled event order tests, they are too strict
74         * ScrollBarTest.cs: Disabled event order tests, are too strict
75
76 2006-05-25  Jackson Harper  <jackson@ximian.com>
77
78         * TreeViewTest.cs: Add a couple of default properties.  Put in
79         correct namespace.
80         * TabControlTest.cs: Put in correct namespace.
81
82 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * BindingContextTest.cs : added more tests for Item, Contains()
85           and GetEnumerator().
86
87 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
90
91 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
92
93         Some compat fixes found by make run-test-ondotnet:
94         * ListBoxTest.cs : they don't throw exceptions.
95         * RichTextBoxTest.cs,
96           ScrollBarTest.cs,
97           ComboBoxTest.cs,
98           ComboBoxTests.cs : Commented some lines out since they are
99           environment (especially desktop theme) dependent.
100           TabControlTest.cs : SetSelectedIndex() was my bad that the test
101           needed the tab control be drawn to pass the test.
102           Some tests are env. dependent (as well as others).
103
104 2006-05-16  Miguel de Icaza  <miguel@novell.com>
105
106         * DataGridTest.cs: Add a test case based on 78420, confirm that
107         the fix works.
108
109 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * TabControlTest.cs : added test for bug #78395.
112
113 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
114
115         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
116         NotWorking. Set eol-style to native.
117
118 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
119
120         * ControlTest.cs: Added backcolor tests related to transparency
121           (bug #78026)
122
123 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
124
125         * ControlTest.cs: Ignore Invoke test, it hangs
126
127 2006-02-28  Matt Hargett (matt@use.net)
128
129         * ComboBoxTests.cs: Added
130
131 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
132
133         * ControlTest.cs: Added test for layout nesting
134         * MonthCalendarTest.cs: Fixed typo in class name
135
136 2005-12-01  Jackson Harper  <jackson@ximian.com>
137
138          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
139          SingleNodeIndexTest.
140          - Fixed warning CS0219. Patches by Dieter Bremes
141
142 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
143
144         * DataGridViewElementTest.cs DataGridViewBandTest.cs
145         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
146         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
147
148         Add some DataGridView tests.
149
150 2005-11-11  Ankit Jain  <jankit@novell.com>
151
152         * RichTextBoxTest.cs: Fix typos.
153
154 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
155
156         * RichTextBoxTest.cs: Added Find() tests
157
158 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
159
160         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
161
162 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
163
164         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
165
166 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
167
168         * TabControlTest.cs : Added test case for TabControl
169
170 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
171
172         * TrackBarTest.cs : Added test case for TrackBar
173
174 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
175          
176         * DataGridBoolColumn.cs: fixes warning
177
178 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
179
180         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
181           order for want and actual to avoid misleading errors
182
183 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
184
185         * GenerateControlStyleTest.cs: Code to auto-generate the
186           source file ControlStyleTest.cs
187         * ControlStyleTest.cs: Tests for testing ControlStyles
188
189 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
190
191         * Common.cs : Add common things here.
192         * LabelTest.cs : Remove common declarations to Common.cs
193         * ScrollBarTest.cs : Remove common declarations to Common.cs
194                              Add more propery range / exception tests
195                              Add more event order tests
196                              Fix Mouse tests.
197                              Add event arg tests.
198
199 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
200
201         * LabelTest.cs : Added more event tests (external handlers)
202                           Added event arg checks
203                           Fixed OnPaint tests.
204                           Seperated invalidation tests.
205
206 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
207
208         * ScrollBarTest.cs : Add more tests for event firing order
209                              Messages to simulate mouse events
210
211 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
212
213         * ErrorProviderTest.cs : Added test case for ErrorProvider
214
215 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
216
217         * LabelTest.cs : Added messages to simulate Key* events.
218                          Key* events have tests now.
219
220 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
221
222         * LabelTest.cs : Implement event firing order tests.
223         * ScrollBarTest.cs : Implement event firing order tests.
224
225 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
226          
227         * MenuTest.cs: Fixes some tests
228         * MenuItemTest.cs: New unit test
229
230 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
231
232        * LabelTest.cs : Several new tests.
233        * ScrollBarTest.cs : Several new tests.
234        * bitmaps : added dir containing images for tests.
235
236 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
237
238         * ListViewItemTest.cs: New unit test 
239
240 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
241
242         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
243         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
244         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
245         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
246         ToolBarTest.cs, MenuTest.cs
247
248         Remove all the tests that are giving errors. All of them should 
249         be reviewed. Right now having this text throwing 40 errors do not
250         help at all to do regression testing. Peter has already assigned
251         a group of controls to every developer that will be tested and 
252         reviewed.
253
254 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
255
256         * PictureBoxTest.cs : Test case for PictureBox
257
258 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
259
260         * MonthCalendarTest.cs : Test case for MonthCalendar
261
262 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
263         
264         * ProgressBarTest.cs : Test case for ProgressBar
265         * ToolBarTest.cs : Test case for ToolBar
266         * ToolTipTest.cs : Test case for ToolTip
267         * RichTextBoxTest.cs : Test case for RichTextBox
268
269 2005-08-16  Martin Baulig  <martin@ximian.com>
270
271         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
272         to make it compile.
273
274 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
275         
276         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
277           ListViewTest.cs: enhancement and cleanup
278
279 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
280
281         * ImageListTest.cs   : Test case for ImageList
282         * RadioButtonTest.cs : Test case for RadioButton
283         * ScrollBarTest.cs   : Test case for ScrollBar
284         * StatusBatTest.cs   : Test case for StatusBar
285
286 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
287
288         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
289           yet implemented)
290
291 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
292
293         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
294         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
295
296 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
297
298         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
299
300 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
301
302         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
303           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
304           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
305           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
306           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
307           ListViewEventTest.cs :
308                       Cleanup, Ignored tests which need manual intervention,
309                       work still in progress.  
310         
311 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
312
313         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
314         * GridTableStylesCollectionTest.cs: test fixes and enhancements
315         * DataGridTest.cs: test fixes and enhancements
316         * DataGridCellTest.cs: New unit test
317         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
318         * DataGridTableStyleTest.cs: test fixes and enhancements
319
320 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
321
322         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
323           errors, streamlined a few tests, added full tab order test, still
324           work in progress
325
326 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
327         
328         * FormTest.cs : Test case for Form
329         * GropBoxTest : Test case for GroupBox
330         * MenuTest.cs : Test case for Menu
331         * ImageListTest.cs : Test case for ImageList
332
333 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
334         
335         * ListViewTest.cs : Test case for ListView
336         * ListViewEventTest.cs : Test case for ListView events
337         * ComboBoxTest.cs : Test case for ComboBox
338         * FormEventTest.cs : Test case for Form events
339
340 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
341         
342         * CheckBoxTest.cs : Test case for CheckBox
343         * CheckBoxEventTest.cs : Test case for CheckBox events
344         * CheckedListBoxTest.cs : Test case for CheckedListBox
345         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
346
347 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
348
349         * DataGridTextBoxColumnTest.cs: Test case
350         * GridTableStylesCollectionTest.cs: Test case
351         * DataGridTest.cs: Test case
352         * GridColumnStylesCollectionTest.cs: Test case
353         * DataGridTableStyleTest.cs: Test case
354
355
356 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
357         
358         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
359         * ListBoxEventTest.cs  : Test Cases for ListBox Events
360
361 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
362         
363         * TextBoxTest.cs : Test Cases for TextBox 
364         * BUttonTest.cs  : Test Cases for Buttons
365
366 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
367         
368         * ControlEventTest.cs : Test Cases for Events 
369         
370 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
371
372         * ControlTest.cs : Minor modifications
373
374 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
375         
376         * ControlTest.cs : Test for Control
377
378 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
379         * LabelPropertyTest.cs : Test for Label
380
381 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
382         * TreeViewTest.cs : Test for TreeView
383         * TreeNodeTest.cs : Test for TreeNode
384
385 2004-11-29  Ravindra <rkumar@novell.com> 
386         * ImageIndexConverter.cs : Test for ImageIndexConversion.
387         
388