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