[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.HtmlControls / ChangeLog
1 2010-06-21  Marek Habersack  <mhabersack@novell.com>
2
3         * HtmlImageTest.cs: fixed an invalid test.
4
5 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
6
7         * HtmlFormTest.cs: Derive from SystemWebTestShim.Page to make
8         explicit the dependence on the internals of the Page class.
9
10 2008-11-07  Marek Habersack  <mhabersack@novell.com>
11
12         * HtmlFormTest.cs: added a test for the undocumented Action
13         property.
14
15 2008-10-07  Christian Hergert  <christian.hergert@gmail.com>
16
17         * HtmlImageTest.cs: Add test to make sure the src attribute is not
18         rendered when it is empty.
19
20 2008-07-27  Dean Brettle <dean@brettle.com>
21
22         * HtmlInputButtonTest.cs, HtmlImageTest.cs, HtmlFormTest.cs, 
23         HtmlInputRadioButtonTest.cs, HtmlSelectTest.cs: Added tests 
24         for HTML-encoded of attributes. 
25
26 2008-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * HtmlAnchorTest.cs: Added RenderAttributes tests for empty or null
29         HRef, Name, Target and Title.
30
31 2008-05-04 Igor Zelmanovich <igorz@mainsoft.com>
32
33         * HtmlInputButtonTest.cs: use HtmlDiff properly.
34
35 2008-04-03  Marek Habersack  <mhabersack@novell.com>
36
37         * HtmlFormTest.cs: indirect test for bug #376352 is 2.0+ only.
38
39 2008-04-02  Marek Habersack  <mhabersack@novell.com>
40
41         * HtmlFormTest.cs: added an indirect test for bug #376352
42         (HttpRequest.QueryStringRaw internal property) - Mono only.
43
44 2008-01-31  Igor Zelmanovich  <igorz@mainsoft.com>
45
46         * HtmlInputControlTest.cs:
47         * HtmlTextAreaTest.cs: 
48         fix tests - use valid xml with HtmlDiff.AssertAreEqual API.
49
50 2007-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
51
52         * HtmlImageTest.cs: fixed RenderAttributes, moved to webtest since src
53         attribute must be resolved
54
55 2007-01-04 Adar Wesley <adarw@mainsoft.com>
56
57         * HtmlSelectTest.cs: updated tests to use HtmlDiff
58
59 2006-11-13  Igor Zelmanovich  <igorz@mainsoft.com>
60
61         * HtmlContainerControlTest.cs: added new tests
62
63 2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>
64
65         * HtmlAnchorTest.cs: added test for ViewState
66
67 2006-07-10 Andrew Skiba <andrews@mainsoft.com>
68
69         * HtmlInputControlTest.cs: check attribute values, not only their
70         count.
71         
72 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
73
74         * HtmlInputRadioButtonTest.cs: added test for bug #78101.
75
76 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
77
78         * HtmlTextAreaTest.cs: add new test for 'Name'.
79
80 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
81
82         * HtmlTableTest.cs: remove white-space characters when comparing
83         the output.
84
85 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
86
87         * HtmlInputButtonTest.cs: more tests for 'onclick'.
88
89 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * HtmlFormTest.cs: Trim() the rendered form when comparing (\n vs \r\n).
92
93 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * HtmlInputButtonTest.cs: make sure the onclick attribute is rendered
96         when we have a ServerClick event registered.
97
98 2005-09-19  Sebastien Pouliot  <sebastien@ximian.com>
99
100         * HtmlAnchorCas.cs: Added "normal" unit tests execution under Deny 
101         Unrestricted.
102         * HtmlAnchorTest.cs: RaisePostBackEvent now throws a NRE under 2.0 RC.
103         * HtmlButtonCas.cs: Added "normal" unit tests execution under Deny 
104         Unrestricted.
105         * HtmlContainerControlCas.cs: New. CAS unit tests.
106         * HtmlFormCas.cs: Added "normal" unit tests execution under Deny 
107         Unrestricted.
108         * HtmlFormTest.cs: Fixed rendering output under 2.0 RC.
109         * HtmlImageCas.cs: Added "normal" unit tests execution under Deny 
110         Unrestricted.
111         * HtmlInputButtonCas.cs: Added "normal" unit tests execution under 
112         Deny Unrestricted.
113         * HtmlInputButtonTest.cs: Fixed attribute count for 2.0 RC.
114         * HtmlInputControlCas.cs: New. CAS unit tests.
115         * HtmlInputControlTest.cs: Fixed attribute count for 2.0 RC.
116         * HtmlInputCheckBoxCas.cs: Added "normal" unit tests execution under
117         Deny Unrestricted.
118         * HtmlInputCheckBoxTest.cs: Fixed attribute count for 2.0 RC (which is
119         now identical to 1.x results).
120         * HtmlInputFileCas.cs: Added "normal" unit tests execution under Deny 
121         Unrestricted.
122         * HtmlInputFileTest.cs: Fixed attribute count for 2.0 RC.
123         * HtmlInputHiddenCas.cs: Fixed attribute count for 2.0 RC.
124         * HtmlInputPasswordCas.cs: Added "normal" unit tests execution under 
125         Deny Unrestricted.
126         * HtmlInputPasswordTest.cs: Adjusted tests as 2.0 RC removed the 
127         ctor(string).
128         * HtmlInputRadioButtonCas.cs: Fixed attribute count for 2.0 RC.
129         * HtmlInputRadioButtonTest.cs: Added "normal" unit tests execution 
130         under Deny Unrestricted.
131         * HtmlInputResetCas.cs: Added "normal" unit tests execution under Deny
132         Unrestricted.
133         * HtmlInputResetTest.cs: Fixed attribute count for 2.0 RC.
134         * HtmlInputSubmitCas.cs: Added "normal" unit tests execution under 
135         Deny Unrestricted.
136         * HtmlInputSubmitTest.cs: Fixed attribute count for 2.0 RC.
137         * HtmlInputTextCas.cs: Added "normal" unit tests execution under Deny 
138         Unrestricted.
139         * HtmlInputTextTest.cs: Fixed attribute count for 2.0 RC.
140         * HtmlLinkCas.cs: New. CAS unit tests.
141         * HtmlMetaCas.cs: New. CAS unit tests.
142         * HtmlMetaTest.cs: Fixed rendering for 2.0 RC (tag ending).
143         * HtmlSelectCas.cs: Added "normal" unit tests execution under Deny 
144         Unrestricted.
145         * HtmlTableCas.cs: Added "normal" unit tests execution under Deny 
146         Unrestricted.
147         * HtmlTableCellCas.cs: Added "normal" unit tests execution under Deny 
148         Unrestricted.
149         * HtmlTableRowCas.cs: Added "normal" unit tests execution under Deny 
150         Unrestricted.
151         * HtmlTextAreaCas.cs: New. CAS unit tests.
152
153 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
154
155         * HtmlInputTextTest.cs: Fix expected value for LoadPostData (in the 
156         cases where MS returns a NullReferenceException).
157
158 2005-09-11  Chris Toshok  <toshok@ximian.com>
159
160         * HtmlInputFileTest.cs (Attribute_Count): fix for 2.0.
161
162 2005-09-11  Chris Toshok  <toshok@ximian.com>
163
164         * HtmlInputFileTest.cs: new tests.
165
166 2005-09-09  Chris Toshok  <toshok@ximian.com>
167
168         * HtmlFormTest.cs: Add test for RenderChildren.
169
170 2005-09-09  Chris Toshok  <toshok@ximian.com>
171
172         * HtmlInputButtonTest.cs (RenderAttributes): add in
173         CausesValidation and ValidationGroup here.
174
175 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
176
177         * HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
178         * HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
179
180 2005-09-07  Chris Toshok  <toshok@ximian.com>
181
182         * HtmlFormTest.cs: more tests to get at the root of the confusion
183         that is the Name property.  Also, copy over Gonzalo's
184         Name_InsideNaming from HtmlInputControlTest.cs here.
185
186 2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
187
188         * HtmlInputControlTest.cs: new tests for the case when the control is
189         inside a different naming container.
190
191 2005-09-06  Chris Toshok  <toshok@ximian.com>
192
193         * HtmlLinkTest.cs: add empty render test.
194
195         * HtmlMetaTest.cs: same.
196
197 2005-09-06  Chris Toshok  <toshok@ximian.com>
198
199         * HtmlLinkTest.cs: new tests.
200
201         * HtmlMetaTest.cs: new tests.
202
203 2005-09-05  Chris Toshok  <toshok@ximian.com>
204
205         * HtmlFormTest.cs: add some more tests to make figure out the
206         property spot to be storing some of these attributes.
207
208 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
209
210         * HtmlAnchorCas.cs, HtmlButtonCas.cs, HtmlEmptyTagControlBuilderCas.cs,
211         HtmlFormCas.cs, HtmlGenericControlCas.cs, HtmlHeadBuilderCas.cs,
212         HtmlHeadCas.cs, HtmlImageCas.cs, HtmlInputButtonCas.cs, 
213         HtmlInputCheckBoxCas.cs, HtmlInputFileCas.cs, HtmlInputHiddenCas.cs,
214         HtmlInputImageCas.cs, HtmlInputPasswordCas.cs, 
215         HtmlInputRadioButtonCas.cs, HtmlInputResetCas.cs, 
216         HtmlInputSubmitCas.cs, HtmlInputTextCas.cs, HtmlSelectBuilderCas.cs,
217         HtmlSelectCas.cs, HtmlTableCas.cs, HtmlTableCellCas.cs. 
218         HtmlTableRowCas.cs, HtmlTitleCas.cs: New. CAS unit tests to check for
219         AspNetHostingPermission Level.
220
221 2005-08-29  Chris Toshok  <toshok@ximian.com>
222
223         * HtmlInputSubmitTest.cs: new, base-level tests.
224
225         * HtmlInputButtonTest.cs: add CausesValidation/ValidationGroup
226         view state tests.
227
228 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
229
230         * HtmlAnchorTest.cs: add test for HRef with an absolute URI.
231
232 2005-08-28  Chris Toshok  <toshok@ximian.com>
233
234         * HtmlInputResetTest.cs: new tests for HtmlInputReset.  Missing
235         event tests.
236
237 2005-08-28  Chris Toshok  <toshok@ximian.com>
238
239         * HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
240
241 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com>
242
243         * HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
244         the 2.0 profile.
245
246 2005-08-26  Chris Toshok  <toshok@ximian.com>
247
248         * HtmlButtonTest.cs: add view state tests (to make sure
249         ValidationGroup and CausesValidation are there.)
250
251 2005-08-22  Chris Toshok  <toshok@ximian.com>
252
253         * HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
254
255         * HtmlInputButtonTest.cs: same.
256
257 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com>
258
259         * HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in 
260         1.x) and for protected RaisePostBackEvent (in 2.0).
261         * HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
262         Value behaviour wasn't inherited.
263         * HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in 
264         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
265         methods (in 2.0).
266         * HtmlInputRadioButtonTest.cs: Added test cases for Value property and
267         it's relattion to ID. Added tests cases for IPostBackDataHandler (in 
268         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
269         methods (in 2.0).
270         * HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in 
271         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
272         methods (in 2.0).
273
274 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>
275
276         * HtmlInputControlTest.cs: Added a new test to see if the value 
277         removal for type==password was done at this level (it's not).
278         * HtmlInputTextTest.cs: Fixed tests to execute without failure on both
279         1.1 SP1 and 2.0 beta 2.
280
281 2005-07-27  Dick Porter  <dick@ximian.com>
282
283         * HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
284
285 2005-07-26  Dick Porter  <dick@ximian.com>
286
287         * HtmlSelectTest.cs: Tests for HtmlSelect
288
289 2005-07-21  Dick Porter  <dick@ximian.com>
290
291         * HtmlImageTest.cs: The order of attribute rendering has changed,
292         and now matches MS
293
294 2005-07-19  Dick Porter  <dick@ximian.com>
295
296         * HtmlImageTest.cs: Added tests for negative values in int
297         properties
298
299 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com>
300
301         * HtmlInputControlTest.cs: Added a test when using null in the ctor
302         (type is empty, not null). Test UniqueID, not only ID, when changing
303         the Name property.
304
305 2005-07-18  Jackson Harper  <jackson@ximian.com>
306
307         * HtmlInputHiddenTest.cs: New test.
308
309 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>
310
311         * HtmlAnchorTest.cs: Added tests for resolving the URL and the 
312         mysterious disappearance of the HRef attribute after rendering.
313
314 2005-07-14  Jackson Harper  <jackson@ximian.com>
315
316         * HtmlInputButton.cs: New tests for HtmlInputButton.
317
318 2005-07-14  Jackson Harper  <jackson@ximian.com>
319
320         * HtmlButtonTest.cs: New tests for HtmlButton.
321
322 2005-07-14  Dick Porter  <dick@ximian.com>
323
324         * HtmlFormTest.cs: New set of tests
325
326 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>
327  
328         * HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
329         into the StateView.
330
331 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com> 
332
333         * HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
334         Basically to check for removal of attributes/viewstate informations.
335         * HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
336
337 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com> 
338  
339         * HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
340         * HtmlInputTextTest.cs: More tests to check for password erasure fu.
341
342 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>
343
344         * HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
345         * HtmlInputTextTest.cs: Unit tests for HtmlInputText.
346
347 2005-07-07  Dick Porter  <dick@ximian.com>
348
349         * HtmlImageTest.cs: Unit tests for HtmlImage
350
351 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>
352
353         * HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
354         * HtmlTableTest.cs: Unit tests for HtmlTable.
355         * HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
356         * HtmlTableRowTest.cs: Unit tests for HtmlTableRow.