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