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