2005-11-16 Jordi Mas i Hernandez <jordi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2005-11-16  Jordi Mas i Hernandez <jordi@ximian.com>
2          
3         * ControlPaintTest.cs: Adds ControlPaint test unit for testing Dark
4         and Light methods
5
6 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
7
8         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
9           order for want and actual to avoid misleading errors
10
11 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
12
13         * GenerateControlStyleTest.cs: Code to auto-generate the
14           source file ControlStyleTest.cs
15         * ControlStyleTest.cs: Tests for testing ControlStyles
16
17 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
18
19         * Common.cs : Add common things here.
20         * LabelTest.cs : Remove common declarations to Common.cs
21         * ScrollBarTest.cs : Remove common declarations to Common.cs
22                              Add more propery range / exception tests
23                              Add more event order tests
24                              Fix Mouse tests.
25                              Add event arg tests.
26
27 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
28
29         * LabelTest.cs : Added more event tests (external handlers)
30                           Added event arg checks
31                           Fixed OnPaint tests.
32                           Seperated invalidation tests.
33
34 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
35
36         * ScrollBarTest.cs : Add more tests for event firing order
37                              Messages to simulate mouse events
38
39 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
40
41         * ErrorProviderTest.cs : Added test case for ErrorProvider
42
43 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
44
45         * LabelTest.cs : Added messages to simulate Key* events.
46                          Key* events have tests now.
47
48 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
49
50         * LabelTest.cs : Implement event firing order tests.
51         * ScrollBarTest.cs : Implement event firing order tests.
52
53 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
54          
55         * MenuTest.cs: Fixes some tests
56         * MenuItemTest.cs: New unit test
57
58 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
59
60        * LabelTest.cs : Several new tests.
61        * ScrollBarTest.cs : Several new tests.
62        * bitmaps : added dir containing images for tests.
63
64 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
65
66         * ListViewItemTest.cs: New unit test 
67
68 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
69
70         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
71         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
72         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
73         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
74         ToolBarTest.cs, MenuTest.cs
75
76         Remove all the tests that are giving errors. All of them should 
77         be reviewed. Right now having this text throwing 40 errors do not
78         help at all to do regression testing. Peter has already assigned
79         a group of controls to every developer that will be tested and 
80         reviewed.
81
82 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
83
84         * PictureBoxTest.cs : Test case for PictureBox
85
86 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
87
88         * MonthCalendarTest.cs : Test case for MonthCalendar
89
90 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
91         
92         * ProgressBarTest.cs : Test case for ProgressBar
93         * ToolBarTest.cs : Test case for ToolBar
94         * ToolTipTest.cs : Test case for ToolTip
95         * RichTextBoxTest.cs : Test case for RichTextBox
96
97 2005-08-16  Martin Baulig  <martin@ximian.com>
98
99         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
100         to make it compile.
101
102 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
103         
104         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
105           ListViewTest.cs: enhancement and cleanup
106
107 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
108
109         * ImageListTest.cs   : Test case for ImageList
110         * RadioButtonTest.cs : Test case for RadioButton
111         * ScrollBarTest.cs   : Test case for ScrollBar
112         * StatusBatTest.cs   : Test case for StatusBar
113
114 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
115
116         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
117           yet implemented)
118
119 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
120
121         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
122         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
123
124 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
125
126         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
127
128 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
129
130         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
131           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
132           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
133           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
134           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
135           ListViewEventTest.cs :
136                       Cleanup, Ignored tests which need manual intervention,
137                       work still in progress.  
138         
139 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
140
141         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
142         * GridTableStylesCollectionTest.cs: test fixes and enhancements
143         * DataGridTest.cs: test fixes and enhancements
144         * DataGridCellTest.cs: New unit test
145         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
146         * DataGridTableStyleTest.cs: test fixes and enhancements
147
148 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
149
150         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
151           errors, streamlined a few tests, added full tab order test, still
152           work in progress
153
154 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
155         
156         * FormTest.cs : Test case for Form
157         * GropBoxTest : Test case for GroupBox
158         * MenuTest.cs : Test case for Menu
159         * ImageListTest.cs : Test case for ImageList
160
161 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
162         
163         * ListViewTest.cs : Test case for ListView
164         * ListViewEventTest.cs : Test case for ListView events
165         * ComboBoxTest.cs : Test case for ComboBox
166         * FormEventTest.cs : Test case for Form events
167
168 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
169         
170         * CheckBoxTest.cs : Test case for CheckBox
171         * CheckBoxEventTest.cs : Test case for CheckBox events
172         * CheckedListBoxTest.cs : Test case for CheckedListBox
173         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
174
175 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
176
177         * DataGridTextBoxColumnTest.cs: Test case
178         * GridTableStylesCollectionTest.cs: Test case
179         * DataGridTest.cs: Test case
180         * GridColumnStylesCollectionTest.cs: Test case
181         * DataGridTableStyleTest.cs: Test case
182
183
184 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
185         
186         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
187         * ListBoxEventTest.cs  : Test Cases for ListBox Events
188
189 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
190         
191         * TextBoxTest.cs : Test Cases for TextBox 
192         * BUttonTest.cs  : Test Cases for Buttons
193
194 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
195         
196         * ControlEventTest.cs : Test Cases for Events 
197         
198 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
199
200         * ControlTest.cs : Minor modifications
201
202 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
203         
204         * ControlTest.cs : Test for Control
205
206 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
207         * LabelPropertyTest.cs : Test for Label
208
209 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
210         * TreeViewTest.cs : Test for TreeView
211         * TreeNodeTest.cs : Test for TreeNode
212
213 2004-11-29  Ravindra <rkumar@novell.com> 
214         * ImageIndexConverter.cs : Test for ImageIndexConversion.
215         
216