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