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