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