Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Windows.Forms « Test « Managed.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31ccf113d46e9418c34af7b3e2181880ca5a7903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
2005-12-01  Jackson Harper  <jackson@ximian.com>

	 * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
	 SingleNodeIndexTest.
	 - Fixed warning CS0219. Patches by Dieter Bremes

2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>

	* DataGridViewElementTest.cs DataGridViewBandTest.cs
	DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
	DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:

	Add some DataGridView tests.

2005-11-11  Ankit Jain  <jankit@novell.com>

	* RichTextBoxTest.cs: Fix typos.

2005-11-09  Peter Dennis Bartok <pbartok@novell.com>

	* RichTextBoxTest.cs: Added Find() tests

2005-11-05  Kornél Pál  <kornelpal@hotmail.com>

	* LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).

2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>

	* ListViewCollectionsTest.cs: Add tests for the ListView Collections

2005-10-17  Ritvik Mayank  <mritvik@novell.com>

	* TabControlTest.cs : Added test case for TabControl

2005-10-16  Ritvik Mayank  <mritvik@novell.com>

	* TrackBarTest.cs : Added test case for TrackBar

2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
	 
	* DataGridBoolColumn.cs: fixes warning

2005-10-10  Peter Dennis Bartok <pbartok@novell.com>

	* GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
	  order for want and actual to avoid misleading errors

2005-10-07  Peter Dennis Bartok <pbartok@novell.com>

	* GenerateControlStyleTest.cs: Code to auto-generate the
	  source file ControlStyleTest.cs
	* ControlStyleTest.cs: Tests for testing ControlStyles

2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * Common.cs : Add common things here.
	* LabelTest.cs : Remove common declarations to Common.cs
	* ScrollBarTest.cs : Remove common declarations to Common.cs
	                     Add more propery range / exception tests
			     Add more event order tests
			     Fix Mouse tests.
			     Add event arg tests.

2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>

	* LabelTest.cs : Added more event tests (external handlers)
	                  Added event arg checks
			  Fixed OnPaint tests.
			  Seperated invalidation tests.

2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>

	* ScrollBarTest.cs : Add more tests for event firing order
	                     Messages to simulate mouse events

2005-09-23  Ritvik Mayank  <mritvik@novell.com>

	* ErrorProviderTest.cs : Added test case for ErrorProvider

2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * LabelTest.cs : Added messages to simulate Key* events.
	                 Key* events have tests now.

2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * LabelTest.cs : Implement event firing order tests.
	* ScrollBarTest.cs : Implement event firing order tests.

2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
	 
	* MenuTest.cs: Fixes some tests
	* MenuItemTest.cs: New unit test

2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>

       * LabelTest.cs : Several new tests.
       * ScrollBarTest.cs : Several new tests.
       * bitmaps : added dir containing images for tests.

2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>

	* ListViewItemTest.cs: New unit test 

2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>

        * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
	LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
	ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
	ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,	
	ToolBarTest.cs, MenuTest.cs

	Remove all the tests that are giving errors. All of them should 
	be reviewed. Right now having this text throwing 40 errors do not
 	help at all to do regression testing. Peter has already assigned
	a group of controls to every developer that will be tested and 
	reviewed.

2005-09-20  Ritvik Mayank  <mritvik@novell.com>

	* PictureBoxTest.cs : Test case for PictureBox

2005-09-08  Ritvik Mayank  <mritvik@novell.com>

	* MonthCalendarTest.cs : Test case for MonthCalendar

2005-08-29  Ritvik Mayank  <mritvik@novell.com>
	
	* ProgressBarTest.cs : Test case for ProgressBar
	* ToolBarTest.cs : Test case for ToolBar
	* ToolTipTest.cs : Test case for ToolTip
	* RichTextBoxTest.cs : Test case for RichTextBox

2005-08-16  Martin Baulig  <martin@ximian.com>

	* ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
	to make it compile.

2005-08-16  Ritvik Mayank  <mritvik@novell.com>
	
	* ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
	  ListViewTest.cs: enhancement and cleanup

