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