2005-08-16  Ritvik Mayank  <mritvik@novell.com>

	* ImageListTest.cs   : Test case for ImageList
	* RadioButtonTest.cs : Test case for RadioButton
	* ScrollBarTest.cs   : Test case for ScrollBar
	* StatusBatTest.cs   : Test case for StatusBar

2005-08-10  Ritvik Mayank  <mritvik@novell.com>

	* ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
	  yet implemented)

2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>

	* ComboBoxTest.cs: new tests for properties, exceptions, and colletions
	* ListBoxTest.cs: new tests for properties, exceptions, and colletionss

2005-08-06  Ritvik Mayank  <mritvik@novell.com>

	* ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   

2005-08-05  Ritvik Mayank  <mritvik@novell.com>

	* ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
	  LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
	  CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
	  CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
	  FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
	  ListViewEventTest.cs :
	              Cleanup, Ignored tests which need manual intervention,
		      work still in progress.  
	
2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>

	* DataGridTextBoxColumnTest.cs: test fixes and enhancements
	* GridTableStylesCollectionTest.cs: test fixes and enhancements
	* DataGridTest.cs: test fixes and enhancements
	* DataGridCellTest.cs: New unit test
	* GridColumnStylesCollectionTest.cs: test fixes and enhancements
	* DataGridTableStyleTest.cs: test fixes and enhancements

2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>

	* ControlTest.cs: Cleanup, fixed commented out tests with syntax 
	  errors, streamlined a few tests, added full tab order test, still
	  work in progress

2005-08-02  Ritvik Mayank  <mritvik@novell.com>
	
	* FormTest.cs : Test case for Form
	* GropBoxTest : Test case for GroupBox
	* MenuTest.cs : Test case for Menu
	* ImageListTest.cs : Test case for ImageList

2005-07-26  Ritvik Mayank  <mritvik@novell.com>
	
	* ListViewTest.cs : Test case for ListView
	* ListViewEventTest.cs : Test case for ListView events
	* ComboBoxTest.cs : Test case for ComboBox
	* FormEventTest.cs : Test case for Form events

2005-07-12  Ritvik Mayank  <mritvik@novell.com>
	
	* CheckBoxTest.cs : Test case for CheckBox
	* CheckBoxEventTest.cs : Test case for CheckBox events
	* CheckedListBoxTest.cs : Test case for CheckedListBox
	* CheckedListBoxEventTest.cs : Test case for CheckedListBox events

2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>

	* DataGridTextBoxColumnTest.cs: Test case
	* GridTableStylesCollectionTest.cs: Test case
	* DataGridTest.cs: Test case
	* GridColumnStylesCollectionTest.cs: Test case
	* DataGridTableStyleTest.cs: Test case


2005-07-04  Ritvik Mayank  <mritvik@novell.com>
	
	* ListBoxTest.cs : Test Cases for ListBox Properties and Methods
	* ListBoxEventTest.cs  : Test Cases for ListBox Events

2005-06-13  Ritvik Mayank  <mritvik@novell.com>
	
	* TextBoxTest.cs : Test Cases for TextBox 
	* BUttonTest.cs  : Test Cases for Buttons

2005-05-11  Ritvik Mayank  <mritvik@novell.com>
	
	* ControlEventTest.cs : Test Cases for Events 
	
2005-05-02  Ritvik Mayank  <mritvik@novell.com>

	* ControlTest.cs : Minor modifications

2005-05-02  Ritvik Mayank  <mritvik@novell.com>
	
	* ControlTest.cs : Test for Control

2005-04-25  Ritvik Mayank  <mritvik@novell.com>
	* LabelPropertyTest.cs : Test for Label

2004-11-29  Marek Safar  <marek.safar@seznam.cz>
	* TreeViewTest.cs : Test for TreeView
	* TreeNodeTest.cs : Test for TreeNode

2004-11-29  Ravindra <rkumar@novell.com> 
	* ImageIndexConverter.cs : Test for ImageIndexConversion.